Home
last modified time | relevance | path

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

/xnu-10002.61.3/security/
H A Dmac_framework.h469 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-10002.61.3/bsd/vfs/
H A Dvfs_vnops.c1671 error = mac_vnode_check_ioctl(ctx, vp, com); in vn_ioctl()