Searched refs:MAC_WAITOK (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215.81.4/security/ |
| H A D | mac_sysv_msg.c | 80 mac_labelzone_alloc_owned(&msgptr->label, MAC_WAITOK, ^(struct label *label) { in mac_sysvmsg_label_init() 94 mac_labelzone_alloc_owned(&msqptr->label, MAC_WAITOK, ^(struct label *label) { in mac_sysvmsq_label_init()
|
| H A D | mac_sysv_sem.c | 81 mac_labelzone_alloc_owned(&semakptr->label, MAC_WAITOK, ^(struct label *label) { in mac_sysvsem_label_init()
|
| H A D | mac_sysv_shm.c | 83 mac_labelzone_alloc_owned(&shmsegptr->label, MAC_WAITOK, ^(struct label *label) { in mac_sysvshm_label_init()
|
| H A D | mac_posix_sem.c | 75 mac_labelzone_alloc_owned(&psem->psem_label, MAC_WAITOK, ^(struct label *label) { in mac_posixsem_label_init()
|
| H A D | mac_posix_shm.c | 76 mac_labelzone_alloc_owned(&pshm->pshm_label, MAC_WAITOK, ^(struct label *label) { in mac_posixshm_label_init()
|
| H A D | mac_pipe.c | 80 label = mac_labelzone_alloc(MAC_WAITOK); in mac_pipe_label_alloc()
|
| H A D | mac_mach.c | 381 …return mac_labelzone_alloc_for_owner(action ? &action->label : NULL, MAC_WAITOK, ^(struct label *l… in mac_exc_create_label()
|
| H A D | mac_process.c | 98 label = mac_labelzone_alloc(MAC_WAITOK); in mac_cred_label_alloc()
|
| H A D | mac_vfs.c | 124 mac_labelzone_alloc_owned(&de->dn_label, MAC_WAITOK, ^(struct label *label) { in mac_devfs_label_init() 150 mac_labelzone_alloc_owned(&mp->mnt_mntlabel, MAC_WAITOK, ^(struct label *label) { in mac_mount_label_init() 176 return mac_labelzone_alloc_for_owner(vp ? &vp->v_label : NULL, MAC_WAITOK, ^(struct label *label) { in mac_vnode_label_alloc()
|
| H A D | mac_policy.h | 6522 #define MAC_WAITOK 0 macro
|