Searched refs:sc_handle (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/uts/common/io/wpi/ |
H A D | wpireg.h | 634 ddi_get32((sc)->sc_handle, (uint32_t *)((sc)->sc_base + (reg))) 637 ddi_put32((sc)->sc_handle, (uint32_t *)((sc)->sc_base + (reg)), (val)) 644 ddi_put32((sc)->sc_handle, \
|
H A D | wpivar.h | 166 ddi_acc_handle_t sc_handle; member
|
H A D | wpi.c | 474 0, 0, &wpi_reg_accattr, &sc->sc_handle); in wpi_attach() 690 ddi_regs_map_free(&sc->sc_handle); in wpi_attach() 765 ddi_regs_map_free(&sc->sc_handle); in wpi_detach()
|
/illumos-gate/usr/src/uts/common/io/iwk/ |
H A D | iwk2_var.h | 168 ddi_acc_handle_t sc_handle; member
|
H A D | iwk_hw.h | 3194 ddi_get32((sc)->sc_handle, (uint32_t *)((sc)->sc_base + (reg))) 3197 ddi_put32((sc)->sc_handle, (uint32_t *)((sc)->sc_base + (reg)), (val))
|
H A D | iwk2.c | 544 0, 0, &iwk_reg_accattr, &sc->sc_handle); in iwk_attach() 842 ddi_regs_map_free(&sc->sc_handle); in iwk_attach() 925 ddi_regs_map_free(&sc->sc_handle); in iwk_detach()
|
/illumos-gate/usr/src/uts/common/io/iwp/ |
H A D | iwp_var.h | 191 ddi_acc_handle_t sc_handle; member
|
H A D | iwp_hw.h | 2569 ddi_get32((sc)->sc_handle, (uint32_t *)((sc)->sc_base + (reg))) 2572 ddi_put32((sc)->sc_handle, (uint32_t *)((sc)->sc_base + (reg)), (val))
|
H A D | iwp.c | 575 0, 0, &iwp_reg_accattr, &sc->sc_handle); in iwp_attach() 897 ddi_regs_map_free(&sc->sc_handle); in iwp_attach() 1000 ddi_regs_map_free(&sc->sc_handle); in iwp_detach()
|
/illumos-gate/usr/src/uts/common/io/iwh/ |
H A D | iwh_var.h | 173 ddi_acc_handle_t sc_handle; member
|
H A D | iwh_hw.h | 2571 ddi_get32((sc)->sc_handle, (uint32_t *)((sc)->sc_base + (reg))) 2574 ddi_put32((sc)->sc_handle, (uint32_t *)((sc)->sc_base + (reg)), (val))
|
H A D | iwh.c | 614 0, 0, &iwh_reg_accattr, &sc->sc_handle); in iwh_attach() 981 ddi_regs_map_free(&sc->sc_handle); in iwh_attach() 1088 ddi_regs_map_free(&sc->sc_handle); in iwh_detach()
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 2309 entr = scf_entry_create(lcbdata->sc_handle); in lscf_property_import() 2579 cbdata.sc_handle = lcbdata->sc_handle; in entity_pgroup_import() 2749 cbdata.sc_handle = scf_service_handle(svc); in lscf_import_service_pgs() 2814 cbdata.sc_handle = scf_instance_handle(inst); in lscf_import_instance_pgs() 3064 ctx.sc_handle = g_hndl; in add_upgrade_entries() 3089 ctx.sc_handle = g_hndl; in add_upgrade_entries() 3297 scfe = fmri_to_entity(lcbdata->sc_handle, pgrp->sc_pgroup_fmri, in lscf_dependent_import() 3318 scfe = create_entity(lcbdata->sc_handle, pgrp->sc_pgroup_fmri, in lscf_dependent_import() 3354 e = scf_entry_create(lcbdata->sc_handle); in lscf_dependent_import() 3395 val = scf_value_create(lcbdata->sc_handle); in lscf_dependent_import() [all …]
|
H A D | svccfg.h | 303 scf_handle_t *sc_handle; member
|