Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmlsetup.c116 extern int post_fastreboot; in mlsetup()
405 if (post_fastreboot && in mlsetup()
H A Dfakebop.c150 int post_fastreboot = 0; variable
852 if (post_fastreboot && in read_bootenvrc()
2130 post_fastreboot = 1; in _start()
H A Dddi_impl.c2584 extern int post_fastreboot; in impl_setup_ddi()
2639 if (!post_fastreboot && BOP_GETPROPLEN(bootops, "efi-systab") < 0) in impl_setup_ddi()
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c730 extern int post_fastreboot; in bcons_init()
764 if (post_fastreboot && strcmp(cons_str, "graphics") == 0) in bcons_init()
1248 extern int post_fastreboot; in bcons_post_bootenvrc()
1251 if (post_fastreboot && console == CONS_SCREEN_GRAPHICS) in bcons_post_bootenvrc()