Searched refs:tmp_hdl (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/fm/eversholt/common/ |
H A D | lut.c | 81 struct lut **tmp_hdl = &root, *parent = NULL, *tmp = root; in lut_add() local 94 tmp_hdl = &(tmp->lut_left); in lut_add() 98 tmp_hdl = &(tmp->lut_right); in lut_add() 105 *tmp_hdl = MALLOC(sizeof (*root)); in lut_add() 106 (*tmp_hdl)->lut_lhs = lhs; in lut_add() 107 (*tmp_hdl)->lut_rhs = rhs; in lut_add() 108 (*tmp_hdl)->lut_parent = parent; in lut_add() 109 (*tmp_hdl)->lut_left = (*tmp_hdl)->lut_right = NULL; in lut_add()
|
/titanic_44/usr/src/uts/i86pc/io/pci/ |
H A D | pci_kstats.c | 77 ddi_intr_handle_impl_t tmp_hdl, *ih_p = private_data->hdlp; in pci_ih_ks_update() local 104 bcopy(ih_p, &tmp_hdl, sizeof (ddi_intr_handle_impl_t)); in pci_ih_ks_update() 105 tmp_hdl.ih_private = (void *)&intrinfo; in pci_ih_ks_update() 111 ((*psm_intr_ops)(NULL, &tmp_hdl, PSM_INTR_OP_GET_INTR, NULL) != in pci_ih_ks_update()
|
H A D | pci_common.c | 207 ddi_intr_handle_impl_t tmp_hdl; in pci_common_intr_ops() local 265 tmp_hdl.ih_type = types; in pci_common_intr_ops() 266 if ((*psm_intr_ops)(rdip, &tmp_hdl, PSM_INTR_OP_CHECK_MSI, in pci_common_intr_ops() 732 bcopy(hdlp, &tmp_hdl, sizeof (ddi_intr_handle_impl_t)); in pci_common_intr_ops() 733 tmp_hdl.ih_private = (void *)&intrinfo; in pci_common_intr_ops() 737 if ((*psm_intr_ops)(rdip, &tmp_hdl, PSM_INTR_OP_GET_INTR, in pci_common_intr_ops() 749 bcopy(hdlp, &tmp_hdl, sizeof (ddi_intr_handle_impl_t)); in pci_common_intr_ops() 750 tmp_hdl.ih_private = (void *)(uintptr_t)*(int *)result; in pci_common_intr_ops() 751 tmp_hdl.ih_flags = PSMGI_INTRBY_DEFAULT; in pci_common_intr_ops() 753 if ((*psm_intr_ops)(rdip, &tmp_hdl, PSM_INTR_OP_SET_CPU, in pci_common_intr_ops() [all …]
|
/titanic_44/usr/src/lib/libtnfctl/ |
H A D | close.c | 54 tnfctl_probe_t *probe_hdl, *tmp_hdl; in tnfctl_close() local 79 tmp_hdl = probe_hdl; in tnfctl_close() 81 free(tmp_hdl); in tnfctl_close()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | ddi_intr.c | 154 ddi_intr_handle_impl_t *hdlp, tmp_hdl; in ddi_intr_alloc() local 275 bzero(&tmp_hdl, sizeof (ddi_intr_handle_impl_t)); in ddi_intr_alloc() 276 tmp_hdl.ih_type = type; in ddi_intr_alloc() 277 tmp_hdl.ih_inum = inum; in ddi_intr_alloc() 278 tmp_hdl.ih_scratch1 = count; in ddi_intr_alloc() 279 tmp_hdl.ih_scratch2 = (void *)(uintptr_t)behavior; in ddi_intr_alloc() 280 tmp_hdl.ih_dip = dip; in ddi_intr_alloc() 283 &tmp_hdl, (void *)actualp) != DDI_SUCCESS) { in ddi_intr_alloc() 291 &tmp_hdl, (void *)&pri)) != DDI_SUCCESS) { in ddi_intr_alloc() 300 &tmp_hdl, (void *)&cap)) != DDI_SUCCESS) { in ddi_intr_alloc() [all …]
|
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | ds_common.c | 3287 ds_svc_hdl_t tmp_hdl; in ds_delete_svc_entry() local 3299 tmp_hdl = svc->hdl; in ds_delete_svc_entry() 3303 svc->hdl = tmp_hdl; in ds_delete_svc_entry()
|