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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs.h441 uint32_t nxa_netcount; /* #entries in ex_nets array */ member in struct:nfs_export_args
458 uint32_t nxa_netcount; /* #entries in ex_nets array */ member in struct:user_nfs_export_args
H A Dnfs_syscalls.c1269 unxa.nxa_netcount = tnxa.nxa_netcount;
H A Dnfs_subs.c2428 for (net = 0; net < unxa->nxa_netcount; net++, uaddr += sizeof(nxna)) {
2606 if (!unxa || !unxa->nxa_netcount) {
2621 for (net = 0; net < unxa->nxa_netcount; net++, uaddr += sizeof(nxna)) {
3067 } else if (!unxa->nxa_netcount) {

Completed in 34 milliseconds