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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_subs.c2221 struct nfs_export *nx, *nx2, *nx3; local
2411 nx3 = NULL;
2415 nx3 = nx2;
2419 else if (nx3)
2420 LIST_INSERT_AFTER(nx3, nx, nx_next);
2432 if ((nx3 && !strncmp(nx3->nx_path, nx->nx_path, pathlen - 1) &&
2433 (nx3->nx_path[pathlen-1] == '/')) ||

Completed in 178 milliseconds