| /openbmc/u-boot/arch/x86/cpu/intel_common/ |
| H A D | me_status.c | 168 debug("%s", me_progress_rom_values[gmes->current_state]); in _intel_me_status() 172 if (gmes->current_state < ARRAY_SIZE(me_progress_bup_values) && in _intel_me_status() 173 me_progress_bup_values[gmes->current_state]) in _intel_me_status() 175 me_progress_bup_values[gmes->current_state]); in _intel_me_status() 177 debug("0x%02x", gmes->current_state); in _intel_me_status() 181 if (gmes->current_state < in _intel_me_status() 183 me_progress_policy_values[gmes->current_state]) in _intel_me_status() 185 me_progress_policy_values[gmes->current_state]); in _intel_me_status() 187 debug("0x%02x", gmes->current_state); in _intel_me_status() 191 if (!gmes->current_state) in _intel_me_status() [all …]
|
| /openbmc/u-boot/drivers/remoteproc/ |
| H A D | sandbox_testproc.c | 33 enum sandbox_state current_state; member 78 if (ddata->current_state == next_state) in sandbox_dev_move_to_state() 81 debug("current_state=%d, next_state=%d\n", ddata->current_state, in sandbox_dev_move_to_state() 83 switch (ddata->current_state) { in sandbox_dev_move_to_state() 113 ddata->current_state = next_state; in sandbox_dev_move_to_state() 269 if (ddata->current_state == sb_running) in sandbox_testproc_is_running() 291 if (ddata->current_state == sb_running) in sandbox_testproc_ping()
|
| /openbmc/u-boot/include/linux/soc/ti/ |
| H A D | ti_sci_protocol.h | 128 bool *req_state, bool *current_state); 130 bool *req_state, bool *current_state); 132 bool *current_state); 197 bool *req_state, bool *current_state); 199 bool *req_state, bool *current_state);
|
| /openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
| H A D | deassert-power-good | 17 current_state=$(busctl get-property \ 24 if [ "$current_state" = "xyz.openbmc_project.State.Host.HostState.TransitioningToRunning" ]; then
|
| H A D | assert-power-good | 15 current_state=$(busctl get-property \ 22 if [ "$current_state" = "xyz.openbmc_project.State.Host.HostState.TransitioningToOff" ]; then
|
| /openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/ |
| H A D | __init__.py | 284 current_state = "initial" 295 current_state = "dependencies" 297 current_state = "recommendations" 299 current_state = "initial" 302 if current_state == "dependencies": 304 elif current_state == "recommendations":
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | code_update_utils.py | 148 current_state = (software_state)["Activation"] 149 if initial_state == current_state:
|
| H A D | utils.robot | 986 ${current_state}= Redfish Get States 987 Dictionaries Should Be Equal ${match_state} ${current_state}
|
| /openbmc/u-boot/drivers/firmware/ |
| H A D | ti_sci.h | 207 u8 current_state; member 309 u8 current_state; member
|
| H A D | ti_sci.c | 507 *c_state = resp->current_state; in ti_sci_get_device_state() 846 u8 *programmed_state, u8 *current_state) in ti_sci_cmd_get_clock_state() argument 859 if (!programmed_state && !current_state) in ti_sci_cmd_get_clock_state() 888 if (current_state) in ti_sci_cmd_get_clock_state() 889 *current_state = resp->current_state; in ti_sci_cmd_get_clock_state()
|
| /openbmc/u-boot/arch/x86/include/asm/arch-broadwell/ |
| H A D | me.h | 105 u32 current_state:8; member
|
| /openbmc/openbmc-test-automation/redfish/extended/ |
| H A D | test_power_restore.robot | 139 ${current_state}= Redfish Get States 140 Redfish Valid Boot State ${sys_state} ${current_state}
|
| H A D | test_power_restore_reboot.robot | 131 ${current_state}= Redfish Get States 132 Redfish Valid Boot State ${sys_state} ${current_state}
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | me_common.h | 125 u32 current_state:8; member
|
| /openbmc/qemu/hw/gpio/ |
| H A D | trace-events | 23 …e(const char *description, unsigned id, unsigned prev_state, unsigned current_state) "%s GPIO id:%…
|
| /openbmc/qemu/python/tests/ |
| H A D | protocol.py | 502 current_state: Runstate, 513 self.assertEqual(context.exception.state, current_state)
|
| /openbmc/libpldm/src/dsp/ |
| H A D | firmware_update.c | 3018 uint8_t *completion_code, uint8_t *current_state, in decode_get_status_resp() argument 3024 if (msg == NULL || completion_code == NULL || current_state == NULL || in decode_get_status_resp() 3043 if (!is_state_valid(response->current_state)) { in decode_get_status_resp() 3062 if ((response->current_state == PLDM_FD_STATE_IDLE) || in decode_get_status_resp() 3063 (response->current_state == PLDM_FD_STATE_LEARN_COMPONENTS) || in decode_get_status_resp() 3064 (response->current_state == PLDM_FD_STATE_READY_XFER)) { in decode_get_status_resp() 3071 *current_state = response->current_state; in decode_get_status_resp() 3111 pldm_msgbuf_insert(buf, status->current_state); in encode_get_status_resp()
|
| /openbmc/qemu/system/ |
| H A D | trace-events | 44 runstate_set(int current_state, const char *current_state_str, int new_state, const char *new_state…
|
| /openbmc/libpldm/include/libpldm/ |
| H A D | firmware_update.h | 1067 uint8_t current_state; member 2086 uint8_t *completion_code, uint8_t *current_state,
|
| /openbmc/openbmc/poky/bitbake/lib/ply/ |
| H A D | lex.py | 288 def current_state(self): member in Lexer
|
| /openbmc/libpldm/src/firmware_device/ |
| H A D | fd.c | 631 .current_state = fd->state, in pldm_fd_get_status()
|
| /openbmc/libpldm/abi/x86_64/ |
| H A D | gcc.dump | 3149 'name' => 'current_state',
|