Home
last modified time | relevance | path

Searched refs:fallback (Results 1 – 25 of 142) sorted by relevance

123456

/openbmc/qemu/
H A D.gitpublish9 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
15 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
21 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
27 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
33 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
39 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
45 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
51 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
/openbmc/phosphor-watchdog/src/
H A Dmainapp.cpp51 void printFallback(const Watchdog::Fallback& fallback) in printFallback() argument
54 std::cerr << " Action: " << convertForMessage(fallback.action) << "\n"; in printFallback()
55 std::cerr << " Interval(ms): " << std::dec << fallback.interval << "\n"; in printFallback()
56 std::cerr << " Always re-execute: " << std::boolalpha << fallback.always in printFallback()
200 Watchdog::Fallback fallback; in main() local
203 fallback.action = in main()
212 fallback.interval = *fallbackIntervalMs; in main()
213 fallback.always = fallbackAlways; in main()
215 printFallback(fallback); in main()
216 maybeFallback = fallback; in main()
H A Dwatchdog.cpp92 value = fallback->interval; in timeRemaining()
114 action = fallback->action; in timeOutHandler()
177 if (fallback && (fallback->always || this->enabled())) in tryFallbackOrDisable()
179 auto interval_ms = fallback->interval; in tryFallbackOrDisable()
H A Dwatchdog.hpp71 std::optional<Fallback>&& fallback = std::nullopt, argument
75 actionTargetMap(std::move(actionTargetMap)), fallback(fallback),
175 std::optional<Fallback> fallback; member in phosphor::watchdog::Watchdog
/openbmc/phosphor-watchdog/test/
H A Dwatchdog.cpp277 Watchdog::Fallback fallback; in TEST_F() local
278 fallback.action = Watchdog::Action::PowerOff; in TEST_F()
279 fallback.interval = static_cast<uint64_t>(fallbackIntervalMs); in TEST_F()
280 fallback.always = false; in TEST_F()
283 Watchdog::ActionTargetMap(), fallback); in TEST_F()
317 EXPECT_EQ(fallback.interval, wdog->timeRemaining(primaryInterval.count())); in TEST_F()
359 Watchdog::Fallback fallback; in TEST_F() local
360 fallback.action = Watchdog::Action::PowerOff; in TEST_F()
361 fallback.interval = static_cast<uint64_t>(fallbackIntervalMs); in TEST_F()
362 fallback.always = false; in TEST_F()
[all …]
/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() argument
128 return fallback; in guess_type_by_name()
133 return fallback; in guess_type_by_name()
136 static const char *guess_input_format(const char *fname, const char *fallback) in guess_input_format() argument
143 return fallback; in guess_input_format()
149 return fallback; in guess_input_format()
153 return fallback; in guess_input_format()
156 return fallback; in guess_input_format()
163 return guess_type_by_name(fname, fallback); in guess_input_format()
/openbmc/kcsbridge/src/
H A Dmeson.build4 dependency('stdplus', fallback: ['stdplus', 'stdplus_dep']),
5 dependency('sdbusplus', fallback: ['sdbusplus', 'sdbusplus_dep']),
30 dependency('sdeventplus', fallback: ['sdeventplus', 'sdeventplus_dep']),
/openbmc/phosphor-fan-presence/docs/presence/
H A Drpolicy.md14 - ["fallback"](#fallback)
26 ### "fallback"
32 "type": "fallback"
/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/
H A D0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch18 …nic_res_fallback", test_evutil_monotonic_res, TT_OFF_BY_DEFAULT, &basic_setup, (void*)"fallback" },
21 - { "monotonic_prc_fallback", test_evutil_monotonic_prc, 0, &basic_setup, (void*)"fallback" },
22 …onotonic_prc_fallback", test_evutil_monotonic_prc, TT_RETRIABLE, &basic_setup, (void*)"fallback" },
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Drk3288-board-spl.c47 goto fallback; in spl_boot_device()
52 goto fallback; in spl_boot_device()
58 goto fallback; in spl_boot_device()
71 fallback: in spl_boot_device()
H A Drk3188-board-spl.c46 goto fallback; in spl_boot_device()
51 goto fallback; in spl_boot_device()
57 goto fallback; in spl_boot_device()
70 fallback: in spl_boot_device()
/openbmc/qemu/block/
H A Dsnapshot.c160 BdrvChild *fallback = bdrv_primary_child(bs); in bdrv_snapshot_fallback_child() local
167 if (!fallback) { in bdrv_snapshot_fallback_child()
179 child != fallback) in bdrv_snapshot_fallback_child()
185 return fallback; in bdrv_snapshot_fallback_child()
241 BdrvChild *fallback; in bdrv_snapshot_goto() local
265 fallback = bdrv_snapshot_fallback_child(bs); in bdrv_snapshot_goto()
268 if (fallback) { in bdrv_snapshot_goto()
272 BlockDriverState *fallback_bs = fallback->bs; in bdrv_snapshot_goto()
273 char *subqdict_prefix = g_strdup_printf("%s.", fallback->name); in bdrv_snapshot_goto()
285 qdict_put_str(options, fallback->name, in bdrv_snapshot_goto()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/
H A Dttf-droid_git.bb23 ttf-droid-sans-fallback ttf-droid-sans-japanese ttf-droid-serif"
24 FONT_PACKAGES = "ttf-droid-sans ttf-droid-sans-mono ttf-droid-sans-fallback ttf-droid-sans-japanese…
28 FILES:ttf-droid-sans-fallback = "${datadir}/fonts/truetype/DroidSansFallback.ttf"
/openbmc/qemu/hw/display/
H A Dati_2d.c95 bool fallback = false; in ati_2d_blt() local
130 fallback = !pixman_blt((uint32_t *)src_bits, (uint32_t *)dst_bits, in ati_2d_blt()
140 fallback = !pixman_blt((uint32_t *)src_bits, tmp, in ati_2d_blt()
144 if (!fallback) { in ati_2d_blt()
145 fallback = !pixman_blt(tmp, (uint32_t *)dst_bits, in ati_2d_blt()
154 fallback = true; in ati_2d_blt()
156 if (fallback) { in ati_2d_blt()
/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/
H A D0001-random-util.c-sync-dev_urandom-implementation-to-sys.patch24 - If kernel does not support GRND_INSECURE, fallback to GRND_NONBLOCK
25 - If enough entropy is not supplied, fallback to reading /dev/urandom,
125 + break; /* Weird, so fallback to /dev/urandom. */
128 + break; /* No syscall, so fallback to /dev/urandom. */
131 + continue; /* No GRND_INSECURE; fallback to GRND_NONBLOCK. */
133 + break; /* Will block, but no GRND_INSECURE, so fallback to /dev/urandom. */
135 + break; /* Unexpected, so just give up and fallback to /dev/urandom. */
/openbmc/phosphor-ipmi-flash/tools/
H A Dmeson.build5 dependency('pciaccess', fallback: ['pciaccess', 'dep_pciaccess']),
6 dependency('stdplus', fallback: ['stdplus', 'stdplus_dep']),
/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/
H A Dother2 # /etc/pam.d/other - specify the PAM fallback behaviour
10 #fallback rules are being used (as a hint to suggest you should setup
/openbmc/qemu/tests/qemu-iotests/
H A D172.out17 fallback = "288"
46 fallback = "288"
82 fallback = "288"
136 fallback = "288"
191 fallback = "288"
234 fallback = "288"
270 fallback = "288"
324 fallback = "288"
382 fallback = "288"
418 fallback = "288"
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0009-multipath-tools-modify-create-config.mk-for-cross-co.patch35 # $(call TEST_CC_OPTION,option,fallback)
37 # Evaluates to "option" if yes, and "fallback" otherwise.
/openbmc/google-misc/subprojects/acpi-power-state-daemon/
H A Dmeson.build30 dependency('sdbusplus', fallback: ['sdbusplus', 'sdbusplus_dep']),
33 fallback: ['phosphor-dbus-interfaces', 'phosphor_dbus_interfaces_dep'],
/openbmc/openbmc/poky/meta/classes-recipe/
H A Duboot-extlinux-config.bbclass37 # UBOOT_EXTLINUX_LABELS ??= "default fallback"
45 # UBOOT_EXTLINUX_KERNEL_IMAGE:fallback ??= "../zImage-fallback"
46 # UBOOT_EXTLINUX_MENU_DESCRIPTION:fallback ??= "Linux Fallback"
58 # KERNEL ../zImage-fallback
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/
H A Dpseudo_git.bb4 file://fallback-passwd \
5 file://fallback-group \
/openbmc/openbmc/poky/meta/recipes-sato/matchbox-desktop/files/vfolders/
H A DApplications.directory6 Match=AudioVideo;Audio;Video;Graphics;Network;Office;Utility;System;Development;meta-fallback;
/openbmc/phosphor-fan-presence/presence/test/
H A Dmeson.build17 '../fallback.cpp',
/openbmc/u-boot/tools/
H A Dimagetool.c152 time_t fallback) in imagetool_get_source_date() argument
157 return fallback; in imagetool_get_source_date()

123456