Home
last modified time | relevance | path

Searched refs:run_filter (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/powerpc/powerpc/
H A Dbusdma_machdep.c106 static __inline int run_filter(bus_dma_tag_t dmat, bus_addr_t paddr);
125 run_filter(bus_dma_tag_t dmat, bus_addr_t paddr) in run_filter() function
540 if (run_filter(dmat, curaddr) != 0) { in _bus_dmamap_count_phys()
581 if (run_filter(dmat, paddr) != 0) { in _bus_dmamap_count_pages()
663 if (map->pagesneeded != 0 && run_filter(dmat, curaddr)) { in _bus_dmamap_load_phys()
743 if (map->pagesneeded != 0 && run_filter(dmat, curaddr)) { in _bus_dmamap_load_buffer()
/freebsd-14.2/sys/riscv/riscv/
H A Dbusdma_bounce.c106 int run_filter(bus_dma_tag_t dmat, bus_addr_t paddr);
/freebsd-14.2/sys/arm64/arm64/
H A Dbusdma_bounce.c110 int run_filter(bus_dma_tag_t dmat, bus_addr_t paddr);
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c661 static int run_filter(struct archive_read* a, struct filter_info* flt) { in run_filter() function
791 ret = run_filter(a, flt); in apply_filters()