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

  /src/sys/dev/gpib/
gpibvar.h 149 #define GPIB_READ 1
mt.c 895 dir = (bp->b_flags & B_READ ? GPIB_READ : GPIB_WRITE);
897 dir == GPIB_READ ? MTT_READ : MTL_WRITE,
898 bp->b_data, bp->b_bcount, dir, dir == GPIB_READ);
ct.c 711 dir = (bp->b_flags & B_READ ? GPIB_READ : GPIB_WRITE);
713 sc->sc_resid, dir, dir == GPIB_READ);
rd.c 780 dir = (bp->b_flags & B_READ ? GPIB_READ : GPIB_WRITE);
782 sc->sc_resid, dir, dir == GPIB_READ);
  /src/sys/dev/isa/
cec.c 502 if (dir == GPIB_READ)

Completed in 16 milliseconds