Home
last modified time | relevance | path

Searched refs:aac_debug (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Daacvar.h68 #define AAC_DPRINTF(mask, args) if ((aac_debug & (mask)) != 0) printf args
74 extern int aac_debug;
H A Daac.c141 int aac_debug = AAC_DEBUG; variable