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

  /src/sys/dev/pci/
esm.c 93 #define DPRINTF(l,x) do { if (esm_debug & (l)) printf x; } while(0)
94 #define DUMPREG(x) do { if (esm_debug & ESM_DEBUG_REG) \
96 int esm_debug = 0xfffc; variable in typeref:typename:int
esm.c 93 #define DPRINTF(l,x) do { if (esm_debug & (l)) printf x; } while(0)
94 #define DUMPREG(x) do { if (esm_debug & ESM_DEBUG_REG) \
96 int esm_debug = 0xfffc; variable in typeref:typename:int

Completed in 650 milliseconds