Home
last modified time | relevance | path

Searched refs:boot_progress (Results 1 – 10 of 10) sorted by relevance

/openbmc/skeleton/op-pwrctl/
H A Dpower_control_obj.c173 gchar *boot_progress = NULL; in on_boot_progress() local
196 boot_progress = g_strdup(tmp); in on_boot_progress()
197 g_print("BootProgress: %s\n", boot_progress); in on_boot_progress()
204 if (boot_progress == NULL) in on_boot_progress()
208 ignore = strcmp(boot_progress, in on_boot_progress()
210 g_free(boot_progress); in on_boot_progress()
/openbmc/u-boot/include/
H A Dbootm.h67 int states, bootm_headers_t *images, int boot_progress);
/openbmc/openbmc-test-automation/lib/
H A Dutils.robot236 # Note: There are interim builds that contain boot_progress in both the
238 # keyword to determine whether the old boot_progress or the new one is
239 # active. When using such builds where the old boot_progress is active,
917 ${boot_progress}= Wait Until Keyword Succeeds 1 min 20 sec
921 ... NA ${boot_progress["Status"]["State"]}
923 RETURN ${boot_progress["BootProgress"]["LastState"]} ${boot_progress["Status"]["State"]}
936 ${boot_progress} ${host_state}= Redfish Get Boot Progress
942 ... boot_progress=${boot_progress}
968 ... boot_progress=None
971 Set To Dictionary ${standby_states} boot_progress=NA
[all …]
H A Dcommon_utils.robot238 ${boot_progress}= Get Boot Progress
239 Should Be Equal ${boot_progress} OSStart
244 ${boot_progress}= Get Boot Progress
245 Should Be Equal ${boot_progress} Off
252 ${boot_progress}= Get Boot Progress
253 Log To Console ${boot_progress}
254 IF '${boot_progress}' == 'OSStart'
H A Dstate.py682 boot_progress = "NA"
/openbmc/openbmc-test-automation/pldm/
H A Dtest_firmware_boot_side.robot100 ${boot_progress} ${host_state}= Redfish Get Boot Progress
101 …Should Contain Any ${boot_progress} SystemHardwareInitializationComplete OSBootStarted OSRunni…
/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/
H A Ddimm_train_fail_log.sh143 path=("$base"/smpro-misc.*.auto/boot_progress)
/openbmc/openbmc-test-automation/openpower/mpipl/
H A Dtest_mpipl_basic.robot111 ${boot_progress} ${host_state}= Redfish Get Boot Progress
112 …Should Contain Any ${boot_progress} SystemHardwareInitializationComplete OSBootStarted OSRunni…
/openbmc/phosphor-state-manager/
H A Dhost_reset_recovery.cpp51 BootProgress::property_names::boot_progress); in wasHostBooting()
/openbmc/u-boot/common/
H A Dbootm.c444 static int bootm_load_os(bootm_headers_t *images, int boot_progress) in bootm_load_os() argument
692 int states, bootm_headers_t *images, int boot_progress) in do_bootm_states() argument