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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c2678 struct nfs_export *nx, *nx2, *nx3; local
2923 nx3 = NULL;
2927 nx3 = nx2;
2931 else if (nx3)
2932 LIST_INSERT_AFTER(nx3, nx, nx_next);
2944 if ((nx3 && !strncmp(nx3->nx_path, nx->nx_path, pathlen - 1) &&
2945 (nx3->nx_path[pathlen-1] == '/')) ||

Completed in 27 milliseconds