Searched refs:tnxa (Results 1 – 1 of 1) sorted by relevance
1551 struct nfs_export_args tnxa; in nfssvc_export() local1552 error = copyin(argp, (caddr_t)&tnxa, sizeof(tnxa)); in nfssvc_export()1555 unxa.nxa_fsid = tnxa.nxa_fsid; in nfssvc_export()1556 unxa.nxa_expid = tnxa.nxa_expid; in nfssvc_export()1557 unxa.nxa_fspath = CAST_USER_ADDR_T(tnxa.nxa_fspath); in nfssvc_export()1558 unxa.nxa_exppath = CAST_USER_ADDR_T(tnxa.nxa_exppath); in nfssvc_export()1559 unxa.nxa_flags = tnxa.nxa_flags; in nfssvc_export()1560 unxa.nxa_netcount = tnxa.nxa_netcount; in nfssvc_export()1561 unxa.nxa_nets = CAST_USER_ADDR_T(tnxa.nxa_nets); in nfssvc_export()