OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:netbsd_args
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/stand/efiboot/
boot.c
88
static char
netbsd_args
[255];
variable in typeref:typename:char[255]
214
bootargs =
netbsd_args
;
560
if (strlen(arg) + 1 > sizeof(
netbsd_args
))
562
strcpy(
netbsd_args
, arg);
598
netbsd_args
[0] != '\0' ? " " : "",
netbsd_args
);
605
exec_netbsd(netbsd_path,
netbsd_args
);
boot.c
88
static char
netbsd_args
[255];
variable in typeref:typename:char[255]
214
bootargs =
netbsd_args
;
560
if (strlen(arg) + 1 > sizeof(
netbsd_args
))
562
strcpy(
netbsd_args
, arg);
598
netbsd_args
[0] != '\0' ? " " : "",
netbsd_args
);
605
exec_netbsd(netbsd_path,
netbsd_args
);
Completed in 262 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025