Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c983 args->hostname = fshost; in set_args()
1998 " server %s\n"), fshost); in get_fh_via_pub()
2138 fshost, fspath); in get_fh()
2192 fshost, fspath); in get_fh()
2225 fshost, fspath); in get_fh()
2324 fshost); in get_fh()
2381 fshost, fspath, outvers); in get_fh()
2392 fshost, fspath); in get_fh()
2473 fshost); in getaddr_nfs()
2503 fshost, nfs_proto); in getaddr_nfs()
[all …]
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_subr.c50 remote_lock(char *fshost, caddr_t fh) in remote_lock() argument
68 rlm_args.alock.caller_name = fshost; in remote_lock()
75 cl = clnt_create(fshost, NLM_PROG, NLM_VERS, "datagram_v"); in remote_lock()