Home
last modified time | relevance | path

Searched defs:fallback (Results 1 – 11 of 11) sorted by relevance

/openbmc/phosphor-watchdog/src/
H A Dwatchdog.hpp71 std::optional<Fallback>&& fallback = std::nullopt,
175 std::optional<Fallback> fallback; member in phosphor::watchdog::Watchdog
H A Dmainapp.cpp51 void printFallback(const Watchdog::Fallback& fallback) in printFallback()
200 Watchdog::Fallback fallback; in main() local
/openbmc/phosphor-watchdog/test/
H A Dwatchdog.cpp277 Watchdog::Fallback fallback; in TEST_F() local
359 Watchdog::Fallback fallback; in TEST_F() local
412 Watchdog::Fallback fallback; in TEST_F() local
469 Watchdog::Fallback fallback; in TEST_F() local
/openbmc/u-boot/scripts/dtc/
H A Ddtc.c122 static const char *guess_type_by_name(const char *fname, const char *fallback) in guess_type_by_name()
136 static const char *guess_input_format(const char *fname, const char *fallback) in guess_input_format()
/openbmc/qemu/hw/display/
H A Dati_2d.c95 bool fallback = false; in ati_2d_blt() local
H A Dsm501.c703 bool overlap = false, fallback = false; in sm501_2d_operation() local
/openbmc/u-boot/tools/
H A Dimagetool.c152 time_t fallback) in imagetool_get_source_date()
/openbmc/qemu/block/
H A Dsnapshot.c160 BdrvChild *fallback = bdrv_primary_child(bs); in bdrv_snapshot_fallback_child() local
241 BdrvChild *fallback; in bdrv_snapshot_goto() local
/openbmc/qemu/hw/block/
H A Dfdc-internal.h136 FloppyDriveType fallback; /* type=auto failure fallback */ member
/openbmc/qemu/ui/
H A Dconsole.c1419 int qemu_console_get_width(QemuConsole *con, int fallback) in qemu_console_get_width()
1436 int qemu_console_get_height(QemuConsole *con, int fallback) in qemu_console_get_height()
/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp55 inline decltype(std::declval<Func>()()) ignoreError( in ignoreError()