Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_ubsan.c252 static void Report(bool isFatal, const char *pFormat, ...) __printflike(2, 3);
1182 Report(bool isFatal, const char *pFormat, ...) in Report() argument
1186 ASSERT(pFormat); in Report()
1188 va_start(ap, pFormat); in Report()
1191 vpanic(pFormat, ap); in Report()
1193 vprintf(pFormat, ap); in Report()
1240 vprintf(pFormat, tmp); in Report()
1247 vfprintf(stderr, pFormat, tmp); in Report()
1255 ubsan_vsyslog(LOG_DEBUG | LOG_USER, &SyslogData, pFormat, tmp); in Report()