HomeSort by: relevance | last modified time | path
    Searched defs:nfs_getrootfh (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/mount_nfs/
getnfsargs_small.c 142 nfs_getrootfh(struct iodesc *d, const char *path, int mntvers, struct nfhret *nfhret) function in typeref:typename:int
244 if (nfs_getrootfh(&d, spec, mntvers, &nfhret) == 0)
  /src/sys/lib/libsa/
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) function in typeref:typename:int
554 if (nfs_getrootfh(desc, path, nfs_root_node.fh, &nfs_root_node.version))

Completed in 12 milliseconds