Searched defs:ctlop (Results 26 - 35 of 35) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcieb.c567 pcieb_ctlops(dev_info_t *dip, dev_info_t *rdip, ddi_ctl_enum_t ctlop, argument
579 switch (ctlop) {
591 (void) ddi_ctlops(dip, rdip, ctlop, arg, result);
612 return (pcieb_plat_peekpoke(dip, rdip, ctlop, arg, result));
622 if (pcieb_plat_ctlops(rdip, ctlop, arg) !=
649 (void) pcieb_plat_ctlops(rdip, ctlop, arg);
683 if (pcieb_plat_ctlops(rdip, ctlop, arg) != DDI_SUCCESS)
695 return (ddi_ctlops(dip, rdip, ctlop, arg, result));
705 if (ctlop == DDI_CTLOPS_NREGS)
707 else if (ctlop
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c1047 ddi_ctl_enum_t ctlop, void *arg, void *result)
1067 switch (ctlop) {
1118 ctlop, ddi_get_name(rdip), ddi_get_instance(rdip));
1313 return (ddi_ctlops(dip, rdip, ctlop, arg, result));
1046 pshot_ctl(dev_info_t *dip, dev_info_t *rdip, ddi_ctl_enum_t ctlop, void *arg, void *result) argument
H A Dfdc.c354 fdc_bus_ctl(dev_info_t *dip, dev_info_t *rdip, ddi_ctl_enum_t ctlop, argument
363 (CE_CONT, "fdc_bus_ctl: cmd= %x\n", ctlop));
368 switch (ctlop) {
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c2091 ddi_ctl_enum_t ctlop, void *arg, void *result)
2094 if ((ctlop >= DDI_CTLOPS_DMAPMAPC) &&
2095 (ctlop <= DDI_CTLOPS_DETACH)) {
2096 DB_DEBUG1(DB_CTLOPS, dip, "ctlop=%s\n", db_ctlop_name[ctlop]);
2098 DB_DEBUG1(DB_CTLOPS, dip, "ctlop=%d\n", ctlop);
2101 switch (ctlop) {
2128 return (ddi_ctlops(dip, rdip, ctlop, arg, result));
2090 db_ctlops(dev_info_t *dip, dev_info_t *rdip, ddi_ctl_enum_t ctlop, void *arg, void *result) argument
H A Dpci_pci.c558 ddi_ctl_enum_t ctlop, void *arg, void *result)
571 switch (ctlop) {
619 return (ddi_ctlops(dip, rdip, ctlop, arg, result));
629 if (ctlop == DDI_CTLOPS_NREGS)
631 else if (ctlop == DDI_CTLOPS_REGSIZE) {
557 ppb_ctlops(dev_info_t *dip, dev_info_t *rdip, ddi_ctl_enum_t ctlop, void *arg, void *result) argument
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c217 ddi_ctl_enum_t ctlop, void *arg, void *result);
627 rootnex_ctlops(dev_info_t *dip, dev_info_t *rdip, ddi_ctl_enum_t ctlop, argument
633 switch (ctlop) {
718 if (ctlop == DDI_CTLOPS_NREGS) {
/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c1716 bd_bus_ctl(dev_info_t *dip, dev_info_t *rdip, ddi_ctl_enum_t ctlop, argument
1721 switch (ctlop) {
1742 return (ddi_ctlops(dip, rdip, ctlop, arg, result));
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c2301 pci_peekpoke_check_fma(dev_info_t *dip, void *arg, ddi_ctl_enum_t ctlop, argument
2312 if (ctlop == DDI_CTLOPS_POKE &&
2316 if (ctlop == DDI_CTLOPS_PEEK &&
2390 pci_peekpoke_check_nofma(void *arg, ddi_ctl_enum_t ctlop) argument
2398 if (ctlop == DDI_CTLOPS_POKE)
2434 ddi_ctl_enum_t ctlop, void *arg, void *result,
2461 rval = handler(dip, rdip, ctlop, arg, result);
2463 rval = pci_peekpoke_check_nofma(arg, ctlop);
2475 rval = handler(dip, rdip, ctlop, arg, result);
2478 rval = pci_peekpoke_check_fma(dip, arg, ctlop, sca
2433 pci_peekpoke_check(dev_info_t *dip, dev_info_t *rdip, ddi_ctl_enum_t ctlop, void *arg, void *result, int (*handler)(dev_info_t *, dev_info_t *, ddi_ctl_enum_t, void *, void *), kmutex_t *err_mutexp, kmutex_t *peek_poke_mutexp, void (*scan)(dev_info_t *, ddi_fm_error_t *)) argument
[all...]
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c514 ddi_ctl_enum_t ctlop, void *arg, void *result)
524 (void *)dip, (void *)rdip, ctlop, (void *)arg,
531 switch (ctlop) {
755 return (ddi_ctlops(dip, rdip, ctlop, arg, result));
513 pcmcia_ctlops(dev_info_t *dip, dev_info_t *rdip, ddi_ctl_enum_t ctlop, void *arg, void *result) argument
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c4832 ddi_ctl_enum_t ctlop, void *arg, void *result)
4854 switch (ctlop) {
4831 pm_default_ctlops(dev_info_t *dip, dev_info_t *rdip, ddi_ctl_enum_t ctlop, void *arg, void *result) argument

Completed in 145 milliseconds

12