OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bootspec_buf
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/virt68k/virt68k/
autoconf.c
87
static char
bootspec_buf
[128 + 6 + 1];
variable
95
if (bootinfo_getarg("root",
bootspec_buf
, sizeof(
bootspec_buf
))) {
96
if (
bootspec_buf
[0] != '\0')
97
bootspec =
bootspec_buf
;
/src/sys/arch/evbppc/nintendo/
autoconf.c
116
static char
bootspec_buf
[64];
local
128
snprintf(
bootspec_buf
, sizeof(
bootspec_buf
), "%s",
130
if (
bootspec_buf
[0] != '\0') {
131
bootspec =
bootspec_buf
;
/src/sys/arch/evbarm/evbarm/
autoconf.c
102
static char *
bootspec_buf
= NULL;
variable
136
if (
bootspec_buf
!= NULL)
137
kmem_free(
bootspec_buf
, bootspec_buflen + 1);
139
bootspec_buf
= buf;
142
bootspec =
bootspec_buf
;
/src/sys/arch/evbppc/sam460ex/
machdep.c
348
static char
bootspec_buf
[64];
variable
388
char *bp =
bootspec_buf
;
391
bp < &
bootspec_buf
[sizeof(
bootspec_buf
) - 1]; )
394
if (
bootspec_buf
[0] != '\0') {
395
bootspec =
bootspec_buf
;
Completed in 15 milliseconds
Indexes created Thu Jul 09 00:25:44 UTC 2026