Home
last modified time | relevance | path

Searched refs:bootx_disp_path (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/arch/powerpc/platforms/powermac/
Dbootx_init.c36 static char __initdata bootx_disp_path[256]; variable
176 if (strlen(bootx_disp_path)) in bootx_add_chosen_props()
177 bootx_dt_add_prop("linux,stdout-path", bootx_disp_path, in bootx_add_chosen_props()
178 strlen(bootx_disp_path) + 1, mem_end); in bootx_add_chosen_props()
247 strscpy(bootx_disp_path, namep, sizeof(bootx_disp_path)); in bootx_scan_dt_build_strings()
481 bootx_disp_path[0] = 0; in bootx_init()