OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scratchstr
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
subr_prf.c
219
static char
scratchstr
[384]; /* stores panic message */
local in function:vpanic
270
vsnprintf(
scratchstr
, sizeof(
scratchstr
), fmt, ap);
271
kprintf_internal("%s", TOLOG|TOCONS, NULL, NULL,
scratchstr
);
272
panicstr =
scratchstr
;
Completed in 11 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025