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

/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c263 static struct exportlisthead *oldexphead = NULL; variable in typeref:struct:exportlisthead
1850 SLIST_FIRST(&oldexphead[i]) = SLIST_FIRST(&exphead[i]);
1862 * exphashsize == 0 for the first call, before oldexphead
1866 SLIST_INIT(&oldexphead[i]);
1905 free_exports(oldexphead);
1920 free_exports(oldexphead);
1940 oldexphead = malloc(exphashsize * sizeof(*oldexphead));
1941 if (exphead == NULL || oldexphead == NULL)
1946 SLIST_INIT(&oldexphead[
[all...]

Completed in 75 milliseconds