Searched refs:vn_ioctl_32 (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | vnioctl.h | 103 struct vn_ioctl_32 { struct 129 #define VNIOCATTACH32 _IOWR('F', 0, struct vn_ioctl_32) /* attach file - U32 version for K6… argument 130 #define VNIOCDETACH32 _IOWR('F', 1, struct vn_ioctl_32) /* detach disk - U32 version for K6… 131 #define VNIOCSHADOW32 _IOWR('F', 6, struct vn_ioctl_32) /* attach shadow - U32 version for …
|
| /xnu-8019.80.24/bsd/dev/vn/ |
| H A D | vn.c | 201 static void vn_ioctl_to_64(struct vn_ioctl_32 *from, struct vn_ioctl_64 *to); 1003 vn_ioctl_to_64((struct vn_ioctl_32 *)viop, &user_vnio); in vnioctl() 1031 vn_ioctl_to_64((struct vn_ioctl_32 *)viop, &user_vnio); in vnioctl() 1383 vn_ioctl_to_64(struct vn_ioctl_32 *from, struct vn_ioctl_64 *to) in vn_ioctl_to_64()
|