| /openbmc/qemu/ |
| H A D | .gitpublish | 9 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 D | mainapp.cpp | 51 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 D | watchdog.cpp | 92 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 D | watchdog.hpp | 71 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 D | watchdog.cpp | 277 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 D | dtc.c | 122 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 D | meson.build | 4 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 D | rpolicy.md | 14 - ["fallback"](#fallback) 26 ### "fallback" 32 "type": "fallback"
|
| /openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/ |
| H A D | 0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch | 18 …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 D | rk3288-board-spl.c | 47 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 D | rk3188-board-spl.c | 46 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 D | snapshot.c | 160 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 D | ttf-droid_git.bb | 23 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 D | ati_2d.c | 95 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 D | 0001-random-util.c-sync-dev_urandom-implementation-to-sys.patch | 24 - 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 D | meson.build | 5 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 D | other | 2 # /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 D | 172.out | 17 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 D | 0009-multipath-tools-modify-create-config.mk-for-cross-co.patch | 35 # $(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 D | meson.build | 30 dependency('sdbusplus', fallback: ['sdbusplus', 'sdbusplus_dep']), 33 fallback: ['phosphor-dbus-interfaces', 'phosphor_dbus_interfaces_dep'],
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | uboot-extlinux-config.bbclass | 37 # 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 D | pseudo_git.bb | 4 file://fallback-passwd \ 5 file://fallback-group \
|
| /openbmc/openbmc/poky/meta/recipes-sato/matchbox-desktop/files/vfolders/ |
| H A D | Applications.directory | 6 Match=AudioVideo;Audio;Video;Graphics;Network;Office;Utility;System;Development;meta-fallback;
|
| /openbmc/phosphor-fan-presence/presence/test/ |
| H A D | meson.build | 17 '../fallback.cpp',
|
| /openbmc/u-boot/tools/ |
| H A D | imagetool.c | 152 time_t fallback) in imagetool_get_source_date() argument 157 return fallback; in imagetool_get_source_date()
|