HomeSort by: relevance | last modified time | path
    Searched refs:bytcnt_lo (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/qbus/
qduser.h 139 unsigned short bytcnt_lo; /* byte length of requested DMA */ member in struct:dga
qd.c 711 dga->bytcnt_lo = (short) 0; /* DMA xfer count = 0 */
954 if (dga->bytcnt_lo != 0) {
955 dga->bytcnt_lo = 0;
1023 if (dga->bytcnt_lo != 0) {
1024 dga->bytcnt_lo = 0;
1722 dga->bytcnt_lo = (short) bp->b_bcount;
1749 if (dga->bytcnt_lo != 0) {
1750 dga->bytcnt_lo = 0;
2093 if (dga->bytcnt_lo != 0) {
2094 dga->bytcnt_lo = 0
    [all...]
  /src/sys/arch/vax/include/
qduser.h 146 unsigned short bytcnt_lo; /* byte length of requested DMA */ member in struct:dga

Completed in 14 milliseconds