Searched refs:semflg (Results 1 – 6 of 6) sorted by relevance
| /linux/ipc/ |
| H A 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/include/linux/ |
| H A D | lsm_hook_defs.h | 290 LSM_HOOK(int, 0, sem_associate, struct kern_ipc_perm *perm, int semflg)
|
| H A D | syscalls.h | 756 asmlinkage long sys_semget(key_t key, int nsems, int semflg); 1304 long ksys_semget(key_t key, int nsems, int semflg); in ksys_personality()
|
| /linux/security/ |
| H A D | security.c | 3647 * @semflg: operation flags in security_getselfattr() 3655 int security_sem_associate(struct kern_ipc_perm *sma, int semflg) in security_getselfattr() 3657 return call_int_hook(sem_associate, sma, semflg); in security_getselfattr() 3553 security_sem_associate(struct kern_ipc_perm * sma,int semflg) security_sem_associate() argument
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 3285 * @semflg: access requested 3289 static int smack_sem_associate(struct kern_ipc_perm *isp, int semflg) in smack_sem_associate() argument 3293 may = smack_flags_to_may(semflg); in smack_sem_associate()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 6564 static int selinux_sem_associate(struct kern_ipc_perm *sma, int semflg) in selinux_lsm_getattr() 6452 selinux_sem_associate(struct kern_ipc_perm * sma,int semflg) selinux_sem_associate() argument
|