Searched refs:reboot_timeout (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | fw_cfg-test.c | 182 uint32_t reboot_timeout = 0; in test_fw_cfg_reboot_timeout() local 189 &reboot_timeout, sizeof(reboot_timeout)); in test_fw_cfg_reboot_timeout() 190 g_assert_cmpint(filesize, ==, sizeof(reboot_timeout)); in test_fw_cfg_reboot_timeout() 191 reboot_timeout = le32_to_cpu(reboot_timeout); in test_fw_cfg_reboot_timeout() 192 g_assert_cmpint(reboot_timeout, ==, 15); in test_fw_cfg_reboot_timeout() 201 uint32_t reboot_timeout = 0; in test_fw_cfg_no_reboot_timeout() local 209 &reboot_timeout, sizeof(reboot_timeout)); in test_fw_cfg_no_reboot_timeout() 210 g_assert_cmpint(filesize, ==, sizeof(reboot_timeout)); in test_fw_cfg_no_reboot_timeout() 211 reboot_timeout = le32_to_cpu(reboot_timeout); in test_fw_cfg_no_reboot_timeout() 212 g_assert_cmpint(reboot_timeout, ==, UINT32_MAX); in test_fw_cfg_no_reboot_timeout()
|
/openbmc/qemu/hw/nvram/ |
H A D | fw_cfg.c | 240 rt_val = current_machine->boot_config.reboot_timeout; in fw_cfg_reboot()
|