Searched defs:shmflg (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/ipc/ |
D | shm.c | 520 int shmflg = params->flg; in newseg() local 629 static inline int shm_security(struct kern_ipc_perm *ipcp, int shmflg) in shm_security() 652 SYSCALL_DEFINE3(shmget, key_t, key, size_t, size, int, shmflg) in SYSCALL_DEFINE3() argument 1086 long do_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr, in do_shmat() 1243 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) in SYSCALL_DEFINE3() argument
|
D | compat.c | 552 COMPAT_SYSCALL_DEFINE3(shmat, int, shmid, compat_uptr_t, shmaddr, int, shmflg) in COMPAT_SYSCALL_DEFINE3() argument
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | syscall.c | 43 asmlinkage long xtensa_shmat(int shmid, char __user *shmaddr, int shmflg) in xtensa_shmat()
|
/linux-4.4.14/include/linux/ |
D | shm.h | 64 int shmflg, unsigned long *addr, in do_shmat()
|
D | security.h | 1016 int shmflg) in security_shm_associate() 1027 char __user *shmaddr, int shmflg) in security_shm_shmat()
|
/linux-4.4.14/security/ |
D | security.c | 1074 int security_shm_associate(struct shmid_kernel *shp, int shmflg) in security_shm_associate() 1084 int security_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, int shmflg) in security_shm_shmat()
|
/linux-4.4.14/security/smack/ |
D | smack_lsm.c | 2957 static int smack_shm_associate(struct shmid_kernel *shp, int shmflg) in smack_shm_associate() 3008 int shmflg) in smack_shm_shmat()
|
/linux-4.4.14/security/selinux/ |
D | hooks.c | 5370 static int selinux_shm_associate(struct shmid_kernel *shp, int shmflg) in selinux_shm_associate() 5419 char __user *shmaddr, int shmflg) in selinux_shm_shmat()
|