Searched defs:shmflg (Results 1 – 8 of 8) sorted by relevance
/linux-3.3/arch/xtensa/kernel/ |
D | syscall.c | 42 asmlinkage long xtensa_shmat(int shmid, char __user *shmaddr, int shmflg) in xtensa_shmat()
|
/linux-3.3/ipc/ |
D | shm.c | 449 int shmflg = params->flg; in newseg() local 539 static inline int shm_security(struct kern_ipc_perm *ipcp, int shmflg) in shm_security() 562 SYSCALL_DEFINE3(shmget, key_t, key, size_t, size, int, shmflg) in SYSCALL_DEFINE3() argument 944 long do_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr) in do_shmat() 1088 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) in SYSCALL_DEFINE3() argument
|
/linux-3.3/include/linux/ |
D | shm.h | 115 int shmflg, unsigned long *addr) in do_shmat()
|
D | security.h | 2432 int shmflg) in security_shm_associate() 2443 char __user *shmaddr, int shmflg) in security_shm_shmat()
|
/linux-3.3/security/ |
D | capability.c | 509 static int cap_shm_associate(struct shmid_kernel *shp, int shmflg) in cap_shm_associate() 520 int shmflg) in cap_shm_shmat()
|
D | security.c | 914 int security_shm_associate(struct shmid_kernel *shp, int shmflg) in security_shm_associate() 924 int security_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, int shmflg) in security_shm_shmat()
|
/linux-3.3/security/smack/ |
D | smack_lsm.c | 2175 static int smack_shm_associate(struct shmid_kernel *shp, int shmflg) in smack_shm_associate() 2226 int shmflg) in smack_shm_shmat()
|
/linux-3.3/security/selinux/ |
D | hooks.c | 4963 static int selinux_shm_associate(struct shmid_kernel *shp, int shmflg) in selinux_shm_associate() 5012 char __user *shmaddr, int shmflg) in selinux_shm_shmat()
|