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

/freebsd-10.1-release/sys/boot/i386/libi386/
H A Dpxe.c92 int nfs_getrootfh(struct iodesc*, char*, u_char*);
94 int nfs_getrootfh(struct iodesc*, char*, uint32_t*, u_char*);
432 if ((error = nfs_getrootfh(d, rootpath, nfs_root_node.fh)) != 0)
484 if ((error = nfs_getrootfh(d, rootpath, &nfs_root_node.fhsize,
/freebsd-10.1-release/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 110 milliseconds