Searched refs:pFormat (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_ubsan.c | 253 static void Report(bool isFatal, const char *pFormat, ...) __printflike(2, 3); 1183 Report(bool isFatal, const char *pFormat, ...) in Report() argument 1187 ASSERT(pFormat); in Report() 1189 va_start(ap, pFormat); in Report() 1192 vpanic(pFormat, ap); in Report() 1194 vprintf(pFormat, ap); in Report() 1241 vprintf(pFormat, tmp); in Report() 1248 vfprintf(stderr, pFormat, tmp); in Report() 1256 ubsan_vsyslog(LOG_DEBUG | LOG_USER, &SyslogData, pFormat, tmp); in Report()
|