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

  /src/sys/dev/pci/
trm.c 70 /* #define TRM_DEBUG */
71 #ifdef TRM_DEBUG
72 int trm_debug = 1; variable in typeref:typename:int
73 #define DPRINTF(arg) if (trm_debug > 0) printf arg;
trm.c 70 /* #define TRM_DEBUG */
71 #ifdef TRM_DEBUG
72 int trm_debug = 1; variable in typeref:typename:int
73 #define DPRINTF(arg) if (trm_debug > 0) printf arg;

Completed in 25 milliseconds