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

  /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

Completed in 56 milliseconds