Home
last modified time | relevance | path

Searched defs:shmflg (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dshm.h27 int shmflg, unsigned long *addr, in do_shmat()
H A Dsecurity.h1473 int shmflg) in security_shm_associate()
1484 char __user *shmaddr, int shmflg) in security_shm_shmat()
/linux/ipc/
H A Dshm.c705 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 Dsyscall.c39 asmlinkage long xtensa_shmat(int shmid, char __user *shmaddr, int shmflg) in xtensa_shmat()
/linux/security/smack/
H A Dsmack_lsm.c3153 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 Dsecurity.c4016 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 Dhooks.c6347 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()