Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr_vof.c31 g_autofree char *stdout_path = spapr_vio_stdout_path(spapr->vio_bus); in spapr_vof_client_dt_finalize() local
51 if (stdout_path) { in spapr_vof_client_dt_finalize()
53 stdout_path)); in spapr_vof_client_dt_finalize()
H A Dspapr.c1150 g_autofree char *stdout_path = spapr_vio_stdout_path(spapr->vio_bus); in spapr_dt_chosen()
1198 if (spapr->want_stdout_path && stdout_path) { in spapr_build_fdt()
1206 _FDT(fdt_setprop_string(fdt, chosen, "linux,stdout-path", stdout_path)); in spapr_build_fdt()
1207 _FDT(fdt_setprop_string(fdt, chosen, "stdout-path", stdout_path)); in spapr_build_fdt()
1083 g_autofree char *stdout_path = spapr_vio_stdout_path(spapr->vio_bus); spapr_dt_chosen() local