Searched refs:shmid_kernel (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dshm.c63 ((struct shmid_kernel*)ipc_lock(&shm_ids(ns),id))
67 ((struct shmid_kernel*)ipc_get(&shm_ids(ns),id))
75 static void shm_destroy (struct ipc_namespace *ns, struct shmid_kernel *shp);
90 static void do_shm_rmid(struct ipc_namespace *ns, struct shmid_kernel *shp)
117 struct shmid_kernel *shp;
144 struct shmid_kernel *s, int id)
151 static inline struct shmid_kernel *shm_rmid(struct ipc_namespace *ns, int id)
153 return (struct shmid_kernel *)ipc_rmid(&shm_ids(ns), id);
156 static inline int shm_addid(struct ipc_namespace *ns, struct shmid_kernel *shp)
168 struct shmid_kernel *sh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dshm.h76 struct shmid_kernel /* private to the kernel */ struct
H A Dsecurity.h1302 int (*shm_alloc_security) (struct shmid_kernel * shp);
1303 void (*shm_free_security) (struct shmid_kernel * shp);
1304 int (*shm_associate) (struct shmid_kernel * shp, int shmflg);
1305 int (*shm_shmctl) (struct shmid_kernel * shp, int cmd);
1306 int (*shm_shmat) (struct shmid_kernel * shp,
2034 static inline int security_shm_alloc (struct shmid_kernel *shp)
2039 static inline void security_shm_free (struct shmid_kernel *shp)
2044 static inline int security_shm_associate (struct shmid_kernel * shp,
2050 static inline int security_shm_shmctl (struct shmid_kernel * shp, int cmd)
2055 static inline int security_shm_shmat (struct shmid_kernel * sh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/
H A Ddummy.c627 static int dummy_shm_alloc_security (struct shmid_kernel *shp)
632 static void dummy_shm_free_security (struct shmid_kernel *shp)
637 static int dummy_shm_associate (struct shmid_kernel *shp, int shmflg)
642 static int dummy_shm_shmctl (struct shmid_kernel *shp, int cmd)
647 static int dummy_shm_shmat (struct shmid_kernel *shp, char __user *shmaddr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Dhooks.c4240 static int selinux_shm_alloc_security(struct shmid_kernel *shp)
4266 static void selinux_shm_free_security(struct shmid_kernel *shp)
4271 static int selinux_shm_associate(struct shmid_kernel *shp, int shmflg)
4288 static int selinux_shm_shmctl(struct shmid_kernel *shp, int cmd)
4320 static int selinux_shm_shmat(struct shmid_kernel *shp,

Completed in 255 milliseconds