Home
last modified time | relevance | path

Searched refs:INIT_DEBUGOUT1 (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sys/dev/pci/
Dif_ixgb.h181 #define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A) macro
Dif_ix.h98 #define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A) macro
Dif_em.h256 #define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A) macro
Dif_ixgb.c895 INIT_DEBUGOUT1("Unknown device if 0x%x", sc->hw.device_id); in ixgb_identify_hardware()
Dif_em.c938 INIT_DEBUGOUT1("em_init: pba=%dK",pba); in em_init()