Home
last modified time | relevance | path

Searched refs:vn_ioctl_64 (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dvnioctl.h97 struct vn_ioctl_64 { struct
125 #define VNIOCATTACH64 _IOWR('F', 0, struct vn_ioctl_64) /* attach file - LP64 */
126 #define VNIOCDETACH64 _IOWR('F', 1, struct vn_ioctl_64) /* detach disk - LP64 */
127 #define VNIOCSHADOW64 _IOWR('F', 6, struct vn_ioctl_64) /* attach shadow - LP64 */
/xnu-8019.80.24/bsd/dev/vn/
H A Dvn.c201 static void vn_ioctl_to_64(struct vn_ioctl_32 *from, struct vn_ioctl_64 *to);
207 struct vn_ioctl_64 *vniop,
213 struct vn_ioctl_64 *vniop,
868 struct vn_ioctl_64 *viop; in vnioctl()
874 struct vn_ioctl_64 user_vnio; in vnioctl()
891 viop = (struct vn_ioctl_64 *)data; in vnioctl()
1115 struct vn_ioctl_64 *vniop, in vniocattach_file()
1196 vniocattach_shadow(struct vn_softc *vn, struct vn_ioctl_64 *vniop, in vniocattach_shadow()
1249 struct vn_ioctl_64 vnio; in vndevice_root_image()
1383 vn_ioctl_to_64(struct vn_ioctl_32 *from, struct vn_ioctl_64 *to) in vn_ioctl_to_64()