OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bdt
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hpcmips/include/
bus_dma_hpcmips.h
54
struct bus_dma_tag
bdt
;
member in struct:bus_dma_tag_hpcmips
/src/sys/arch/x86/x86/
bus_dma.c
1701
bus_dma_tag_destroy(bus_dma_tag_t
bdt
)
1703
if (
bdt
->bdt_super != NULL)
1704
bus_dmatag_destroy(
bdt
->bdt_super);
1705
kmem_free(
bdt
, sizeof(struct x86_bus_dma_tag));
1713
bus_dma_tag_t
bdt
;
local in function:bus_dma_tag_create
1719
bdt
= kmem_alloc(sizeof(struct x86_bus_dma_tag), KM_SLEEP);
1720
*
bdt
= *obdt;
1722
bdt
->_tag_needs_free = 0;
1724
bdt
->bdt_super = obdt;
1737
bdt
->bdt_ov = ov
[
all
...]
Completed in 12 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025