Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/boot/
H A Dboot_console.c530 char *cons_str; in bcons_init() local
543 cons_str = find_boot_line_prop("console"); in bcons_init()
544 if (cons_str == NULL) in bcons_init()
545 cons_str = find_boot_line_prop("output-device"); in bcons_init()
548 if (post_fastreboot && strcmp(cons_str, "graphics") == 0) in bcons_init()
549 cons_str = console_text; in bcons_init()
557 if (cons_str != NULL) { in bcons_init()
560 cons_len = strlen(cons_str); in bcons_init()
564 if ((len <= cons_len) && ((cons_str[len] == '\0') || in bcons_init()
565 (cons_str[len] == ',') || (cons_str[len] == '\'') || in bcons_init()
[all …]