/src/sys/arch/hpcarm/dev/ |
j720tp.c | 73 #ifdef J720TP_DEBUG 74 int j720tp_debug = 0; variable in typeref:typename:int 75 #define DPRINTF(arg) if (j720tp_debug) aprint_normal arg 76 #define DPRINTFN(n, arg) if (j720tp_debug >= (n)) aprint_normal arg 569 #ifdef J720TP_DEBUG 573 NULL, 0, &j720tp_debug, 0, CTL_CREATE, CTL_EOL)) != 0) 575 #endif /* J720TP_DEBUG */
|
j720tp.c | 73 #ifdef J720TP_DEBUG 74 int j720tp_debug = 0; variable in typeref:typename:int 75 #define DPRINTF(arg) if (j720tp_debug) aprint_normal arg 76 #define DPRINTFN(n, arg) if (j720tp_debug >= (n)) aprint_normal arg 569 #ifdef J720TP_DEBUG 573 NULL, 0, &j720tp_debug, 0, CTL_CREATE, CTL_EOL)) != 0) 575 #endif /* J720TP_DEBUG */
|