Searched refs:semflg (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | sem.c | 534 int semflg = params->flg; in newary() local 546 sma->sem_perm.mode = (semflg & S_IRWXUGO); in newary() 599 long ksys_semget(key_t key, int nsems, int semflg) in ksys_semget() argument 615 sem_params.flg = semflg; in ksys_semget() 621 SYSCALL_DEFINE3(semget, key_t, key, int, nsems, int, semflg) in SYSCALL_DEFINE3() argument 623 return ksys_semget(key, nsems, semflg); in SYSCALL_DEFINE3()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | security.h | 444 int security_sem_associate(struct kern_ipc_perm *sma, int semflg); 1244 static inline int security_sem_associate(struct kern_ipc_perm *sma, int semflg) in security_sem_associate() argument
|
| H A D | lsm_hook_defs.h | 242 LSM_HOOK(int, 0, sem_associate, struct kern_ipc_perm *perm, int semflg)
|
| H A D | syscalls.h | 807 asmlinkage long sys_semget(key_t key, int nsems, int semflg); 1356 long ksys_semget(key_t key, int nsems, int semflg);
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | security.c | 1941 int security_sem_associate(struct kern_ipc_perm *sma, int semflg) in security_sem_associate() argument 1943 return call_int_hook(sem_associate, 0, sma, semflg); in security_sem_associate()
|
| /OK3568_Linux_fs/kernel/security/smack/ |
| H A D | smack_lsm.c | 3047 static int smack_sem_associate(struct kern_ipc_perm *isp, int semflg) in smack_sem_associate() argument 3051 may = smack_flags_to_may(semflg); in smack_sem_associate()
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 6257 static int selinux_sem_associate(struct kern_ipc_perm *sma, int semflg) in selinux_sem_associate() argument
|