Searched defs:shp (Results 1 – 4 of 4) sorted by relevance
/security/smack/ |
D | smack_lsm.c | 1616 static char *smack_of_shm(struct shmid_kernel *shp) in smack_of_shm() 1627 static int smack_shm_alloc_security(struct shmid_kernel *shp) in smack_shm_alloc_security() 1641 static void smack_shm_free_security(struct shmid_kernel *shp) in smack_shm_free_security() 1655 static int smack_shm_associate(struct shmid_kernel *shp, int shmflg) in smack_shm_associate() 1671 static int smack_shm_shmctl(struct shmid_kernel *shp, int cmd) in smack_shm_shmctl() 1709 static int smack_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, in smack_shm_shmat()
|
/security/ |
D | capability.c | 528 static int cap_shm_alloc_security(struct shmid_kernel *shp) in cap_shm_alloc_security() 533 static void cap_shm_free_security(struct shmid_kernel *shp) in cap_shm_free_security() 537 static int cap_shm_associate(struct shmid_kernel *shp, int shmflg) in cap_shm_associate() 542 static int cap_shm_shmctl(struct shmid_kernel *shp, int cmd) in cap_shm_shmctl() 547 static int cap_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, in cap_shm_shmat()
|
D | security.c | 862 int security_shm_alloc(struct shmid_kernel *shp) in security_shm_alloc() 867 void security_shm_free(struct shmid_kernel *shp) in security_shm_free() 872 int security_shm_associate(struct shmid_kernel *shp, int shmflg) in security_shm_associate() 877 int security_shm_shmctl(struct shmid_kernel *shp, int cmd) in security_shm_shmctl() 882 int security_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, int shmflg) in security_shm_shmat()
|
/security/selinux/ |
D | hooks.c | 5088 static int selinux_shm_alloc_security(struct shmid_kernel *shp) in selinux_shm_alloc_security() 5113 static void selinux_shm_free_security(struct shmid_kernel *shp) in selinux_shm_free_security() 5118 static int selinux_shm_associate(struct shmid_kernel *shp, int shmflg) in selinux_shm_associate() 5134 static int selinux_shm_shmctl(struct shmid_kernel *shp, int cmd) in selinux_shm_shmctl() 5166 static int selinux_shm_shmat(struct shmid_kernel *shp, in selinux_shm_shmat()
|