Searched refs:tmp_hdl (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/common/
H A Dlut.c81 struct lut **tmp_hdl = &root, *parent = NULL, *tmp = root; local
94 tmp_hdl = &(tmp->lut_left);
98 tmp_hdl = &(tmp->lut_right);
105 *tmp_hdl = MALLOC(sizeof (*root));
106 (*tmp_hdl)->lut_lhs = lhs;
107 (*tmp_hdl)->lut_rhs = rhs;
108 (*tmp_hdl)->lut_parent = parent;
109 (*tmp_hdl)->lut_left = (*tmp_hdl)->lut_right = NULL;
/opensolaris-onvv-gate/usr/src/lib/libtnfctl/
H A Dclose.c54 tnfctl_probe_t *probe_hdl, *tmp_hdl; local
79 tmp_hdl = probe_hdl;
81 free(tmp_hdl);
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_kstats.c77 ddi_intr_handle_impl_t tmp_hdl, *ih_p = private_data->hdlp; local
104 bcopy(ih_p, &tmp_hdl, sizeof (ddi_intr_handle_impl_t));
105 tmp_hdl.ih_private = (void *)&intrinfo;
111 ((*psm_intr_ops)(NULL, &tmp_hdl, PSM_INTR_OP_GET_INTR, NULL) !=
H A Dpci_common.c207 ddi_intr_handle_impl_t tmp_hdl; local
265 tmp_hdl.ih_type = types;
266 if ((*psm_intr_ops)(rdip, &tmp_hdl, PSM_INTR_OP_CHECK_MSI,
732 bcopy(hdlp, &tmp_hdl, sizeof (ddi_intr_handle_impl_t));
733 tmp_hdl.ih_private = (void *)&intrinfo;
737 if ((*psm_intr_ops)(rdip, &tmp_hdl, PSM_INTR_OP_GET_INTR,
749 bcopy(hdlp, &tmp_hdl, sizeof (ddi_intr_handle_impl_t));
750 tmp_hdl.ih_private = (void *)(uintptr_t)*(int *)result;
751 tmp_hdl.ih_flags = PSMGI_INTRBY_DEFAULT;
753 if ((*psm_intr_ops)(rdip, &tmp_hdl, PSM_INTR_OP_SET_CP
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dddi_intr.c154 ddi_intr_handle_impl_t *hdlp, tmp_hdl; local
275 bzero(&tmp_hdl, sizeof (ddi_intr_handle_impl_t));
276 tmp_hdl.ih_type = type;
277 tmp_hdl.ih_inum = inum;
278 tmp_hdl.ih_scratch1 = count;
279 tmp_hdl.ih_scratch2 = (void *)(uintptr_t)behavior;
280 tmp_hdl.ih_dip = dip;
283 &tmp_hdl, (void *)actualp) != DDI_SUCCESS) {
291 &tmp_hdl, (void *)&pri)) != DDI_SUCCESS) {
300 &tmp_hdl, (voi
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dds_common.c3287 ds_svc_hdl_t tmp_hdl; local
3299 tmp_hdl = svc->hdl;
3303 svc->hdl = tmp_hdl;

Completed in 106 milliseconds