Searched refs:nfs_getrootfh (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sbin/mount_nfs/ |
H A D | getnfsargs_small.c | 142 nfs_getrootfh(struct iodesc *d, const char *path, int mntvers, struct nfhret *nfhret) in nfs_getrootfh() function 244 if (nfs_getrootfh(&d, spec, mntvers, &nfhret) == 0) in getnfsargs()
|
/netbsd-src/sys/lib/libsa/ |
H A D | nfs.c | 138 int nfs_getrootfh(struct iodesc *, char *, u_char *, int *); 149 nfs_getrootfh(struct iodesc *d, char *path, u_char *fhp, int *versionp) in nfs_getrootfh() function 554 if (nfs_getrootfh(desc, path, nfs_root_node.fh, &nfs_root_node.version)) in nfs_mount()
|