Searched defs:nfs_getrootfh (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dnfs.c219 nfs_getrootfh(struct iodesc *d, char *path, u_char *fhp) function
242 printf("nfs_getrootfh: %s\n", path);
488 if ((error = nfs_getrootfh(desc, rootpath, nfs_root_node.fh)))
819 nfs_getrootfh(struct iodesc *d, char *path, uint32_t *fhlenp, u_char *fhp) function
845 printf("nfs_getrootfh: %s\n", path);
1130 if ((error = nfs_getrootfh(desc, rootpath, &nfs_root_node.fhsize,

Completed in 61 milliseconds