Searched defs:shmflg (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/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.1.27/arch/xtensa/kernel/ |
D | syscall.c | 43 asmlinkage long xtensa_shmat(int shmid, char __user *shmaddr, int shmflg) in xtensa_shmat()
|
/linux-4.1.27/include/linux/ |
D | shm.h | 64 int shmflg, unsigned long *addr, in do_shmat()
|
D | security.h | 2597 int shmflg) in security_shm_associate() 2608 char __user *shmaddr, int shmflg) in security_shm_shmat()
|
/linux-4.1.27/security/ |
D | capability.c | 557 static int cap_shm_associate(struct shmid_kernel *shp, int shmflg) in cap_shm_associate() 568 int shmflg) in cap_shm_shmat()
|
D | security.c | 1049 int security_shm_associate(struct shmid_kernel *shp, int shmflg) in security_shm_associate() 1059 int security_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, int shmflg) in security_shm_shmat()
|
/linux-4.1.27/security/smack/ |
D | smack_lsm.c | 2682 static int smack_shm_associate(struct shmid_kernel *shp, int shmflg) in smack_shm_associate() 2733 int shmflg) in smack_shm_shmat()
|
/linux-4.1.27/security/selinux/ |
D | hooks.c | 5356 static int selinux_shm_associate(struct shmid_kernel *shp, int shmflg) in selinux_shm_associate() 5405 char __user *shmaddr, int shmflg) in selinux_shm_shmat()
|