Searched defs:clnt_serv (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c1315 struct nd_hostservlist *clnt_serv = NULL; local
1433 if (netdir_getbyaddr(nconf, &clnt_serv,
1435 clnt_serv->h_cnt > 0)
1436 clnt = clnt_serv->h_hostservs->h_host;
1447 if (clnt_serv) {
1448 netdir_free(clnt_serv, ND_HOSTSERVLIST);
1449 clnt_serv = NULL;

Completed in 64 milliseconds