Searched refs:boot_stage (Results 1 – 3 of 3) sorted by relevance
3 boot_stage=0098 boot_stage=$1101 case $boot_stage in167 if [ "${boot_stage}" == "00" ] && [ "${bg[0]}" == "09" ];174 boot_stage=${bg:2:2}177 echo "Boot Progress = ${boot_stage} ${boot_status} ${uefi_code}"182 log_redfish_bios_panic_event "$boot_stage" "$uefi_code"184 if [ "${boot_stage}" == "04" ]; then190 set_boot_progress "$boot_stage" "$uefi_code"194 set_postcode "0x$boot_stage$boot_status$uefi_code"[all …]
30 u8 boot_stage; in boot_progress_show() local47 boot_stage = (bootstage >> 8) & 0xff; in boot_progress_show()49 if (boot_stage > cur_stage) in boot_progress_show()59 if (boot_stage < cur_stage) { in boot_progress_show()
136 ${boot_stage}= Get Host State Attribute BootProgress137 Should Be Equal ${OS_BOOT_START} ${boot_stage}