Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vlog
Function
vlog
freebsd/kern/subr_prf.c:327–333 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
}
326
327
void
328
vlog(int level, const char *fmt, va_list ap)
329
{
330
331
(void)_vprintf(level, log_open ? TOLOG : TOCONS | TOLOG, fmt, ap);
332
msgbuftrigger = 1;
333
}
334
335
#define CONSCHUNK 128
336
Callers
3
log
Function · 0.70
witness_voutput
Function · 0.70
if_printf
Function · 0.50
Calls
1
_vprintf
Function · 0.85
Tested by
no test coverage detected