Searched defs:shmflg (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | shm.h | 28 int shmflg, unsigned long *addr, in do_shmat()
|
| H A D | security.h | 1220 int shmflg) in security_shm_associate() 1231 char __user *shmaddr, int shmflg) in security_shm_shmat()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | syscall.c | 43 asmlinkage long xtensa_shmat(int shmid, char __user *shmaddr, int shmflg) in xtensa_shmat()
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | shm.c | 695 int shmflg = params->flg; in newseg() local 821 long ksys_shmget(key_t key, size_t size, int shmflg) in ksys_shmget() 840 SYSCALL_DEFINE3(shmget, key_t, key, size_t, size, int, shmflg) in SYSCALL_DEFINE3() argument 1512 long do_shmat(int shmid, char __user *shmaddr, int shmflg, in do_shmat() 1686 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) in SYSCALL_DEFINE3() argument 1704 COMPAT_SYSCALL_DEFINE3(shmat, int, shmid, compat_uptr_t, shmaddr, int, shmflg) in COMPAT_SYSCALL_DEFINE3() argument
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | security.c | 1907 int security_shm_associate(struct kern_ipc_perm *shp, int shmflg) in security_shm_associate() 1917 int security_shm_shmat(struct kern_ipc_perm *shp, char __user *shmaddr, int shmflg) in security_shm_shmat()
|
| /OK3568_Linux_fs/kernel/security/smack/ |
| H A D | smack_lsm.c | 2958 static int smack_shm_associate(struct kern_ipc_perm *isp, int shmflg) in smack_shm_associate() 3010 int shmflg) in smack_shm_shmat()
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 6172 static int selinux_shm_associate(struct kern_ipc_perm *shp, int shmflg) in selinux_shm_associate() 6225 char __user *shmaddr, int shmflg) in selinux_shm_shmat()
|