Lines Matching refs:_IOWR
117 #define VNIOCATTACH _IOWR('F', 0, struct vn_ioctl) /* attach file */
118 #define VNIOCDETACH _IOWR('F', 1, struct vn_ioctl) /* detach disk */
119 #define VNIOCGSET _IOWR('F', 2, u_int32_t ) /* set global option */
120 #define VNIOCGCLEAR _IOWR('F', 3, u_int32_t ) /* reset --//-- */
121 #define VNIOCUSET _IOWR('F', 4, u_int32_t ) /* set unit option */
122 #define VNIOCUCLEAR _IOWR('F', 5, u_int32_t ) /* reset --//-- */
123 #define VNIOCSHADOW _IOWR('F', 6, struct vn_ioctl) /* attach shadow */
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 */
129 #define VNIOCATTACH32 _IOWR('F', 0, struct vn_ioctl_32) /* attach file - U32 version for K6…
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 …