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

/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c1746 struct hc_args *hap = (struct hc_args *)pdata; local
1755 TOPO_METH_PRESENT_VERSION, hap->ha_fmri, &hap->ha_nvl,
1775 if (hc_auth_changed(hap->ha_fmri, rsrc,
1777 hc_auth_changed(hap->ha_fmri, rsrc,
1783 if (topo_mod_nvalloc(mod, &hap->ha_nvl, NV_UNIQUE_NAME) != 0)
1786 if (nvlist_add_uint32(hap->ha_nvl,
1788 nvlist_free(hap->ha_nvl);
1789 hap->ha_nvl = NULL;
1803 struct hc_args *hap; local
1838 struct hc_args *hap = (struct hc_args *)pdata; local
1921 struct hc_args *hap; local
1956 struct hc_args *hap = (struct hc_args *)pdata; local
1986 struct hc_args *hap; local
2143 struct hc_args *hap = (struct hc_args *)pdata; local
2184 struct hc_args *hap; local
2220 struct hc_args *hap = (struct hc_args *)pdata; local
2244 struct hc_args *hap; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dspa_history.c195 history_arg_t *hap = arg2; local
196 const char *history_str = hap->ha_history_str;
235 VERIFY(nvlist_add_uint64(nvrecord, ZPOOL_HIST_WHO, hap->ha_uid) == 0);
236 if (hap->ha_zone != NULL)
238 hap->ha_zone) == 0);
243 if (hap->ha_log_type == LOG_CMD_POOL_CREATE ||
244 hap->ha_log_type == LOG_CMD_NORMAL) {
251 hap->ha_event) == 0);
258 zfs_history_event_names[hap->ha_event], spa_name(spa),
270 if (hap
[all...]
/opensolaris-onvv-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)
/opensolaris-onvv-gate/usr/src/lib/libresolv/
H A Dres_gethost.c92 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;
/opensolaris-onvv-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 266 milliseconds