Searched refs:nfs_getrootfh (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
H A D | pxe.c | 91 int nfs_getrootfh(struct iodesc*, char*, u_char*); 93 int nfs_getrootfh(struct iodesc*, char*, uint32_t*, u_char*); 446 if ((error = nfs_getrootfh(d, rootpath, nfs_root_node.fh)) != 0) 498 if ((error = nfs_getrootfh(d, rootpath, &nfs_root_node.fhsize,
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | nfs.c | 219 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 59 milliseconds