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

/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c295 static char v4root_dirpath[PATH_MAX + 1]; variable
1594 if (strlen(v4root_dirpath) == 0) {
1595 strlcpy(v4root_dirpath, cp,
1596 sizeof (v4root_dirpath));
1597 } else if (strcmp(v4root_dirpath, cp)
1842 v4root_dirpath[0] = '\0';
2156 LOGDEBUG("v4root expath=%s", v4root_dirpath);
2158 v4root_dirpath, strlen(v4root_dirpath), &fs,
3091 nfsea.fspec = v4root_dirpath;
[all...]

Completed in 117 milliseconds