Searched refs:vn_file (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | vnioctl.h | 90 char * vn_file; /* pathname of file to mount */ member 98 u_int64_t vn_file; /* pathname of file to mount */ member 104 u_int32_t vn_file; /* pathname of file to mount */ member
|
| /xnu-8019.80.24/bsd/dev/vn/ |
| H A D | vn.c | 1006 if (viop->vn_file == USER_ADDR_NULL) { in vnioctl() 1034 if (viop->vn_file == USER_ADDR_NULL) { in vnioctl() 1129 NDINIT(&nd, LOOKUP, OP_OPEN, FOLLOW, UIO_SYSSPACE, vniop->vn_file, ctx); in vniocattach_file() 1133 vniop->vn_file, ctx); in vniocattach_file() 1144 vniop->vn_file, ctx); in vniocattach_file() 1148 vniop->vn_file, ctx); in vniocattach_file() 1207 NDINIT(&nd, LOOKUP, OP_OPEN, FOLLOW, UIO_SYSSPACE, vniop->vn_file, ctx); in vniocattach_shadow() 1211 vniop->vn_file, ctx); in vniocattach_shadow() 1251 vnio.vn_file = CAST_USER_ADDR_T(path); in vndevice_root_image() 1385 to->vn_file = CAST_USER_ADDR_T(from->vn_file); in vn_ioctl_to_64()
|