Symbol: _dmamem_free
sys/arch/alpha/include/bus.h
593
void (*_dmamem_free)(bus_dma_tag_t,
sys/arch/alpha/include/bus.h
626
(*(t)->_dmamem_free)((t), (sg), (n))
sys/arch/alpha/pci/apecs_dma.c
120
t->_dmamem_free = _bus_dmamem_free;
sys/arch/alpha/pci/apecs_dma.c
146
t->_dmamem_free = _bus_dmamem_free;
sys/arch/alpha/pci/cia_dma.c
125
t->_dmamem_free = _bus_dmamem_free;
sys/arch/alpha/pci/cia_dma.c
151
t->_dmamem_free = _bus_dmamem_free;
sys/arch/alpha/pci/irongate_dma.c
101
t->_dmamem_free = _bus_dmamem_free;
sys/arch/alpha/pci/irongate_dma.c
128
t->_dmamem_free = _bus_dmamem_free;
sys/arch/alpha/pci/lca_dma.c
119
t->_dmamem_free = _bus_dmamem_free;
sys/arch/alpha/pci/lca_dma.c
146
t->_dmamem_free = _bus_dmamem_free;
sys/arch/alpha/pci/mcpcia_dma.c
124
t->_dmamem_free = _bus_dmamem_free;
sys/arch/alpha/pci/mcpcia_dma.c
150
t->_dmamem_free = _bus_dmamem_free;
sys/arch/alpha/pci/mcpcia_dma.c
176
t->_dmamem_free = _bus_dmamem_free;
sys/arch/alpha/pci/tsp_dma.c
165
t->_dmamem_free = _bus_dmamem_free;
sys/arch/alpha/pci/tsp_dma.c
191
t->_dmamem_free = _bus_dmamem_free;
sys/arch/amd64/include/bus.h
604
void (*_dmamem_free)(bus_dma_tag_t,
sys/arch/amd64/include/bus.h
636
(*(t)->_dmamem_free)((t), (sg), (n))
sys/arch/arm/include/bus.h
706
void (*_dmamem_free) (bus_dma_tag_t,
sys/arch/arm/include/bus.h
739
(*(t)->_dmamem_free)((t), (sg), (n))
sys/arch/arm64/dev/mainbus.c
81
_dmamem_free,
sys/arch/arm64/include/bus.h
409
void (*_dmamem_free)(bus_dma_tag_t, bus_dma_segment_t *, int);
sys/arch/arm64/include/bus.h
446
(*(t)->_dmamem_free)((t), (sg), (n))
sys/arch/arm64/include/bus.h
471
void _dmamem_free(bus_dma_tag_t, bus_dma_segment_t *, int);
sys/arch/hppa/include/bus.h
365
void (*_dmamem_free)(void *, bus_dma_segment_t *, int);
sys/arch/hppa/include/bus.h
394
(*(t)->_dmamem_free)((t)->_cookie, (sg), (n))
sys/arch/i386/include/bus.h
604
void (*_dmamem_free)(bus_dma_tag_t,
sys/arch/i386/include/bus.h
636
(*(t)->_dmamem_free)((t), (sg), (n))
sys/arch/landisk/include/bus.h
506
void (*_dmamem_free)(bus_dma_tag_t,
sys/arch/landisk/include/bus.h
536
(*(t)->_dmamem_free)((t), (sg), (n))
sys/arch/landisk/landisk/bus_dma.c
64
._dmamem_free = _bus_dmamem_free,
sys/arch/loongson/dev/bonito.c
143
._dmamem_free = _dmamem_free,
sys/arch/loongson/dev/htb.c
98
._dmamem_free = _dmamem_free,
sys/arch/loongson/include/bus.h
419
void (*_dmamem_free)(bus_dma_tag_t, bus_dma_segment_t *, int);
sys/arch/loongson/include/bus.h
455
(*(t)->_dmamem_free)((t), (sg), (n))
sys/arch/loongson/include/bus.h
480
void _dmamem_free(bus_dma_tag_t, bus_dma_segment_t *, int);
sys/arch/macppc/include/bus.h
554
void (*_dmamem_free)(bus_dma_tag_t, bus_dma_segment_t *, int);
sys/arch/macppc/include/bus.h
586
(*(t)->_dmamem_free)((t)->_cookie, (sg), (n))
sys/arch/macppc/include/bus.h
612
void _dmamem_free(bus_dma_tag_t, bus_dma_segment_t *, int);
sys/arch/macppc/pci/pci_machdep.c
54
_dmamem_free,
sys/arch/octeon/dev/octeon_iobus.c
108
_dmamem_free,
sys/arch/octeon/dev/octeon_pcibus.c
133
._dmamem_free = _dmamem_free,
sys/arch/octeon/include/bus.h
385
void (*_dmamem_free)(bus_dma_tag_t, bus_dma_segment_t *, int);
sys/arch/octeon/include/bus.h
421
(*(t)->_dmamem_free)((t), (sg), (n))
sys/arch/octeon/include/bus.h
446
void _dmamem_free(bus_dma_tag_t, bus_dma_segment_t *, int);
sys/arch/powerpc64/dev/mainbus.c
96
_dmamem_free,
sys/arch/powerpc64/include/bus.h
398
void (*_dmamem_free)(bus_dma_tag_t, bus_dma_segment_t *, int);
sys/arch/powerpc64/include/bus.h
432
(*(t)->_dmamem_free)((t), (sg), (n))
sys/arch/powerpc64/include/bus.h
457
void _dmamem_free(bus_dma_tag_t, bus_dma_segment_t *, int);
sys/arch/riscv64/dev/mainbus.c
74
_dmamem_free,
sys/arch/riscv64/include/bus.h
417
void (*_dmamem_free)(bus_dma_tag_t, bus_dma_segment_t *, int);
sys/arch/riscv64/include/bus.h
454
(*(t)->_dmamem_free)((t), (sg), (n))
sys/arch/riscv64/include/bus.h
479
void _dmamem_free(bus_dma_tag_t, bus_dma_segment_t *, int);
sys/arch/sparc64/dev/iommu.c
1663
BUS_DMA_FIND_PARENT(t, _dmamem_free);
sys/arch/sparc64/dev/iommu.c
1664
(*t->_dmamem_free)(t, t0, segs, nsegs);
sys/arch/sparc64/dev/psycho.c
989
dt->_dmamem_free = iommu_dvmamem_free;
sys/arch/sparc64/dev/pyro.c
583
dt->_dmamem_free = iommu_dvmamem_free;
sys/arch/sparc64/dev/sbus.c
809
sdt->_dmamem_free = iommu_dvmamem_free;
sys/arch/sparc64/dev/schizo.c
635
dt->_dmamem_free = iommu_dvmamem_free;
sys/arch/sparc64/dev/viommu.c
920
BUS_DMA_FIND_PARENT(t, _dmamem_free);
sys/arch/sparc64/dev/viommu.c
921
(*t->_dmamem_free)(t, t0, segs, nsegs);
sys/arch/sparc64/dev/vpci.c
501
dt->_dmamem_free = viommu_dvmamem_free;
sys/arch/sparc64/include/bus.h
465
void (*_dmamem_free)(bus_dma_tag_t, bus_dma_tag_t,
sys/arch/sparc64/include/bus.h
577
_BD_PRECALL(t, _dmamem_free);
sys/arch/sparc64/include/bus.h
578
_BD_CALL(t, _dmamem_free)(t, t0, sg, n);
sys/dev/acpi/acpidmar.c
2108
dom->dmat._dmamem_free = dmar_dmamem_free; /* nop */