/titanic_44/usr/src/uts/sun4u/io/ |
H A D | sysioerr.c | 169 (void) ddi_add_intr(softsp->dip, 0, NULL, NULL, in sysio_err_init() 171 (void) ddi_add_intr(softsp->dip, 1, NULL, NULL, in sysio_err_init() 173 (void) ddi_add_intr(softsp->dip, 2, NULL, NULL, in sysio_err_init() 184 (void) ddi_add_intr(softsp->dip, 4, NULL, NULL, in sysio_err_init()
|
H A D | rmc_comm.c | 651 err = ddi_add_intr(dip, 0, &rcs->sd_state.hw_iblk, NULL, in rmc_comm_serdev_init()
|
H A D | todds1287.c | 345 if (ddi_add_intr(dip, 0, NULL, (ddi_idevice_cookie_t *) in ds1287_attach()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ddi_intr.h | 273 int ddi_add_intr(dev_info_t *dip, uint_t inumber,
|
/titanic_44/usr/src/uts/sun4u/opl/io/oplpanel/ |
H A D | oplpanel.c | 246 if (ddi_add_intr(dip, 0, &statep->iblock_cookie, 0, &panel_intr, in panel_attach()
|
/titanic_44/usr/src/uts/common/io/warlock/ |
H A D | ddi_dki_comm.inc | 102 ddi_add_intr(dev_info_t *a, uint_t b, ddi_iblock_cookie_t *c,
|
/titanic_44/usr/src/uts/common/io/ |
H A D | i8237A.c | 133 if ((error = ddi_add_intr(dip, (uint_t)0, &iblk_cookie, in d37A_init()
|
H A D | mouse8042.c | 353 rc = ddi_add_intr(dip, 0, in mouse8042_attach()
|
H A D | power.c | 358 if (ddi_add_intr(dip, 0, &softsp->high_iblock_cookie, NULL, in power_attach()
|
/titanic_44/usr/src/uts/i86pc/io/ioat/ |
H A D | ioat.c | 505 e = ddi_add_intr(state->is_dip, 0, NULL, NULL, ioat_isr, in ioat_drv_init()
|
/titanic_44/usr/src/uts/common/io/drm/ |
H A D | drm_irq.c | 212 if (ddi_add_intr(dip, 0, &dev->intr_block, in drm_install_irq_handle()
|
/titanic_44/usr/src/uts/sun4u/serengeti/io/ |
H A D | sgsbbc.c | 946 if (ddi_add_intr(softsp->dip, 0, &softsp->iblock, in sbbc_add_intr()
|
/titanic_44/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_isr.c | 126 status = ddi_add_intr(soft_state->drvinfo.di_dip, 0, NULL, NULL, in hci1394_isr_handler_init()
|
/titanic_44/usr/src/uts/intel/io/dktp/hba/ghd/ |
H A D | ghd.c | 338 if (ddi_add_intr(dip, inumber, &cccp->ccc_iblock, NULL, in ghd_register()
|
/titanic_44/usr/src/uts/common/io/cpqary3/ |
H A D | cpqary3.c | 430 if (ddi_add_intr(dip, 0, &cpqary3p->hw_iblock_cookie, NULL, in cpqary3_attach()
|
/titanic_44/usr/src/uts/common/xen/io/ |
H A D | blk_common.c | 549 e = ddi_add_intr(dip, 0, NULL, NULL, blk_intr, (caddr_t)ring); in blk_start_connect()
|
H A D | xnf.c | 812 (void) ddi_add_intr(devinfo, 0, NULL, NULL, xnf_intr, in xnf_attach() 929 (void) ddi_add_intr(devinfo, 0, NULL, NULL, xnf_intr, (caddr_t)xnfp); in xnf_attach()
|
/titanic_44/usr/src/uts/sun/io/ |
H A D | zs_common.c | 543 if (ddi_add_intr(dev, (uint_t)0, &zs_hi_iblock, in zsattach()
|
/titanic_44/usr/src/uts/sun4v/io/glvc/ |
H A D | glvc.c | 471 err = ddi_add_intr(dip, 0, NULL, NULL, glvc_intr, in glvc_add_intr_handlers()
|
/titanic_44/usr/src/uts/sun4u/io/i2c/clients/ |
H A D | adm1031.c | 429 if (ddi_add_intr(dip, 0, NULL, NULL, adm1031_intr, in adm1031_attach()
|
/titanic_44/usr/src/uts/sun4u/io/i2c/nexus/ |
H A D | smbus.c | 383 if (ddi_add_intr(dip, 0, NULL, NULL, smbus_intr, in smbus_doattach()
|
H A D | pcf8584.c | 377 if (ddi_add_intr(dip, 0, NULL, NULL, pcf8584_intr, in pcf8584_doattach()
|
/titanic_44/usr/src/uts/sun4u/sunfire/io/ |
H A D | sysctrl.c | 576 if (ddi_add_intr(devi, 0, &softsp->iblock, in sysctrl_attach() 586 if (ddi_add_intr(devi, 0, &softsp->iblock, in sysctrl_attach()
|
/titanic_44/usr/src/man/man9f/ |
H A D | Makefile | 131 ddi_add_intr.9f \ 1397 ddi_get_iblock_cookie.9f := LINKSRC = ddi_add_intr.9f 1398 ddi_remove_intr.9f := LINKSRC = ddi_add_intr.9f
|
/titanic_44/usr/src/uts/common/io/kb8042/ |
H A D | kb8042.c | 520 if (ddi_add_intr(devi, 0, in kb8042_attach()
|