Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/os/
H A Dmachdep.c211 if (fcn == AD_FASTREBOOT && !newkernel.fi_valid) in mdboot()
216 if (fcn == AD_FASTREBOOT) { in mdboot()
299 fcn = AD_FASTREBOOT; in mdboot()
316 if (fcn == AD_FASTREBOOT && !force_fastreboot) { in mdboot()
322 } else if (fcn != AD_FASTREBOOT) in mdboot()
347 if (fastreboot_capable && fcn == AD_FASTREBOOT && in mdboot()
357 if (fastreboot_capable && fcn == AD_FASTREBOOT) { in mdboot()
378 if (fcn == AD_FASTREBOOT && !fastreboot_capable) { in mdpreboot()
389 if (fcn == AD_FASTREBOOT) { in mdpreboot()
H A Dfastboot.c1321 (*psm_shutdownf)(A_SHUTDOWN, AD_FASTREBOOT); in fastboot_xc_func()
1569 if (fcn != AD_FASTREBOOT) { in fastboot_update_and_load()
/titanic_50/usr/src/lib/libc/amd64/sys/
H A Duadmin.c204 case AD_FASTREBOOT: in uadmin()
221 if (fcn == AD_FASTREBOOT) { in uadmin()
/titanic_50/usr/src/lib/libc/i386/sys/
H A Duadmin.c204 case AD_FASTREBOOT: in uadmin()
221 if (fcn == AD_FASTREBOOT) { in uadmin()
/titanic_50/usr/src/uts/sun4u/os/
H A Dmach_cpu_states.c133 case AD_FASTREBOOT: in mdboot()
156 if (fcn == AD_FASTREBOOT) { in mdboot()
/titanic_50/usr/src/uts/common/sys/
H A Duadmin.h64 #define AD_FASTREBOOT 8 /* bypass firmware and boot loader */ macro
/titanic_50/usr/src/cmd/uadmin/
H A Duadmin.c152 case AD_FASTREBOOT: in main()
/titanic_50/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c1212 if (apic_enable_acpi && fcn != AD_POWEROFF && fcn != AD_FASTREBOOT) in apic_shutdown()
1215 if (fcn == AD_FASTREBOOT) { in apic_shutdown()
/titanic_50/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c234 case AD_FASTREBOOT: in mdboot()
/titanic_50/usr/src/cmd/halt/
H A Dhalt.c1635 fcn = AD_FASTREBOOT; in main()
/titanic_50/usr/src/cmd/svc/startd/
H A Dgraph.c3640 if (halting == AD_FASTREBOOT) { in do_uadmin()
3719 if (halting == AD_FASTREBOOT) in do_uadmin()
5358 halting = AD_FASTREBOOT; in dgraph_set_runlevel()