Searched refs:stdout_name (Results 1 – 2 of 2) sorted by relevance
520 char *name, *gic_name, *platreg_name, *stdout_name; in create_fdt() local652 stdout_name = g_strdup_printf("%s:115200", name); in create_fdt()653 qemu_fdt_setprop_string(fdt, "/chosen", "stdout-path", stdout_name); in create_fdt()654 g_free(stdout_name); in create_fdt()
257 const char *stdout_name = env_get("stdout"); in query_console_size() local260 if (stdout_name && !strcmp(stdout_name, "vidconsole") && in query_console_size()