Home | Sort by: relevance | last modified time | path |
/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; |