Searched refs:semflg (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/ipc/ |
D | sem.c | 537 int semflg = params->flg; in newary() local 549 sma->sem_perm.mode = (semflg & S_IRWXUGO); in newary() 602 long ksys_semget(key_t key, int nsems, int semflg) in ksys_semget() argument 618 sem_params.flg = semflg; in ksys_semget() 624 SYSCALL_DEFINE3(semget, key_t, key, int, nsems, int, semflg) in SYSCALL_DEFINE3() argument 626 return ksys_semget(key, nsems, semflg); in SYSCALL_DEFINE3()
|
/Linux-v5.15/include/linux/ |
D | security.h | 456 int security_sem_associate(struct kern_ipc_perm *sma, int semflg); 1272 static inline int security_sem_associate(struct kern_ipc_perm *sma, int semflg) in security_sem_associate() argument
|
D | lsm_hook_defs.h | 250 LSM_HOOK(int, 0, sem_associate, struct kern_ipc_perm *perm, int semflg)
|
D | syscalls.h | 817 asmlinkage long sys_semget(key_t key, int nsems, int semflg); 1362 long ksys_semget(key_t key, int nsems, int semflg);
|
/Linux-v5.15/security/ |
D | security.c | 2019 int security_sem_associate(struct kern_ipc_perm *sma, int semflg) in security_sem_associate() argument 2021 return call_int_hook(sem_associate, 0, sma, semflg); in security_sem_associate()
|
/Linux-v5.15/security/smack/ |
D | smack_lsm.c | 3045 static int smack_sem_associate(struct kern_ipc_perm *isp, int semflg) in smack_sem_associate() argument 3049 may = smack_flags_to_may(semflg); in smack_sem_associate()
|
/Linux-v5.15/security/selinux/ |
D | hooks.c | 6349 static int selinux_sem_associate(struct kern_ipc_perm *sma, int semflg) in selinux_sem_associate() argument
|