Searched refs:sem_array (Results 1 – 3 of 3) sorted by relevance
| /include/linux/ |
| D | sem.h | 12 struct sem_array { struct
|
| D | security.h | 36 struct sem_array; 341 int security_sem_alloc(struct sem_array *sma); 342 void security_sem_free(struct sem_array *sma); 343 int security_sem_associate(struct sem_array *sma, int semflg); 344 int security_sem_semctl(struct sem_array *sma, int cmd); 345 int security_sem_semop(struct sem_array *sma, struct sembuf *sops, 1032 static inline int security_sem_alloc(struct sem_array *sma) in security_sem_alloc() 1037 static inline void security_sem_free(struct sem_array *sma) in security_sem_free() 1040 static inline int security_sem_associate(struct sem_array *sma, int semflg) in security_sem_associate() 1045 static inline int security_sem_semctl(struct sem_array *sma, int cmd) in security_sem_semctl() [all …]
|
| D | lsm_hooks.h | 1500 int (*sem_alloc_security)(struct sem_array *sma); 1501 void (*sem_free_security)(struct sem_array *sma); 1502 int (*sem_associate)(struct sem_array *sma, int semflg); 1503 int (*sem_semctl)(struct sem_array *sma, int cmd); 1504 int (*sem_semop)(struct sem_array *sma, struct sembuf *sops,
|