Searched refs:boot_progress (Results 1 – 10 of 10) sorted by relevance
173 gchar *boot_progress = NULL; in on_boot_progress() local196 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()
67 int states, bootm_headers_t *images, int boot_progress);
236 # Note: There are interim builds that contain boot_progress in both the238 # keyword to determine whether the old boot_progress or the new one is239 # active. When using such builds where the old boot_progress is active,917 ${boot_progress}= Wait Until Keyword Succeeds 1 min 20 sec921 ... NA ${boot_progress["Status"]["State"]}923 RETURN ${boot_progress["BootProgress"]["LastState"]} ${boot_progress["Status"]["State"]}936 ${boot_progress} ${host_state}= Redfish Get Boot Progress942 ... boot_progress=${boot_progress}968 ... boot_progress=None971 Set To Dictionary ${standby_states} boot_progress=NA[all …]
238 ${boot_progress}= Get Boot Progress239 Should Be Equal ${boot_progress} OSStart244 ${boot_progress}= Get Boot Progress245 Should Be Equal ${boot_progress} Off252 ${boot_progress}= Get Boot Progress253 Log To Console ${boot_progress}254 IF '${boot_progress}' == 'OSStart'
682 boot_progress = "NA"
100 ${boot_progress} ${host_state}= Redfish Get Boot Progress101 …Should Contain Any ${boot_progress} SystemHardwareInitializationComplete OSBootStarted OSRunni…
143 path=("$base"/smpro-misc.*.auto/boot_progress)
111 ${boot_progress} ${host_state}= Redfish Get Boot Progress112 …Should Contain Any ${boot_progress} SystemHardwareInitializationComplete OSBootStarted OSRunni…
51 BootProgress::property_names::boot_progress); in wasHostBooting()
444 static int bootm_load_os(bootm_headers_t *images, int boot_progress) in bootm_load_os() argument692 int states, bootm_headers_t *images, int boot_progress) in do_bootm_states() argument