Searched refs:host_state (Results 1 – 16 of 16) sorted by relevance
176 host_state = state[var.SYSTEM_STATE_URI + "host0"]["CurrentHostState"]178 return (str(bmc_state), str(chassis_state), str(host_state))188 str(host_state),
102 ${host_state}= Get Host State103 Should Be Equal Running ${host_state}147 ${host_state}= Get Host State148 Should Be Equal Off ${host_state}175 ${host_state}= Get Host State177 ... ${host_state} Quiesced
68 [Arguments] ${host_state}70 # host_state Host state at which date time will be updated for verification73 Run Keyword If '${host_state}' == 'on'
973 ${boot_progress} ${host_state}= Redfish Get Boot Progress978 ... host=${host_state}1062 ${boot_progress} ${host_state}= Redfish Get Boot Progress1074 ${boot_progress} ${host_state}= Redfish Get Boot Progress1087 ${boot_progress} ${host_state}= Redfish Get Boot Progress1099 ${boot_progress} ${host_state}= Redfish Get Boot Progress1101 Should Be Equal ${host_state} ${expected_host_state}
403 ${host_state}= Get Host State404 Rpvars host_state405 Run Keyword If 'Running' != '${host_state}' Pass Execution
13 host_state=$(gpioget --numeric host0-ready)15 if [ "${host_state}" -eq 0 ]; then
210 local host_state212 host_state=$(busctl get-property "$service" "$object" "$interface" "$property" | cut -d '"' -f2)214 if [ "$host_state" = "$DBUS_HOST_ST_ON" ]; then216 elif [ "$host_state" = "$DBUS_HOST_ST_OFF" ]; then
1296 struct vmcs_host_state *host_state; in vmx_prepare_switch_to_guest() local1329 host_state = &vmx->loaded_vmcs->host_state; in vmx_prepare_switch_to_guest()1335 host_state->ldt_sel = kvm_read_ldt(); in vmx_prepare_switch_to_guest()1338 savesegment(ds, host_state->ds_sel); in vmx_prepare_switch_to_guest()1339 savesegment(es, host_state->es_sel); in vmx_prepare_switch_to_guest()1363 vmx_set_host_fs_gs(host_state, fs_sel, gs_sel, fs_base, gs_base); in vmx_prepare_switch_to_guest()1369 struct vmcs_host_state *host_state; in vmx_prepare_switch_to_host() local1374 host_state = &vmx->loaded_vmcs->host_state; in vmx_prepare_switch_to_host()1381 if (host_state->ldt_sel || (host_state->gs_sel & 7)) { in vmx_prepare_switch_to_host()1382 kvm_load_ldt(host_state->ldt_sel); in vmx_prepare_switch_to_host()[all …]
74 struct vmcs_host_state host_state; member
255 src = &prev->host_state; in vmx_sync_vmcs_host_state()256 dest = &vmx->loaded_vmcs->host_state; in vmx_sync_vmcs_host_state()3128 if (unlikely(cr3 != vmx->loaded_vmcs->host_state.cr3)) { in nested_vmx_check_vmentry_hw()3130 vmx->loaded_vmcs->host_state.cr3 = cr3; in nested_vmx_check_vmentry_hw()3134 if (unlikely(cr4 != vmx->loaded_vmcs->host_state.cr4)) { in nested_vmx_check_vmentry_hw()3136 vmx->loaded_vmcs->host_state.cr4 = cr4; in nested_vmx_check_vmentry_hw()
664 # host_state806 [Arguments] ${host_state}809 # host_state if host_state is on then host is booted to operating system.810 # if host_state is off then host is power off.816 Run Keyword If '${host_state}' == 'on'
100 # host_state
100 ${boot_progress} ${host_state}= Redfish Get Boot Progress
729 # error_type host_state expected_transmission_state740 # error_type host_state expected_transmission_state940 [Arguments] ${error_type} ${host_state} ${expected_transmission_state}944 # host_state Host state which is required before error log injection.948 Run Keyword If '${host_state}' == 'Off'950 ... ELSE IF '${host_state}' == 'On'
58 ${host_power_state} ${host_state}= Redfish Get Host State59 Run Keyword If '${host_power_state}' == 'On' and '${host_state}' == 'Enabled'
111 ${boot_progress} ${host_state}= Redfish Get Boot Progress