Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/nfs/
H A Dnfs_syscalls.c1261 struct nfs_export_args tnxa; in nfssvc_export() local
1262 error = copyin(argp, (caddr_t)&tnxa, sizeof(tnxa)); in nfssvc_export()
1265 unxa.nxa_fsid = tnxa.nxa_fsid; in nfssvc_export()
1266 unxa.nxa_expid = tnxa.nxa_expid; in nfssvc_export()
1267 unxa.nxa_fspath = CAST_USER_ADDR_T(tnxa.nxa_fspath); in nfssvc_export()
1268 unxa.nxa_exppath = CAST_USER_ADDR_T(tnxa.nxa_exppath); in nfssvc_export()
1269 unxa.nxa_flags = tnxa.nxa_flags; in nfssvc_export()
1270 unxa.nxa_netcount = tnxa.nxa_netcount; in nfssvc_export()
1271 unxa.nxa_nets = CAST_USER_ADDR_T(tnxa.nxa_nets); in nfssvc_export()