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

/xnu-2422.115.4/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-2422.115.4/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,
877 struct vn_ioctl_64 *viop;
883 struct vn_ioctl_64 user_vnio;
902 viop = (struct vn_ioctl_64 *)data;
1130 struct vn_ioctl_64 *vniop,
1213 vniocattach_shadow(struct vn_softc *vn, struct vn_ioctl_64 *vniop,
1267 struct vn_ioctl_64 vnio;
1400 vn_ioctl_to_64(struct vn_ioctl_32 *from, struct vn_ioctl_64 *t
[all...]

Completed in 23 milliseconds