Searched refs:bootx_disp_path (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
H A D | bootx_init.c | 35 static char __initdata bootx_disp_path[256]; variable 175 if (strlen(bootx_disp_path)) in bootx_add_chosen_props() 176 bootx_dt_add_prop("linux,stdout-path", bootx_disp_path, in bootx_add_chosen_props() 177 strlen(bootx_disp_path) + 1, mem_end); in bootx_add_chosen_props() 246 strlcpy(bootx_disp_path, namep, sizeof(bootx_disp_path)); in bootx_scan_dt_build_strings() 480 bootx_disp_path[0] = 0; in bootx_init()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | bootx_init.c | 36 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()
|
Completed in 2 milliseconds