OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:id_buftype
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/arch/x86/include/
bus_private.h
83
int
id_buftype
; /* type of buffer */
member in struct:x86_bus_dma_cookie
97
/*
id_buftype
*/
/src/sys/arch/evbmips/isa/
isadma_bounce.c
203
cookie->
id_buftype
= _BUS_DMA_BUFTYPE_LINEAR;
273
cookie->
id_buftype
= _BUS_DMA_BUFTYPE_MBUF;
331
cookie->
id_buftype
= _BUS_DMA_BUFTYPE_INVALID;
385
switch (cookie->
id_buftype
) {
479
printf("unknown buffer type %d\n", cookie->
id_buftype
);
/src/sys/arch/alpha/isa/
isadma_bounce.c
68
int
id_buftype
; /* type of buffer */
member in struct:isadma_bounce_cookie
82
/*
id_buftype
*/
284
cookie->
id_buftype
= ID_BUFTYPE_LINEAR;
355
cookie->
id_buftype
= ID_BUFTYPE_MBUF;
414
cookie->
id_buftype
= ID_BUFTYPE_INVALID;
456
switch (cookie->
id_buftype
) {
549
printf("unknown buffer type %d\n", cookie->
id_buftype
);
/src/sys/arch/arc/isa/
isadma_bounce.c
69
int
id_buftype
; /* type of buffer */
member in struct:isadma_bounce_cookie
83
/*
id_buftype
*/
322
cookie->
id_buftype
= ID_BUFTYPE_LINEAR;
392
cookie->
id_buftype
= ID_BUFTYPE_MBUF;
450
cookie->
id_buftype
= ID_BUFTYPE_INVALID;
504
switch (cookie->
id_buftype
) {
597
printf("unknown buffer type %d\n", cookie->
id_buftype
);
/src/sys/arch/atari/isa/
isa_dma.c
72
int
id_buftype
; /* type of buffer */
member in struct:atari_isa_dma_cookie
86
/*
id_buftype
*/
344
cookie->
id_buftype
= ID_BUFTYPE_LINEAR;
416
cookie->
id_buftype
= ID_BUFTYPE_MBUF;
472
cookie->
id_buftype
= ID_BUFTYPE_INVALID;
510
switch (cookie->
id_buftype
) {
603
printf("unknown buffer type %d\n", cookie->
id_buftype
);
/src/sys/arch/powerpc/isa/
isadma_machdep.c
71
int
id_buftype
; /* type of buffer */
member in struct:powerpc_isa_dma_cookie
85
/*
id_buftype
*/
325
cookie->
id_buftype
= ID_BUFTYPE_LINEAR;
397
cookie->
id_buftype
= ID_BUFTYPE_MBUF;
455
cookie->
id_buftype
= ID_BUFTYPE_INVALID;
494
switch (cookie->
id_buftype
) {
587
printf("unknown buffer type %d\n", cookie->
id_buftype
);
/src/sys/arch/x68k/dev/
intiovar.h
167
int
id_buftype
; /* type of buffer */
member in struct:intio_dma_cookie
181
/*
id_buftype
*/
intio.c
533
cookie->
id_buftype
= ID_BUFTYPE_LINEAR;
599
cookie->
id_buftype
= ID_BUFTYPE_MBUF;
656
cookie->
id_buftype
= ID_BUFTYPE_INVALID;
695
switch (cookie->
id_buftype
) {
788
printf("unknown buffer type %d\n", cookie->
id_buftype
);
/src/sys/arch/mips/mips/
bus_dma.c
268
cookie->
id_buftype
= buftype;
452
cookie->
id_buftype
= _BUS_DMA_BUFTYPE_INVALID;
531
cookie->
id_buftype
= _BUS_DMA_BUFTYPE_INVALID;
603
cookie->
id_buftype
= _BUS_DMA_BUFTYPE_INVALID;
735
cookie->
id_buftype
= _BUS_DMA_BUFTYPE_INVALID;
806
switch (cookie->
id_buftype
) {
830
cookie->
id_buftype
);
952
switch (cookie->
id_buftype
) {
978
cookie->
id_buftype
);
/src/sys/arch/mips/include/
bus_dma_defs.h
243
int
id_buftype
; /* type of buffer */
member in struct:mips_bus_dma_cookie
259
/*
id_buftype
*/
/src/sys/arch/x86/x86/
bus_dma.c
438
cookie->
id_buftype
= X86_DMA_BUFTYPE_LINEAR;
640
cookie->
id_buftype
= X86_DMA_BUFTYPE_MBUF;
722
cookie->
id_buftype
= X86_DMA_BUFTYPE_UIO;
795
cookie->
id_buftype
= X86_DMA_BUFTYPE_INVALID;
858
switch (cookie->
id_buftype
) {
976
cookie->
id_buftype
);
Completed in 25 milliseconds
Indexes created Thu Nov 06 21:09:53 GMT 2025