Lines Matching refs:hs
283 struct nd_hostserv *hs, int backlog) in nfslib_bindit() argument
305 if (strcmp(hs->h_serv, "nfs4_callback") == 0) { in nfslib_bindit()
311 } else if (netdir_getbyname(nconf, hs, &addrlist) != 0) { in nfslib_bindit()
315 nconf->nc_netid, hs->h_host, hs->h_serv); in nfslib_bindit()
1643 struct nd_hostserv hs; in bind_to_provider() local
1645 hs.h_host = HOST_SELF; in bind_to_provider()
1646 hs.h_serv = serv_name_to_port_name(serv); in bind_to_provider()
1656 return (nfslib_bindit(nconf, addr, &hs, in bind_to_provider()
1673 struct nd_hostserv hs; in bind_to_proto() local
1675 hs.h_host = HOST_SELF; in bind_to_proto()
1676 hs.h_serv = serv_name_to_port_name(serv); in bind_to_proto()
1685 return (nfslib_bindit(nconf, addr, &hs, in bind_to_proto()