struct user_vn_ioctl {
u_int64_t vn_file; /* pathname of file to mount */
int vn_size; /* (returned) size of disk */
vncontrol_t vn_control;
};
struct user_vn_ioctl {
u_int64_t vn_file; /* pathname of file to mount */
int vn_size; /* (returned) size of disk */
vncontrol_t vn_control;
};