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

/freebsd-12-stable/usr.sbin/nfsd/
H A Dnfsd.c1173 size_t dsaddrsiz, dshostsiz, dspathsiz, nfsprtsiz, mdspathsiz; local
1183 dspathsiz = 1024;
1185 dspath = malloc(dspathsiz);
1234 if (dspathcnt + pathsiz + 1 > dspathsiz) {
1235 dspathsiz *= 2;
1236 dspath = realloc(dspath, dspathsiz);

Completed in 56 milliseconds