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

  /src/sys/dev/mii/
urlphy.c 54 #define DPRINTF(x) if (urlphydebug) printf x
55 #define DPRINTFN(n,x) if (urlphydebug>(n)) printf x
56 int urlphydebug = URLPHY_DEBUG; variable in typeref:typename:int
urlphy.c 54 #define DPRINTF(x) if (urlphydebug) printf x
55 #define DPRINTFN(n,x) if (urlphydebug>(n)) printf x
56 int urlphydebug = URLPHY_DEBUG; variable in typeref:typename:int

Completed in 25 milliseconds