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

  /src/sys/arch/hp300/dev/
ppi.c 146 int ppidebug = 0x80; variable in typeref:typename:int
219 if (ppidebug & PDB_FOLLOW)
239 if (ppidebug & PDB_FOLLOW)
253 if (ppidebug & PDB_FOLLOW)
266 if (ppidebug & PDB_FOLLOW)
278 if (ppidebug & PDB_FOLLOW)
289 if (ppidebug & PDB_FOLLOW)
312 if (ppidebug & (PDB_FOLLOW|PDB_IO))
345 if (ppidebug & PDB_IO)
367 if (ppidebug & PDB_IO
    [all...]
  /src/sys/dev/gpib/
ppi.c 146 int ppidebug = 0x80; variable in typeref:typename:int
150 #define DPRINTF(mask, str) if (ppidebug & (mask)) printf str

Completed in 23 milliseconds