OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bootspec_buf
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/virt68k/virt68k/
autoconf.c
87
static char
bootspec_buf
[128 + 6 + 1];
variable in typeref:typename:char[]
95
if (bootinfo_getarg("root",
bootspec_buf
, sizeof(
bootspec_buf
))) {
96
if (
bootspec_buf
[0] != '\0')
97
bootspec =
bootspec_buf
;
/src/sys/arch/evbppc/wii/
autoconf.c
112
static char
bootspec_buf
[64];
local in function:parse_cmdline
124
snprintf(
bootspec_buf
, sizeof(
bootspec_buf
), "%s",
126
if (
bootspec_buf
[0] != '\0') {
127
bootspec =
bootspec_buf
;
/src/sys/arch/evbarm/evbarm/
autoconf.c
102
static char *
bootspec_buf
= NULL;
variable in typeref:typename:char *
136
if (
bootspec_buf
!= NULL)
137
kmem_free(
bootspec_buf
, bootspec_buflen + 1);
139
bootspec_buf
= buf;
142
bootspec =
bootspec_buf
;
Completed in 29 milliseconds
Indexes created Tue Sep 23 23:09:58 GMT 2025