Home
last modified time | relevance | path

Searched refs:set_watchdog_timer (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_watchdog.c53 ret = boottime->set_watchdog_timer(1, 0, 0, NULL); in notify()
136 ret = boottime->set_watchdog_timer(300, 0, 0, NULL); in teardown()
177 ret = boottime->set_watchdog_timer(1, 0, 0, NULL); in execute()
H A Defi_selftest_textinput.c75 boottime->set_watchdog_timer(300, 0, 0, NULL); in execute()
H A Defi_selftest_textinputex.c158 boottime->set_watchdog_timer(300, 0, 0, NULL); in execute()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h308 void *set_watchdog_timer; member
358 u32 set_watchdog_timer; member
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dswitch.c134 static inline void set_watchdog_timer(struct spu_state *csa, struct spu *spu) in set_watchdog_timer() function
1791 set_watchdog_timer(prev, spu); /* Step 4. */ in quiece_spu()
1959 set_watchdog_timer(next, spu); /* Step 26. */ in restore_lscsa()
/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_sim.c1129 static void set_watchdog_timer(IPMIBmcSim *ibs, in set_watchdog_timer() function
2016 [IPMI_CMD_SET_WATCHDOG_TIMER] = { set_watchdog_timer, 8 },
/openbmc/u-boot/include/
H A Defi_api.h135 efi_status_t (EFIAPI *set_watchdog_timer)(unsigned long timeout,
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3177 .set_watchdog_timer = efi_set_watchdog_timer,