eapdebug           89 dev/pci/eap.c  #define DPRINTF(x)	if (eapdebug) printf x
eapdebug           90 dev/pci/eap.c  #define DPRINTFN(n,x)	if (eapdebug>(n)) printf x
eapdebug           91 dev/pci/eap.c  int	eapdebug = 20;