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

/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c3343 struct dirlist *newdl, *dl, *dl2, *dl3, *dlstop; local
3346 dlstop = NULL;
3351 while (dl && (dl != dlstop)) {
3369 dlstop = dl->dl_next;
3370 while (dlstop && (subdir_check(dl->dl_dir, dlstop->dl_dir) == 1))
3371 dlstop = dlstop->dl_next;
3392 if (dl && (dl == dlstop))
3393 DEBUG(3, "add_dir: %s stopped before %s", cp, dlstop
[all...]

Completed in 110 milliseconds