OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:match_bootconf_option
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/arch/arm/include/
bootconfig.h
60
bool
match_bootconf_option
(char *, const char *, const char *);
/src/sys/arch/arm/nvidia/
tegra_platform.c
156
match_bootconf_option
(boot_args, "console", "fb")) {
167
if (
match_bootconf_option
(boot_args, "hdmi.forcemode", "dvi"))
/src/sys/arch/arm/arm/
bootconfig.c
171
match_bootconf_option
(char *opts, const char *key, const char *val)
function in typeref:typename:bool
/src/sys/arch/arm/rockchip/
rk_platform.c
88
if (
match_bootconf_option
(boot_args, "console", "fb")) {
99
} else if (
match_bootconf_option
(boot_args, "console", "serial")) {
/src/sys/arch/arm/xilinx/
zynq_platform.c
229
if (
match_bootconf_option
(boot_args, "console", "fb")) {
240
} else if (
match_bootconf_option
(boot_args, "console", "serial")) {
/src/sys/arch/arm/sunxi/
sunxi_platform.c
282
if (
match_bootconf_option
(boot_args, "console", "fb")) {
293
} else if (
match_bootconf_option
(boot_args, "console", "serial")) {
sunxi_debe.c
376
if (
match_bootconf_option
(boot_args,
380
} else if (
match_bootconf_option
(boot_args,
384
} else if (
match_bootconf_option
(boot_args,
/src/sys/arch/arm/amlogic/
meson_platform.c
277
if (
match_bootconf_option
(boot_args, "console", "fb")) {
288
} else if (
match_bootconf_option
(boot_args, "console", "serial")) {
Completed in 16 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025