OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bootspecbuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/xen/xen/
xen_machdep.c
522
static char
bootspecbuf
[sizeof(xcp.xcp_bootdev)];
local in function:xen_bootconf
574
strlcpy(
bootspecbuf
, xcp.xcp_bootdev, sizeof(
bootspecbuf
));
575
bootspec =
bootspecbuf
;
/src/sys/arch/x86/x86/
x86_autoconf.c
341
static char
bootspecbuf
[sizeof(biv->devname)+1];
local in function:findroot
386
strlcpy(
bootspecbuf
, biv->devname, sizeof(
bootspecbuf
));
387
bootspec =
bootspecbuf
;
Completed in 12 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025