Searched refs:hap (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/lib/fm/topo/libtopo/common/ |
H A D | hc.c | 1747 struct hc_args *hap = (struct hc_args *)pdata; in hc_is_present() local 1756 TOPO_METH_PRESENT_VERSION, hap->ha_fmri, &hap->ha_nvl, in hc_is_present() 1776 if (hc_auth_changed(hap->ha_fmri, rsrc, in hc_is_present() 1778 hc_auth_changed(hap->ha_fmri, rsrc, in hc_is_present() 1784 if (topo_mod_nvalloc(mod, &hap->ha_nvl, NV_UNIQUE_NAME) != 0) in hc_is_present() 1787 if (nvlist_add_uint32(hap->ha_nvl, in hc_is_present() 1789 nvlist_free(hap->ha_nvl); in hc_is_present() 1790 hap->ha_nvl = NULL; in hc_is_present() 1804 struct hc_args *hap; in hc_fmri_present() local 1809 if ((hap = topo_mod_alloc(mod, sizeof (struct hc_args))) == NULL) in hc_fmri_present() [all …]
|
/titanic_44/usr/src/lib/libresolv2/common/irs/ |
H A D | lcl_ho.c | 221 char **hap; in ho_byname2() local 237 for (hap = hp->h_aliases; *hap; hap++) { in ho_byname2() 238 nn = ns_namelen(*hap); in ho_byname2() 239 if (strncasecmp(*hap, name, Max(n, nn)) == 0) in ho_byname2() 294 char **hap; in ho_byaddr() local 296 for (hap = hp->h_addr_list; *hap; hap++) { in ho_byaddr() 297 const u_char *taddr = (const u_char *)*hap; in ho_byaddr()
|
H A D | gethostent.c | 148 char **hap; in gethostbyname2_p() local 156 for (hap = net_data->ho_last->h_aliases; hap && *hap; hap++) in gethostbyname2_p() 157 if (ns_samename(name, *hap) == 1) in gethostbyname2_p() 180 char **hap; in gethostbyaddr_p() local 186 for (hap = net_data->ho_last->h_addr_list; in gethostbyaddr_p() 187 hap && *hap; in gethostbyaddr_p() 188 hap++) in gethostbyaddr_p() 189 if (!memcmp(addr, *hap, len)) in gethostbyaddr_p()
|
H A D | dns_ho.c | 171 static int add_hostent(struct pvt *pvt, char *bp, char **hap, 693 char *bp, *ep, **ap, **hap; in gethostans() local 768 hap = pvt->h_addr_ptrs; in gethostans() 769 *hap = NULL; in gethostans() 954 m = add_hostent(pvt, bp, hap, aip); in gethostans() 961 if (hap < &pvt->h_addr_ptrs[MAXADDRS]) in gethostans() 962 hap++; in gethostans() 963 *hap = NULL; in gethostans() 981 *hap = NULL; in gethostans() 983 if (pvt->res->nsort && hap != pvt->h_addr_ptrs && in gethostans() [all …]
|
H A D | getaddrinfo.c | 637 for (hap = net_data->ho_last->h_aliases; hap && *hap; hap++) 638 if (ns_samename(name, *hap) == 1)
|
/titanic_44/usr/src/lib/libresolv/ |
H A D | res_gethost.c | 92 char **hap; local 129 hap = h_addr_ptrs; 203 memcpy((void *)(*hap++ = bp), (void *)cp, n); 205 bcopy(cp, *hap++ = bp, n); 214 *hap = NULL;
|
/titanic_44/usr/src/stand/lib/inet/ |
H A D | ibd.c | 225 ibd_arp(struct in_addr *ip, void *hap, uint32_t timeout) in ibd_arp() argument 227 ipoib_mac_t *ep = (ipoib_mac_t *)hap; in ibd_arp()
|
H A D | ethernet.c | 210 ether_arp(struct in_addr *ip, void *hap, uint32_t timeout) in ether_arp() argument 212 ether_addr_t *ep = (ether_addr_t *)hap; in ether_arp()
|
/titanic_44/usr/src/cmd/look/ |
H A D | words | 10458 hap
|
/titanic_44/usr/src/cmd/spell/ |
H A D | list | 10456 hap
|