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

/xnu-2422.115.4/bsd/sys/
H A Dvnioctl.h90 char * vn_file; /* pathname of file to mount */ member in struct:vn_ioctl
98 u_int64_t vn_file; /* pathname of file to mount */ member in struct:vn_ioctl_64
104 u_int32_t vn_file; /* pathname of file to mount */ member in struct:vn_ioctl_32
/xnu-2422.115.4/bsd/dev/vn/
H A Dvn.c1020 if (viop->vn_file == USER_ADDR_NULL) {
1048 if (viop->vn_file == USER_ADDR_NULL) {
1144 NDINIT(&nd, LOOKUP, OP_OPEN, FOLLOW, UIO_SYSSPACE, vniop->vn_file, ctx);
1149 vniop->vn_file, ctx);
1160 vniop->vn_file, ctx);
1165 vniop->vn_file, ctx);
1224 NDINIT(&nd, LOOKUP, OP_OPEN, FOLLOW, UIO_SYSSPACE, vniop->vn_file, ctx);
1229 vniop->vn_file, ctx);
1269 vnio.vn_file = CAST_USER_ADDR_T(path);
1402 to->vn_file
[all...]

Completed in 25 milliseconds