Home
last modified time | relevance | path

Searched defs:shp (Results 1 – 4 of 4) sorted by relevance

/security/smack/
Dsmack_lsm.c2035 static char *smack_of_shm(struct shmid_kernel *shp) in smack_of_shm()
2046 static int smack_shm_alloc_security(struct shmid_kernel *shp) in smack_shm_alloc_security()
2060 static void smack_shm_free_security(struct shmid_kernel *shp) in smack_shm_free_security()
2074 static int smk_curacc_shm(struct shmid_kernel *shp, int access) in smk_curacc_shm()
2093 static int smack_shm_associate(struct shmid_kernel *shp, int shmflg) in smack_shm_associate()
2108 static int smack_shm_shmctl(struct shmid_kernel *shp, int cmd) in smack_shm_shmctl()
2143 static int smack_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, in smack_shm_shmat()
/security/
Dcapability.c530 static int cap_shm_alloc_security(struct shmid_kernel *shp) in cap_shm_alloc_security()
535 static void cap_shm_free_security(struct shmid_kernel *shp) in cap_shm_free_security()
539 static int cap_shm_associate(struct shmid_kernel *shp, int shmflg) in cap_shm_associate()
544 static int cap_shm_shmctl(struct shmid_kernel *shp, int cmd) in cap_shm_shmctl()
549 static int cap_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, in cap_shm_shmat()
Dsecurity.c996 int security_shm_alloc(struct shmid_kernel *shp) in security_shm_alloc()
1001 void security_shm_free(struct shmid_kernel *shp) in security_shm_free()
1006 int security_shm_associate(struct shmid_kernel *shp, int shmflg) in security_shm_associate()
1011 int security_shm_shmctl(struct shmid_kernel *shp, int cmd) in security_shm_shmctl()
1016 int security_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, int shmflg) in security_shm_shmat()
/security/selinux/
Dhooks.c5199 static int selinux_shm_alloc_security(struct shmid_kernel *shp) in selinux_shm_alloc_security()
5224 static void selinux_shm_free_security(struct shmid_kernel *shp) in selinux_shm_free_security()
5229 static int selinux_shm_associate(struct shmid_kernel *shp, int shmflg) in selinux_shm_associate()
5245 static int selinux_shm_shmctl(struct shmid_kernel *shp, int cmd) in selinux_shm_shmctl()
5277 static int selinux_shm_shmat(struct shmid_kernel *shp, in selinux_shm_shmat()