Searched refs:boot_status (Results 1 – 9 of 9) sorted by relevance
4 boot_status=00184 boot_status=${bg:0:2}186 echo "Boot Progress = ${boot_stage} ${boot_status} ${uefi_code}"189 if [ "${boot_status}" == "03" ]; then197 elif [ "${boot_status}" == "01" ]; then203 set_postcode "0x$boot_stage$boot_status$uefi_code"206 if [ "${boot_stage}" == "08" ] && [ "${boot_status}" == "02" ]; then209 elif [ "${boot_stage}" == "09" ] && [ "${boot_status}" == "02" ];
19 boot_status=""28 …boot_status="$(busctl get-property $BOOT_SERVICE_NAME $BOOT_STATUS_OBJPATH $BOOT_INTERFACE_NAME $B…38 …if [[ $boot_status != "\"xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.Standby\"" ]] &…41 …elif [[ $boot_status == "\"xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.Standby\"" ]]…
38 …boot_status="$(busctl get-property $SERVICE_NAME "${PRESENT_OBJPATH[$i]}" $INTERFACE_NAME Present …40 if [ "$boot_status" == "false" ] && [ "${present_state[$i]}" == "true" ];then44 elif [ "$boot_status" == "true" ] && [ "${present_state[$i]}" == "false" ];then
130 u8 boot_status; in checkboard() local134 boot_status = ((gur->porbmsr) >> MPC85xx_PORBMSR_ROMLOC_SHIFT) & 0xf; in checkboard()136 if (boot_status == PORBMSR_ROMLOC_NOR) in checkboard()138 else if (boot_status == PORBMSR_ROMLOC_SDHC) in checkboard()
244 def update(self, boot_type, boot_status): argument256 self.__boot_results.inc_row_field(boot_type, boot_status.lower())
1095 boot_status, msg = BuiltIn().run_keyword_and_ignore_error(*cmd_buf)1096 if boot_status == "FAIL":1100 if boot_status == "PASS":1117 boot_results.update(next_boot, boot_status)
183 u8 boot_status; member
48 enum boot_status enum
1830 … self.add_field('boot_status', u.unpack_one("B"), unpack.format_table("{}", _boot_status))