Searched refs:hap (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c1744 struct hc_args *hap = (struct hc_args *)pdata; local
1753 TOPO_METH_PRESENT_VERSION, hap->ha_fmri, &hap->ha_nvl,
1773 if (hc_auth_changed(hap->ha_fmri, rsrc,
1775 hc_auth_changed(hap->ha_fmri, rsrc,
1781 if (topo_mod_nvalloc(mod, &hap->ha_nvl, NV_UNIQUE_NAME) != 0)
1784 if (nvlist_add_uint32(hap->ha_nvl,
1786 nvlist_free(hap->ha_nvl);
1787 hap->ha_nvl = NULL;
1801 struct hc_args *hap; local
1836 struct hc_args *hap = (struct hc_args *)pdata; local
1919 struct hc_args *hap; local
1954 struct hc_args *hap = (struct hc_args *)pdata; local
1984 struct hc_args *hap; local
2141 struct hc_args *hap = (struct hc_args *)pdata; local
2182 struct hc_args *hap; local
2218 struct hc_args *hap = (struct hc_args *)pdata; local
2242 struct hc_args *hap; local
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl_ho.c221 char **hap; local
237 for (hap = hp->h_aliases; *hap; hap++) {
238 nn = ns_namelen(*hap);
239 if (strncasecmp(*hap, name, Max(n, nn)) == 0)
294 char **hap; local
296 for (hap = hp->h_addr_list; *hap; hap
[all...]
H A Ddns_ho.c171 static int add_hostent(struct pvt *pvt, char *bp, char **hap,
693 char *bp, *ep, **ap, **hap; local
768 hap = pvt->h_addr_ptrs;
769 *hap = NULL;
954 m = add_hostent(pvt, bp, hap, aip);
961 if (hap < &pvt->h_addr_ptrs[MAXADDRS])
962 hap++;
963 *hap = NULL;
981 *hap = NULL;
983 if (pvt->res->nsort && hap !
1027 add_hostent(struct pvt *pvt, char *bp, char **hap, struct addrinfo *ai) argument
[all...]
H A Dgethostent.c148 char **hap; local
156 for (hap = net_data->ho_last->h_aliases; hap && *hap; hap++)
157 if (ns_samename(name, *hap) == 1)
180 char **hap; local
186 for (hap = net_data->ho_last->h_addr_list;
187 hap && *hap;
[all...]
H A Dgetaddrinfo.c637 for (hap = net_data->ho_last->h_aliases; hap && *hap; hap++)
638 if (ns_samename(name, *hap) == 1)
/illumos-gate/usr/src/lib/libresolv/
H A Dres_gethost.c95 char **hap; local
132 hap = h_addr_ptrs;
206 memcpy((void *)(*hap++ = bp), (void *)cp, n);
208 bcopy(cp, *hap++ = bp, n);
217 *hap = NULL;
/illumos-gate/usr/src/stand/lib/inet/
H A Dibd.c225 ibd_arp(struct in_addr *ip, void *hap, uint32_t timeout) argument
227 ipoib_mac_t *ep = (ipoib_mac_t *)hap;
H A Dethernet.c210 ether_arp(struct in_addr *ip, void *hap, uint32_t timeout) argument
212 ether_addr_t *ep = (ether_addr_t *)hap;

Completed in 74 milliseconds