Searched refs:vn_setlabel (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dvnode_internal.h357 int vn_setlabel (struct vnode *vp, struct label *intlabel,
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_base.c1896 error = vn_setlabel(vp, intlabel, ctx);
1991 error = vn_setlabel(vp, intlabel, ctx);
H A Dmac_vfs.c1288 vn_setlabel(struct vnode *vp, struct label *intlabel, vfs_context_t context) function
1296 printf("vn_setlabel: null v_mount\n");
1298 printf("vn_setlabel: null v_mount with non-VNON\n");
1327 printf("vn_setlabel: vop setlabel failed %d\n", error);

Completed in 113 milliseconds