Searched refs:semflg (Results 1 – 3 of 3) sorted by relevance
1243 int security_sem_associate(struct sem_array *sma, int semflg) in security_sem_associate() argument1245 return call_int_hook(sem_associate, 0, sma, semflg); in security_sem_associate()
3140 static int smack_sem_associate(struct sem_array *sma, int semflg) in smack_sem_associate() argument3144 may = smack_flags_to_may(semflg); in smack_sem_associate()
5838 static int selinux_sem_associate(struct sem_array *sma, int semflg) in selinux_sem_associate() argument