Home
last modified time | relevance | path

Searched refs:MAC_WAITOK (Results 1 – 10 of 10) sorted by relevance

/xnu-11215.81.4/security/
H A Dmac_sysv_msg.c80 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 Dmac_sysv_sem.c81 mac_labelzone_alloc_owned(&semakptr->label, MAC_WAITOK, ^(struct label *label) { in mac_sysvsem_label_init()
H A Dmac_sysv_shm.c83 mac_labelzone_alloc_owned(&shmsegptr->label, MAC_WAITOK, ^(struct label *label) { in mac_sysvshm_label_init()
H A Dmac_posix_sem.c75 mac_labelzone_alloc_owned(&psem->psem_label, MAC_WAITOK, ^(struct label *label) { in mac_posixsem_label_init()
H A Dmac_posix_shm.c76 mac_labelzone_alloc_owned(&pshm->pshm_label, MAC_WAITOK, ^(struct label *label) { in mac_posixshm_label_init()
H A Dmac_pipe.c80 label = mac_labelzone_alloc(MAC_WAITOK); in mac_pipe_label_alloc()
H A Dmac_mach.c381 …return mac_labelzone_alloc_for_owner(action ? &action->label : NULL, MAC_WAITOK, ^(struct label *l… in mac_exc_create_label()
H A Dmac_process.c98 label = mac_labelzone_alloc(MAC_WAITOK); in mac_cred_label_alloc()
H A Dmac_vfs.c124 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 Dmac_policy.h6522 #define MAC_WAITOK 0 macro