Home
last modified time | relevance | path

Searched refs:rhandle (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclplatmod.c108 confirm_rcm(char *abstr_name, rcm_handle_t *rhandle) in confirm_rcm() argument
110 rcm_notify_remove(rhandle, abstr_name, 0, NULL); in confirm_rcm()
117 fail_rcm(char *abstr_name, rcm_handle_t *rhandle) in fail_rcm() argument
119 (void) rcm_notify_online(rhandle, abstr_name, 0, NULL); in fail_rcm()
129 rcm_handle_t *rhandle; in check_rcm() local
132 if (rcm_alloc_handle(NULL, 0, NULL, &rhandle) != RCM_SUCCESS) { in check_rcm()
136 rv = rcm_request_offline(rhandle, rcm_abstr_cp2300_name, in check_rcm()
141 fail_rcm(rcm_abstr_cp2300_name, rhandle); in check_rcm()
142 rcm_free_handle(rhandle); in check_rcm()
147 rcm_free_handle(rhandle); in check_rcm()
[all …]
/titanic_44/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231_eb2dma.c204 ddi_acc_handle_t rhandle = EB2_REC_HNDL; in eb2_reset() local
220 ddi_put32(rhandle, &EB2_REC_CSR, EB2_RESET); in eb2_reset()
222 reg = ddi_get32(rhandle, &EB2_REC_CSR); in eb2_reset()
225 reg = ddi_get32(rhandle, &EB2_REC_CSR); in eb2_reset()
228 ddi_put32(rhandle, &EB2_REC_CSR, EB2_RCLEAR_RESET_VALUE); in eb2_reset()
/titanic_44/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c353 confirm_rcm(hpc_occupant_info_t *occupant, rcm_handle_t *rhandle) in confirm_rcm() argument
360 (void) rcm_notify_remove_list(rhandle, occupant->id, 0, NULL); in confirm_rcm()
361 (void) rcm_free_handle(rhandle); in confirm_rcm()
368 fail_rcm(hpc_occupant_info_t *occupant, rcm_handle_t *rhandle) in fail_rcm() argument
375 (void) rcm_notify_online_list(rhandle, occupant->id, 0, NULL); in fail_rcm()
376 (void) rcm_free_handle(rhandle); in fail_rcm()
515 rcm_handle_t *rhandle; in check_rcm() local
528 if (rcm_alloc_handle(NULL, 0, NULL, &rhandle) in check_rcm()
535 rv = rcm_request_offline_list(rhandle, occupant->id, rcmflags, &rinfo); in check_rcm()
541 fail_rcm(occupant, rhandle); in check_rcm()
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dmac_impl.h323 mac_ring_handle_t rhandle = (rh); \
332 rhandle = (mip)->mi_default_tx_ring; \
341 MAC_RING_TX(mip, rhandle, mp, mp); \
343 mp = mac_bridge_tx(mip, rhandle, mp); \
/titanic_44/usr/src/uts/sun/io/
H A Dsocal.c4416 ddi_dma_handle_t rhandle = NULL; in socal_els_alloc() local
4473 DDI_DMA_DONTWAIT, NULL, &rhandle) != DDI_SUCCESS) in socal_els_alloc()
4476 privp->rsp_handle = rhandle; in socal_els_alloc()
4477 if (ddi_dma_mem_alloc(rhandle, rsp_size, &socal_acc_attr, in socal_els_alloc()
4486 if (ddi_dma_addr_bind_handle(rhandle, (struct as *)NULL, in socal_els_alloc()
4566 ddi_dma_handle_t rhandle = NULL; in socal_lbf_alloc() local
4619 DDI_DMA_DONTWAIT, NULL, &rhandle) != DDI_SUCCESS) in socal_lbf_alloc()
4622 privp->rsp_handle = rhandle; in socal_lbf_alloc()
4623 if (ddi_dma_mem_alloc(rhandle, rsp_size, &socal_acc_attr, in socal_lbf_alloc()
4633 if (ddi_dma_addr_bind_handle(rhandle, (struct as *)NULL, in socal_lbf_alloc()
/titanic_44/usr/src/uts/common/io/nxge/
H A Dnxge_main.c5788 nxge_ring_handle_t *rhandle = (nxge_ring_handle_t *)rh; in nxge_group_add_ring() local
5804 channel = nxge->pt_config.hw_config.tdc.start + rhandle->index; in nxge_group_add_ring()
5840 channel = nxge->pt_config.hw_config.start_rdc + rhandle->index; in nxge_group_add_ring()
5860 nxge_ring_handle_t *rhandle = (nxge_ring_handle_t *)rh; in nxge_group_rem_ring() local
5872 channel = nxge->pt_config.hw_config.tdc.start + rhandle->index; in nxge_group_rem_ring()
5889 channel = rdc_grp->start_rdc + rhandle->index; in nxge_group_rem_ring()
/titanic_44/usr/src/uts/intel/io/acpica/
H A Dosl.c1043 AcpiOsDerivePciId(ACPI_HANDLE rhandle, ACPI_HANDLE chandle, in AcpiOsDerivePciId() argument