Home
last modified time | relevance | path

Searched refs:sc_handle (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpireg.h634 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 Dwpivar.h166 ddi_acc_handle_t sc_handle; member
H A Dwpi.c474 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 Diwk2_var.h168 ddi_acc_handle_t sc_handle; member
H A Diwk_hw.h3194 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 Diwk2.c544 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 Diwp_var.h191 ddi_acc_handle_t sc_handle; member
H A Diwp_hw.h2569 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 Diwp.c575 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 Diwh_var.h173 ddi_acc_handle_t sc_handle; member
H A Diwh_hw.h2571 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 Diwh.c614 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 Dsvccfg_libscf.c2309 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 Dsvccfg.h303 scf_handle_t *sc_handle; member