Searched defs:shmflg (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/ |
H A D | shm.h | 27 int shmflg, unsigned long *addr, in do_shmat()
|
H A D | security.h | 1473 int shmflg) in security_shm_associate() 1484 char __user *shmaddr, int shmflg) in security_shm_shmat()
|
/linux/ipc/ |
H A D | shm.c | 705 int shmflg = params->flg; in newseg() local 828 long ksys_shmget(key_t key, size_t size, int shmflg) in ksys_shmget() 847 SYSCALL_DEFINE3(shmget, key_t, key, size_t, size, int, shmflg) in SYSCALL_DEFINE3() argument 1519 long do_shmat(int shmid, char __user *shmaddr, int shmflg, in do_shmat() 1693 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) in SYSCALL_DEFINE3() argument 1711 COMPAT_SYSCALL_DEFINE3(shmat, int, shmid, compat_uptr_t, shmaddr, int, shmflg) in COMPAT_SYSCALL_DEFINE3() argument
|
/linux/arch/xtensa/kernel/ |
H A D | syscall.c | 39 asmlinkage long xtensa_shmat(int shmid, char __user *shmaddr, int shmflg) in xtensa_shmat()
|
/linux/security/smack/ |
H A D | smack_lsm.c | 3153 static int smack_shm_associate(struct kern_ipc_perm *isp, int shmflg) in smack_shm_associate() 3205 int shmflg) in smack_shm_shmat()
|
/linux/security/ |
H A D | security.c | 4016 int security_shm_associate(struct kern_ipc_perm *shp, int shmflg) in security_shm_associate() 4049 char __user *shmaddr, int shmflg) in security_shm_shmat()
|
/linux/security/selinux/ |
H A D | hooks.c | 6347 static int selinux_shm_associate(struct kern_ipc_perm *shp, int shmflg) in selinux_shm_associate() 6396 char __user *shmaddr, int shmflg) in selinux_shm_shmat()
|