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

/xnu-2422.115.4/bsd/sys/
H A Dvnioctl.h103 struct vn_ioctl_32 { struct
129 #define VNIOCATTACH32 _IOWR('F', 0, struct vn_ioctl_32) /* attach file - U32 version for K64 */
130 #define VNIOCDETACH32 _IOWR('F', 1, struct vn_ioctl_32) /* detach disk - U32 version for K64 */
131 #define VNIOCSHADOW32 _IOWR('F', 6, struct vn_ioctl_32) /* attach shadow - U32 version for K64 */
/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);
1017 vn_ioctl_to_64((struct vn_ioctl_32 *)viop, &user_vnio);
1045 vn_ioctl_to_64((struct vn_ioctl_32 *)viop, &user_vnio);
1400 vn_ioctl_to_64(struct vn_ioctl_32 *from, struct vn_ioctl_64 *to)

Completed in 19 milliseconds