Home
last modified time | relevance | path

Searched refs:mac_vnode_label_alloc (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/security/
H A Dmac_base.c1391 intlabel = mac_vnode_label_alloc(NULL); in __mac_get_fd()
1489 intlabel = mac_vnode_label_alloc(NULL); in mac_get_filelink()
1583 intlabel = mac_vnode_label_alloc(NULL); in __mac_set_fd()
1666 intlabel = mac_vnode_label_alloc(NULL); in mac_set_filelink()
H A Dmac_vfs.c174 mac_vnode_label_alloc(vnode_t vp) in mac_vnode_label_alloc() function
189 label = mac_vnode_label_alloc(vp); in mac_vnode_label_init()
2171 tmpl = mac_vnode_label_alloc(vp); in mac_vnode_label_update()
H A Dmac_framework.h530 struct label *mac_vnode_label_alloc(struct vnode *vp);
/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c1893 imgp->ip_scriptlabelp = mac_vnode_label_alloc(NULL); in exec_activate_image()