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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c1260 struct nfs_export_args tnxa; local
1261 error = copyin(argp, (caddr_t)&tnxa, sizeof(tnxa));
1264 unxa.nxa_fsid = tnxa.nxa_fsid;
1265 unxa.nxa_expid = tnxa.nxa_expid;
1266 unxa.nxa_fspath = CAST_USER_ADDR_T(tnxa.nxa_fspath);
1267 unxa.nxa_exppath = CAST_USER_ADDR_T(tnxa.nxa_exppath);
1268 unxa.nxa_flags = tnxa.nxa_flags;
1269 unxa.nxa_netcount = tnxa.nxa_netcount;
1270 unxa.nxa_nets = CAST_USER_ADDR_T(tnxa
[all...]

Completed in 20 milliseconds