Searched refs:pFmt (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_debug.c | 44 char * pFmt, in DbgMessageFunc() argument 63 va_start(argp, pFmt); in DbgMessageFunc() 64 vcmn_err(ce, pFmt, argp); in DbgMessageFunc() 140 char * pFmt, in BnxeLogInfo() argument 160 va_start(argp, pFmt); in BnxeLogInfo() 161 vsnprintf(buf, sizeof(buf), pFmt, argp); in BnxeLogInfo() 169 char * pFmt, in BnxeLogWarn() argument 181 va_start(argp, pFmt); in BnxeLogWarn() 182 vsnprintf(buf, sizeof(buf), pFmt, argp); in BnxeLogWarn() 192 char * pFmt, in BnxeLogDbg() argument [all …]
|
H A D | bnxe_debug.h | 68 char * pFmt, 133 void BnxeLogInfo(void * pDev, char * pFmt, ...); 134 void BnxeLogWarn(void * pDev, char * pFmt, ...); 138 void BnxeLogDbg(void * pDev, char * pFmt, ...);
|