Home
last modified time | relevance | path

Searched refs:mac_vnode_check_ioctl (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/security/
H A Dmac_framework.h471 int mac_vnode_check_ioctl(vfs_context_t ctx, struct vnode *vp,
H A Dmac_vfs.c1482 mac_vnode_check_ioctl(vfs_context_t ctx, struct vnode *vp, u_long cmd) in mac_vnode_check_ioctl() function
/xnu-11215/bsd/vfs/
H A Dvfs_vnops.c1688 error = mac_vnode_check_ioctl(ctx, vp, com); in vn_ioctl()