Searched defs:shmflg (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/ |
A D | shm.h | 28 int shmflg, unsigned long *addr, in do_shmat()
|
A D | security.h | 1255 int shmflg) in security_shm_associate() 1266 char __user *shmaddr, int shmflg) in security_shm_shmat()
|
/linux/arch/xtensa/kernel/ |
A D | syscall.c | 39 asmlinkage long xtensa_shmat(int shmid, char __user *shmaddr, int shmflg) in xtensa_shmat()
|
/linux/ipc/ |
A D | shm.c | 692 int shmflg = params->flg; in newseg() local 815 long ksys_shmget(key_t key, size_t size, int shmflg) in ksys_shmget() 834 SYSCALL_DEFINE3(shmget, key_t, key, size_t, size, int, shmflg) in SYSCALL_DEFINE3() argument 1506 long do_shmat(int shmid, char __user *shmaddr, int shmflg, in do_shmat() 1680 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) in SYSCALL_DEFINE3() argument 1698 COMPAT_SYSCALL_DEFINE3(shmat, int, shmid, compat_uptr_t, shmaddr, int, shmflg) in COMPAT_SYSCALL_DEFINE3() argument
|
/linux/security/ |
A D | security.c | 1986 int security_shm_associate(struct kern_ipc_perm *shp, int shmflg) in security_shm_associate() 1996 int security_shm_shmat(struct kern_ipc_perm *shp, char __user *shmaddr, int shmflg) in security_shm_shmat()
|
/linux/security/smack/ |
A D | smack_lsm.c | 2963 static int smack_shm_associate(struct kern_ipc_perm *isp, int shmflg) in smack_shm_associate() 3015 int shmflg) in smack_shm_shmat()
|
/linux/security/selinux/ |
A D | hooks.c | 6206 static int selinux_shm_associate(struct kern_ipc_perm *shp, int shmflg) in selinux_shm_associate() 6259 char __user *shmaddr, int shmflg) in selinux_shm_shmat()
|
Completed in 40 milliseconds