Searched refs:get_pubfh (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 1395 caddr_t *fhp, bool_t get_pubfh, char *fspath, err_ret_t *error) in get_the_addr() argument 1421 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() 2404 bool_t get_pubfh, char *fspath, ushort_t port, err_ret_t *error, in getaddr_nfs() argument 2426 &args->fh, get_pubfh, fspath, &addr_error); in getaddr_nfs() [all …]
|
/titanic_44/usr/src/cmd/fs.d/autofs/ |
H A D | autod_nfs.c | 146 static struct netbuf *get_pubfh(char *, rpcvers_t, mfs_snego_t *, 942 argp->addr = get_pubfh(host, pubvers, &mfssnego, in nfsmount() 2830 get_pubfh(char *hostname, rpcvers_t vers, mfs_snego_t *mfssnego, in get_pubfh() function 2832 struct t_info *tinfo, caddr_t *fhp, bool_t get_pubfh, char *fspath) in get_pubfh() argument 2837 mfssnego, nconfp, proto, port, tinfo, fhp, get_pubfh, fspath, in get_pubfh()
|