HomeSort by: relevance | last modified time | path
    Searched defs:id_buftype (Results 1 - 7 of 7) 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/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/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/x68k/dev/
intiovar.h 167 int id_buftype; /* type of buffer */ member in struct:intio_dma_cookie
181 /* id_buftype */

Completed in 14 milliseconds