Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c1421 if ((get_pubfh == TRUE) || (vers == NFS_V4)) { in get_the_addr()
1503 if ((get_pubfh == TRUE) && (vers != NFS_V4)) { in get_the_addr()
1753 bool_t get_pubfh, char *fspath, err_ret_t *error) in get_addr() argument
1768 tinfo, fhp, get_pubfh, fspath, error)); in get_addr()
1811 fhp, get_pubfh, fspath, error); in get_addr()
1839 tinfo, fhp, get_pubfh, fspath, error)) == NULL) in get_addr()
1870 port, tinfo, fhp, get_pubfh, fspath, error)) in get_addr()
2426 &args->fh, get_pubfh, fspath, &addr_error); in getaddr_nfs()
2432 &args->fh, get_pubfh, fspath, &addr_error); in getaddr_nfs()
2436 nconfp, nfs_proto, port, &tinfo, &args->fh, get_pubfh, in getaddr_nfs()
[all …]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c144 static struct netbuf *get_pubfh(char *, rpcvers_t, mfs_snego_t *,
926 argp->addr = get_pubfh(host, pubvers, &mfssnego, in nfsmount()
2759 get_pubfh(char *hostname, rpcvers_t vers, mfs_snego_t *mfssnego, in get_pubfh() function
2761 struct t_info *tinfo, caddr_t *fhp, bool_t get_pubfh, char *fspath) in get_pubfh() argument
2766 mfssnego, nconfp, proto, port, tinfo, fhp, get_pubfh, fspath, in get_pubfh()