Home
last modified time | relevance | path

Searched refs:bus_dma_allochdl (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/uts/common/io/warlock/
H A Dddi_dki_impl.c107 (*busops_p->bus_dma_allochdl)(0, 0, 0, 0, 0, 0); in main()
/titanic_50/usr/src/uts/sun4/io/efcode/
H A Dfc_ddi.c52 funcp = DEVI(dip)->devi_ops->devo_bus_ops->bus_dma_allochdl; in fc_ddi_dma_alloc_handle()
/titanic_50/usr/src/uts/common/sys/
H A Ddevops.h207 int (*bus_dma_allochdl)(dev_info_t *dip, dev_info_t *rdip, member
/titanic_50/usr/src/uts/i86pc/ml/
H A Doffsets.in257 bus_dma_allochdl OPS_ALLOCHDL
/titanic_50/usr/src/uts/sparc/ml/
H A Dsparc_ddi.s185 ! dip->dev_ops->devo_bus_ops->bus_dma_allochdl
/titanic_50/usr/src/uts/sun4/ml/
H A Doffsets.in470 bus_dma_allochdl OPS_ALLOCHDL
/titanic_50/usr/src/uts/common/io/
H A Dbofi.c487 bp->bus_dma_allochdl = bop->bus_dma_allochdl; in reset_bus_ops()
555 bp->bus_dma_allochdl = bop->bus_dma_allochdl; in modify_bus_ops()
3355 return (save_bus_ops.bus_dma_allochdl(dip, rdip, attrp, in bofi_dma_allochdl()
3379 retval = save_bus_ops.bus_dma_allochdl(dip, rdip, attrp, waitfp, arg, in bofi_dma_allochdl()
/titanic_50/usr/src/uts/common/io/cardbus/
H A Dcardbus.c1922 (void *) DEVI(pdip)->devi_ops->devo_bus_ops->bus_dma_allochdl); in cardbus_dma_allochdl()
/titanic_50/usr/src/uts/common/os/
H A Dsunddi.c776 funcp = DEVI(dip)->devi_ops->devo_bus_ops->bus_dma_allochdl; in ddi_dma_allochdl()
6958 if (bop && bop->bus_dma_allochdl) in ddi_dma_alloc_handle()
6959 funcp = bop->bus_dma_allochdl; in ddi_dma_alloc_handle()
H A Ddevcfg.c3214 if (ddi_dma_allochdl == b->bus_dma_allochdl) { in ddi_optimize_dtree()