Home | Sort by: relevance | last modified time | path |
/src/sys/arch/luna68k/dev/ | |
xp.c | 94 /* #define XP_DEBUG */ 96 #ifdef XP_DEBUG 98 uint32_t xp_debug = 0; variable in typeref:typename:uint32_t 99 #define DPRINTF(x, y) if (xp_debug & (x)) printf y |
xp.c | 94 /* #define XP_DEBUG */ 96 #ifdef XP_DEBUG 98 uint32_t xp_debug = 0; variable in typeref:typename:uint32_t 99 #define DPRINTF(x, y) if (xp_debug & (x)) printf y |