Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c354 find_boot_prop(const char *name) in find_boot_prop() function
382 return (find_boot_prop(name)); in get_mode_value()
640 propval = find_boot_prop("tem.fg_color"); in bcons_init_fb()
648 propval = find_boot_prop("tem.bg_color"); in bcons_init_fb()
656 propval = find_boot_prop("tem.inverse"); in bcons_init_fb()
662 propval = find_boot_prop("tem.inverse-screen"); in bcons_init_fb()
673 propval = find_boot_prop("tem.cursor.row"); in bcons_init_fb()
680 propval = find_boot_prop("tem.cursor.col"); in bcons_init_fb()
755 cons_str = find_boot_prop("diag-device"); in bcons_init()
759 cons_str = find_boot_prop("console"); in bcons_init()
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dboot_console.h61 extern const char *find_boot_prop(const char *);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c824 if (find_boot_prop("bootrd_debug")) in read_bootenvrc()
875 if (find_boot_prop("prom_debug") || kbm_debug) in read_bootenvrc()
2141 if (find_boot_prop("kbm_debug") != NULL) in _start()
2222 if (find_boot_prop("prom_debug") || kbm_debug) { in _start()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c2257 prom_debug = (find_boot_prop("prom_debug") != NULL); in startup_kernel()
2258 map_debug = (find_boot_prop("map_debug") != NULL); in startup_kernel()