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

/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_syscalls.c1338 struct nfs_export_args tnxa; local
1339 error = copyin(argp, (caddr_t)&tnxa, sizeof(tnxa));
1342 unxa.nxa_fsid = tnxa.nxa_fsid;
1343 unxa.nxa_expid = tnxa.nxa_expid;
1344 unxa.nxa_fspath = CAST_USER_ADDR_T(tnxa.nxa_fspath);
1345 unxa.nxa_exppath = CAST_USER_ADDR_T(tnxa.nxa_exppath);
1346 unxa.nxa_flags = tnxa.nxa_flags;
1347 unxa.nxa_netcount = tnxa.nxa_netcount;
1348 unxa.nxa_nets = CAST_USER_ADDR_T(tnxa
[all...]

Completed in 56 milliseconds