Searched refs:shm_perm (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dshmbuf.h14 struct ipc64_perm shm_perm; /* operation perms */ member in struct:shmid64_ds
H A Dcompat.h211 struct compat_ipc64_perm shm_perm; member in struct:compat_shmid64_ds
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dshmbuf.h14 struct ipc64_perm shm_perm; /* operation perms */ member in struct:shmid64_ds
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dshmbuf.h14 struct ipc64_perm shm_perm; /* operation perms */ member in struct:shmid64_ds
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dshmbuf.h24 struct ipc64_perm shm_perm; /* operation perms */ member in struct:shmid64_ds
40 struct ipc64_perm shm_perm; /* operation perms */ member in struct:shmid64_ds
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dshmbuf.h15 struct ipc64_perm shm_perm; /* operation perms */ member in struct:shmid64_ds
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dshmbuf.h15 struct ipc64_perm shm_perm; /* operation perms */ member in struct:shmid64_ds
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dshmbuf.h26 struct ipc64_perm shm_perm; /* operation perms */ member in struct:shmid64_ds
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dshmbuf.h23 struct ipc64_perm shm_perm; /* operation perms */ member in struct:shmid64_ds
H A Dcompat.h198 struct compat_ipc64_perm shm_perm; member in struct:compat_shmid64_ds
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dshmbuf.h15 struct ipc64_perm shm_perm; /* operation perms */ member in struct:shmid64_ds
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dshmbuf.h15 struct ipc64_perm shm_perm; /* operation perms */ member in struct:shmid64_ds
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Dshmbuf.h15 struct ipc64_perm shm_perm; /* operation perms */ member in struct:shmid64_ds
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dshmbuf.h15 struct ipc64_perm shm_perm; /* operation perms */ member in struct:shmid64_ds
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dshmbuf.h15 struct ipc64_perm shm_perm; /* operation perms */ member in struct:shmid64_ds
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dshmbuf.h15 struct ipc64_perm shm_perm; /* operation perms */ member in struct:shmid64_ds
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dshmbuf.h15 struct ipc64_perm shm_perm; /* operation perms */ member in struct:shmid64_ds
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dshmbuf.h15 struct ipc64_perm shm_perm; /* operation perms */ member in struct:shmid64_ds
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dshm.c62 ipc_unlock(&(shp)->shm_perm)
88 shp = container_of(ipcp, struct shmid_kernel, shm_perm);
91 shp->shm_perm.mode |= SHM_DEST;
93 shp->shm_perm.key = IPC_PRIVATE;
126 return container_of(ipcp, struct shmid_kernel, shm_perm);
137 return container_of(ipcp, struct shmid_kernel, shm_perm);
142 ipc_rmid(&shm_ids(ns), &s->shm_perm);
206 shp->shm_perm.mode & SHM_DEST)
356 shp->shm_perm.key = key;
357 shp->shm_perm
[all...]
H A Dcompat.c79 struct compat_ipc_perm shm_perm; member in struct:compat_shmid_ds
494 return __get_compat_ipc64_perm(&s64->shm_perm, &up64->shm_perm);
502 return __get_compat_ipc_perm(&s->shm_perm, &up->shm_perm);
512 err = __put_compat_ipc64_perm(&s64->shm_perm, &up64->shm_perm);
530 err = __put_compat_ipc_perm(&s->shm_perm, &up->shm_perm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dshmbuf.h21 struct ipc64_perm shm_perm; /* operation perms */ member in struct:shmid64_ds
H A Dcompat.h229 struct compat_ipc64_perm shm_perm; member in struct:compat_shmid64_ds
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dshm.h33 struct ipc_perm shm_perm; /* operation perms */ member in struct:shmid_ds
88 struct kern_ipc_perm shm_perm; member in struct:shmid_kernel
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/profile/
H A Dprofile.c230 if (shm_ds.shm_perm.cuid != sec_initial_uid() ||
231 shm_ds.shm_perm.cgid != sec_initial_gid()) {
234 shm_ds.shm_perm.cuid,
235 shm_ds.shm_perm.cgid));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dcompat.h170 struct compat_ipc64_perm shm_perm; member in struct:compat_shmid64_ds

Completed in 307 milliseconds

12