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

  /src/sys/dev/gpib/
gpib.c 54 int gpibdebug = 0xff; variable in typeref:typename:int
58 #define DPRINTF(mask, str) if (gpibdebug & (mask)) printf str
gpib.c 54 int gpibdebug = 0xff; variable in typeref:typename:int
58 #define DPRINTF(mask, str) if (gpibdebug & (mask)) printf str
gpib.c 54 int gpibdebug = 0xff; variable in typeref:typename:int
58 #define DPRINTF(mask, str) if (gpibdebug & (mask)) printf str

Completed in 34 milliseconds