Searched refs:semflg (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/ipc/ |
D | sem.c | 515 int semflg = params->flg; in newary() local 527 sma->sem_perm.mode = (semflg & S_IRWXUGO); in newary() 581 long ksys_semget(key_t key, int nsems, int semflg) in ksys_semget() argument 597 sem_params.flg = semflg; in ksys_semget() 603 SYSCALL_DEFINE3(semget, key_t, key, int, nsems, int, semflg) in SYSCALL_DEFINE3() argument 605 return ksys_semget(key, nsems, semflg); in SYSCALL_DEFINE3()
|
/Linux-v5.4/include/linux/ |
D | security.h | 427 int security_sem_associate(struct kern_ipc_perm *sma, int semflg); 1194 static inline int security_sem_associate(struct kern_ipc_perm *sma, int semflg) in security_sem_associate() argument
|
D | lsm_hooks.h | 1681 int (*sem_associate)(struct kern_ipc_perm *perm, int semflg);
|
D | syscalls.h | 778 asmlinkage long sys_semget(key_t key, int nsems, int semflg); 1409 long ksys_semget(key_t key, int nsems, int semflg);
|
/Linux-v5.4/security/ |
D | security.c | 1854 int security_sem_associate(struct kern_ipc_perm *sma, int semflg) in security_sem_associate() argument 1856 return call_int_hook(sem_associate, 0, sma, semflg); in security_sem_associate()
|
/Linux-v5.4/security/smack/ |
D | smack_lsm.c | 3053 static int smack_sem_associate(struct kern_ipc_perm *isp, int semflg) in smack_sem_associate() argument 3057 may = smack_flags_to_may(semflg); in smack_sem_associate()
|
/Linux-v5.4/security/selinux/ |
D | hooks.c | 6160 static int selinux_sem_associate(struct kern_ipc_perm *sma, int semflg) in selinux_sem_associate() argument
|