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

/illumos-gate/usr/src/cmd/lvm/rpc.metad/
H A Dmetad_init.c57 struct nd_hostservlist *hservlistp = NULL; local
80 if ((__netdir_getbyaddr_nosrv(nconfp, &hservlistp, &transp->xp_rtaddr)
81 != 0) || (hservlistp == NULL)) {
89 for (i = 0; (i < hservlistp->h_cnt); ++i) {
90 struct nd_hostserv *hservp = &hservlistp->h_hostservs[i];
128 if (hservlistp != NULL)
129 netdir_free(hservlistp, ND_HOSTSERVLIST);
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_init.c174 struct nd_hostservlist *hservlistp = NULL; local
197 if ((__netdir_getbyaddr_nosrv(nconfp, &hservlistp, &transp->xp_rtaddr)
198 != 0) || (hservlistp == NULL)) {
206 for (i = 0; (i < hservlistp->h_cnt); ++i) {
207 struct nd_hostserv *hservp = &hservlistp->h_hostservs[i];
249 if (hservlistp != NULL)
250 netdir_free(hservlistp, ND_HOSTSERVLIST);
/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_init.c193 struct nd_hostservlist *hservlistp = NULL; local
215 if ((__netdir_getbyaddr_nosrv(nconfp, &hservlistp, &transp->xp_rtaddr)
216 != 0) || (hservlistp == NULL)) {
224 for (i = 0; (i < hservlistp->h_cnt); ++i) {
225 struct nd_hostserv *hservp = &hservlistp->h_hostservs[i];
243 if (hservlistp != NULL)
244 netdir_free(hservlistp, ND_HOSTSERVLIST);

Completed in 58 milliseconds