find_boot_prop
return (find_boot_prop(name));
propval = find_boot_prop("tem.fg_color");
propval = find_boot_prop("tem.bg_color");
propval = find_boot_prop("tem.inverse");
propval = find_boot_prop("tem.inverse-screen");
propval = find_boot_prop("tem.cursor.row");
propval = find_boot_prop("tem.cursor.col");
cons_str = find_boot_prop("diag-device");
cons_str = find_boot_prop("console");
cons_str = find_boot_prop("output-device");
prom_debug = (find_boot_prop("prom_debug") != NULL);
map_debug = (find_boot_prop("map_debug") != NULL);
if (find_boot_prop("kbm_debug") != NULL)
if (find_boot_prop("prom_debug") || kbm_debug) {
if (find_boot_prop("bootrd_debug"))
if (find_boot_prop("prom_debug") || kbm_debug)
extern const char *find_boot_prop(const char *);