Home
last modified time | relevance | path

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

/netbsd-src/sbin/mount_nfs/
H A Dgetnfsargs_small.c142 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 Dnfs.c138 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()