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

/darwin-on-arm/xnu/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 */
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c120 static int vn_ioctl(struct fileproc *fp, u_long com, caddr_t data,
139 { vn_read, vn_write, vn_ioctl, vn_select, vn_closefile, vn_kqfilt_add, NULL };
1278 vn_ioctl(struct fileproc *fp, u_long com, caddr_t data, vfs_context_t ctx) function

Completed in 21 milliseconds