Home
last modified time | relevance | path

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

/xnu-8020.101.4/security/ !
H A Dmac_framework.h467 int mac_vnode_check_ioctl(vfs_context_t ctx, struct vnode *vp,
H A Dmac_vfs.c1507 mac_vnode_check_ioctl(vfs_context_t ctx, struct vnode *vp, u_long cmd) in mac_vnode_check_ioctl() function
/xnu-8020.101.4/bsd/vfs/ !
H A Dvfs_vnops.c1632 error = mac_vnode_check_ioctl(ctx, vp, com); in vn_ioctl()