Searched refs:fshost (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 971 set_args(int *mntflags, struct nfs_args *args, char *fshost, struct mnttab *mnt) argument 983 args->hostname = fshost; 1930 get_fh_via_pub(struct nfs_args *args, char *fshost, char *fspath, bool_t url, argument 1965 r = getaddr_nfs(args, fshost, nconfp, 1998 " server %s\n"), fshost); 2008 get_fh(struct nfs_args *args, char *fshost, char *fspath, int *versp, argument 2074 retval = getaddr_nfs(args, fshost, nconfp, FALSE, 2106 while ((cl = clnt_create_vers(fshost, MOUNTPROG, &outvers, 2109 pr_err(gettext("%s: %s\n"), fshost, 2119 pr_err(gettext("%s: %s\n"), fshost, 2403 getaddr_nfs(struct nfs_args *args, char *fshost, struct netconfig **nconfp, bool_t get_pubfh, char *fspath, ushort_t port, err_ret_t *error, bool_t print_rpcerror) argument [all...] |
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_subr.c | 43 * The compatibility problem exists when fshost cannot decode the request 46 * In any other case we use fshost's lockd for remote file locking. 50 remote_lock(char *fshost, caddr_t fh) argument 68 rlm_args.alock.caller_name = fshost; 75 cl = clnt_create(fshost, NLM_PROG, NLM_VERS, "datagram_v");
|
Completed in 842 milliseconds