MCPcopy Create free account
hub / github.com/F-Stack/f-stack / parse_fdt_bootargs

Function parse_fdt_bootargs

freebsd/arm64/arm64/machdep_boot.c:152–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void
153parse_fdt_bootargs(void)
154{
155
156 if (loader_envp == NULL && fdt_get_chosen_bootargs(linux_command_line,
157 LBABI_MAX_COMMAND_LINE) == 0) {
158 init_static_kenv(static_kenv, sizeof(static_kenv));
159 cmdline_set_env(linux_command_line, CMDLINE_GUARD);
160 }
161}
162
163#endif
164

Callers 1

try_load_dtbFunction · 0.85

Calls 2

init_static_kenvFunction · 0.85
cmdline_set_envFunction · 0.70

Tested by

no test coverage detected