Searched refs:shmflg (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/include/linux/ |
D | shm.h | 17 long do_shmat(int shmid, char __user *shmaddr, int shmflg, unsigned long *addr, 28 int shmflg, unsigned long *addr, in do_shmat() argument
|
D | security.h | 386 int security_shm_associate(struct kern_ipc_perm *shp, int shmflg); 388 int security_shm_shmat(struct kern_ipc_perm *shp, char __user *shmaddr, int shmflg); 1101 int shmflg) in security_shm_associate() argument 1112 char __user *shmaddr, int shmflg) in security_shm_shmat() argument
|
D | lsm_hooks.h | 1635 int (*shm_associate)(struct kern_ipc_perm *shp, int shmflg); 1638 int shmflg);
|
D | compat.h | 827 asmlinkage long compat_sys_shmat(int shmid, compat_uptr_t shmaddr, int shmflg);
|
D | syscalls.h | 721 asmlinkage long sys_shmat(int shmid, char __user *shmaddr, int shmflg);
|