Searched refs:vn_ioctl (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dvnioctl.h89 struct vn_ioctl { struct
117 #define VNIOCATTACH _IOWR('F', 0, struct vn_ioctl) /* attach file */
118 #define VNIOCDETACH _IOWR('F', 1, struct vn_ioctl) /* detach disk */
123 #define VNIOCSHADOW _IOWR('F', 6, struct vn_ioctl) /* attach shadow */
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c121 static int vn_ioctl(struct fileproc *fp, u_long com, caddr_t data,
143 vn_ioctl,
1289 vn_ioctl(struct fileproc *fp, u_long com, caddr_t data, vfs_context_t ctx) function

Completed in 72 milliseconds