Searched refs:MION_PWR_SEQ (Results 1 – 2 of 2) sorted by relevance
33 export MION_PWR_SEQ=FOFF145 if [ "$MION_PWR_SEQ" == "smcreset" ]50 if [ "$MION_PWR_SEQ" == "FOFF1" ]55 if [ "$MION_PWR_SEQ" == "G_SHUTDOWN" ]104 if [ "$MION_PWR_SEQ" == "G_SHUTDOWN" -a $HOSTSTOP_RVAL -eq 1 ]
46 internal static EnvVar MION_PWR_SEQ = new EnvVar("MION_PWR_SEQ"); field in CafeX.Program1444 if ((MION_PWR_SEQ.value == "smcreset") && !HARD_STOP) in hoststop()1449 else if ((MION_PWR_SEQ.value == "FOFF1") && !HARD_STOP) in hoststop()1463 … if (MION_PWR_SEQ.value == "G_SHUTDOWN" && !HARD_STOP && (OLD_BOOT_MODE == CAFE_BOOT_MODE.value)) in hoststop()