Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c67 static char root_pathbuf[NFS_MAXPATHLEN]; /* the root's path */ variable
221 buflen = sizeof (root_pathbuf); in setup_root_vars()
223 root_pathbuf, &buflen)) { in setup_root_vars()
224 root_pathbuf[buflen] = '\0'; in setup_root_vars()
560 char *root_path = &root_pathbuf[0]; /* to make XDR happy */ in boot_nfs_mountroot()
635 root_pathbuf) == FALSE) in boot_nfs_mountroot()
647 printf("root directory: %s\n", root_pathbuf); in boot_nfs_mountroot()