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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c69 static char root_pathbuf[NFS_MAXPATHLEN]; /* the root's path */ variable
223 buflen = sizeof (root_pathbuf);
225 root_pathbuf, &buflen)) {
226 root_pathbuf[buflen] = '\0';
562 char *root_path = &root_pathbuf[0]; /* to make XDR happy */
637 root_pathbuf) == FALSE)
649 printf("root directory: %s\n", root_pathbuf);

Completed in 54 milliseconds