OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buftype
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/arm32/
bus_dma.c
300
size_t buflen, int
buftype
, int flags)
341
map->_dm_buftype =
buftype
;
1296
int
buftype
= map->_dm_buftype;
local in function:_bus_dmamap_sync
1298
buftype
= _BUS_DMA_BUFTYPE_LINEAR;
1301
switch (
buftype
) {
/src/sys/arch/riscv/riscv/
bus_dma.c
294
size_t buflen, int
buftype
, int flags)
335
map->_dm_buftype =
buftype
;
1251
int
buftype
= map->_dm_buftype;
local in function:_bus_dmamap_sync
1253
buftype
= _BUS_DMA_BUFTYPE_LINEAR;
1256
switch (
buftype
) {
Completed in 15 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025