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

/netbsd-6-1-5-RELEASE/sbin/mount_nfs/
H A Dgetnfsargs_small.c135 nfs_getrootfh(struct iodesc *d, const char *path, int mntvers, struct nfhret *nfhret) function
237 if (nfs_getrootfh(&d, spec, mntvers, &nfhret) == 0)
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/libsa/
H A Dnfs.c103 int nfs_getrootfh(struct iodesc *, char *, u_char *);
116 nfs_getrootfh(struct iodesc *d, char *path, u_char *fhp) function
139 printf("nfs_getrootfh: %s\n", path);
369 if ((error = nfs_getrootfh(desc, rootpath, nfs_root_node.fh)))
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dnfs.c114 int nfs_getrootfh(struct iodesc *, char *, u_char *);
125 nfs_getrootfh(struct iodesc *d, char *path, u_char *fhp) function
148 printf("nfs_getrootfh: %s\n", path);
364 if (nfs_getrootfh(desc, path, nfs_root_node.fh))

Completed in 83 milliseconds