Searched refs:bus_dma_allochdl (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/io/warlock/ |
H A D | ddi_dki_impl.c | 107 (*busops_p->bus_dma_allochdl)(0, 0, 0, 0, 0, 0); in main()
|
/titanic_50/usr/src/uts/sun4/io/efcode/ |
H A D | fc_ddi.c | 52 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 D | devops.h | 207 int (*bus_dma_allochdl)(dev_info_t *dip, dev_info_t *rdip, member
|
/titanic_50/usr/src/uts/i86pc/ml/ |
H A D | offsets.in | 257 bus_dma_allochdl OPS_ALLOCHDL
|
/titanic_50/usr/src/uts/sparc/ml/ |
H A D | sparc_ddi.s | 185 ! dip->dev_ops->devo_bus_ops->bus_dma_allochdl
|
/titanic_50/usr/src/uts/sun4/ml/ |
H A D | offsets.in | 470 bus_dma_allochdl OPS_ALLOCHDL
|
/titanic_50/usr/src/uts/common/io/ |
H A D | bofi.c | 487 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 D | cardbus.c | 1922 (void *) DEVI(pdip)->devi_ops->devo_bus_ops->bus_dma_allochdl); in cardbus_dma_allochdl()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | sunddi.c | 776 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 D | devcfg.c | 3214 if (ddi_dma_allochdl == b->bus_dma_allochdl) { in ddi_optimize_dtree()
|