Home
last modified time | relevance | path

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

/xnu-8796.121.2/security/
H A Dmac_framework.h463 int mac_vnode_check_fsgetpath(vfs_context_t ctx, struct vnode *vp) __result_use_check;
H A Dmac_vfs.c1306 mac_vnode_check_fsgetpath(vfs_context_t ctx, struct vnode *vp) in mac_vnode_check_fsgetpath() function
/xnu-8796.121.2/bsd/kern/
H A Dproc_info.c2554 error = mac_vnode_check_fsgetpath(context, vp); in fill_vnodeinfo()
/xnu-8796.121.2/bsd/vfs/
H A Dvfs_syscalls.c13465 error = mac_vnode_check_fsgetpath(ctx, vp); in fsgetpath_internal()