| /openbmc/phosphor-ipmi-blobs/test/ |
| H A D | manager_read_unittest.cpp | 21 uint32_t requested = 0x100; in TEST() local 23 std::vector<uint8_t> result = mgr.read(sess, ofs, requested); in TEST() 39 uint32_t requested = 0x100; in TEST() local 47 std::vector<uint8_t> result = mgr.read(sess, ofs, requested); in TEST() 63 uint32_t requested = 0x10; in TEST() local 72 EXPECT_CALL(*m1ptr, read(sess, ofs, requested)).WillOnce(Return(data)); in TEST() 74 std::vector<uint8_t> result = mgr.read(sess, ofs, requested); in TEST()
|
| /openbmc/openpower-hw-diags/attn/ |
| H A D | attn_common.cpp | 223 struct timespec requested, remaining; in sleepSeconds() local 227 requested.tv_sec = 1; in sleepSeconds() 228 requested.tv_nsec = 0; in sleepSeconds() 229 remaining = requested; in sleepSeconds() 231 while (-1 == nanosleep(&requested, &remaining)) in sleepSeconds() 234 if (requested <= remaining) in sleepSeconds() 240 requested = remaining; in sleepSeconds()
|
| /openbmc/phosphor-fan-presence/docs/control/ |
| H A D | zones.md | 42 NetTargetIncrease requests an increase. All increases requested inside of this 43 interval are analyzed and if the highest requested target is greater than the 49 Optional with a default of zero, meaning increases are immediately requested. 56 NetTargetDecrease requests a decrease. All increases and decreases requested 57 inside of this interval are analyzed and if the highest requested target is 60 Optional with a default of zero, meaning decreases are immediately requested.
|
| /openbmc/qemu/qapi/ |
| H A D | error.json | 18 # @CommandNotFound: the requested command has not been found 22 # @DeviceNotFound: the requested device has not been found 24 # @KVMMissingCap: the requested operation can't be fulfilled because a
|
| /openbmc/u-boot/doc/device-tree-bindings/memory-controllers/ |
| H A D | st,stm32mp1-ddr.txt | 27 for STM32MP15x: 25 values are requested in this order 56 for STM32MP15x: 12 values are requested in this order 71 for STM32MP15x: 9 values are requested in this order 83 for STM32MP15x: 17 values are requested in this order 105 for STM32MP15x: 10 values are requested in this order 119 for STM32MP15x: 10 values are requested in this order 132 for STM32MP15x: 12 values are requested in this order
|
| /openbmc/phosphor-fan-presence/docs/monitor/ |
| H A D | deviation.md | 6 requested target before being deemed out-of-spec and not functioning as expected 7 according to the target requested.
|
| /openbmc/x86-power-control/src/ |
| H A D | power_control.cpp | 3049 [](const std::string& requested, std::string& resp) { in main() argument 3050 if (requested == "xyz.openbmc_project.State.Host.Transition.Off") in main() 3065 else if (requested == in main() 3081 else if (requested == in main() 3098 requested == in main() 3115 requested == in main() 3137 resp = requested; in main() 3157 [](const std::string& requested, std::string& resp) { in main() argument 3158 if (requested == "xyz.openbmc_project.State.Chassis.Transition.Off") in main() 3173 else if (requested == in main() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/ |
| H A D | glmConfigVersion.cmake.in | 6 # the requested version string are exactly the same and it sets 7 # PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version.
|
| /openbmc/phosphor-led-sysfs/ |
| H A D | physical.cpp | 71 auto requested = in state() local 74 driveLED(current, requested); in state()
|
| /openbmc/qemu/ui/ |
| H A D | clipboard.c | 21 VMSTATE_BOOL(requested, QemuClipboardContent), 199 info->types[type].requested || in qemu_clipboard_request() 206 info->types[type].requested = true; in qemu_clipboard_request()
|
| /openbmc/qemu/chardev/ |
| H A D | trace-events | 14 spice_vmc_write(ssize_t out, int len) "spice wrote %zd of requested %d" 15 spice_vmc_read(int bytes, int len) "spice read %d of requested %d"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/ |
| H A D | xkbevd_1.1.6.bb | 4 events and executes requested commands if they occur. "
|
| /openbmc/hiomapd/ |
| H A D | protocol.c | 87 uint8_t requested); 95 uint8_t requested); 691 uint8_t requested) in protocol_negotiate_version() argument 694 if (requested < API_MIN_VERSION) in protocol_negotiate_version() 697 context->version = (requested > API_MAX_VERSION) ? in protocol_negotiate_version() 698 API_MAX_VERSION : requested; in protocol_negotiate_version()
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | DRL-1.1 | 7 … any others designated to receive attribution, in any reasonable manner requested by the Rule auth… 15 … any others designated to receive attribution, in any reasonable manner requested by the Rule auth…
|
| /openbmc/qemu/tests/functional/acpi-bits/bits-config/ |
| H A D | bits-cfg.txt | 5 # following keywords; BITS will then run all of the requested operations, then
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-test/pacbti/ |
| H A D | test-pacbti.bb | 12 # is requested but gcc/glibc are built without it.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/ |
| H A D | 0001-Replace-need-for-error.h-when-it-does-not-exist.patch | 96 "unable to allocate requested memory." ); \ 103 + "unable to allocate requested memory." ); \
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | image-container.bbclass | 23 # only be shown for the recipes actually requested to build, rather
|
| /openbmc/openbmc/poky/meta/recipes-devtools/perl/ |
| H A D | libtest-needs-perl_0.002010.bb | 3 The requested modules will be loaded, and optionally have their versions \
|
| /openbmc/qemu/include/ui/ |
| H A D | clipboard.h | 117 bool requested; member
|
| /openbmc/qemu/nbd/ |
| H A D | trace-events | 47 nbd_negotiate_handle_export_name_request(const char *name) "Client requested export '%s'" 49 nbd_negotiate_handle_info_requests(int requests) "Client requested %d items of info" 50 nbd_negotiate_handle_info_request(int request, const char *name) "Client requested info %d (%s)" 54 …text(const char *optname, const char *export, uint32_t queries) "Client requested %s for export %s…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yajl/yajl/ |
| H A D | CVE-2023-33460.patch | 30 + //If the requested memory is not released in time, it will cause memory leakage
|
| /openbmc/openbmc/meta-google/recipes-phosphor/initrdscripts/obmc-phosphor-initfs/ |
| H A D | rwfs-clean-dev.patch | 21 echo "Cleaning of read-write overlay filesystem requested."
|
| /openbmc/u-boot/doc/ |
| H A D | README.android-fastboot-protocol | 35 b. FAIL -> the requested command failed. The remaining 60 bytes 39 c. OKAY -> the requested command completed successfully. Go to #5 41 d. DATA -> the requested command is ready for the data phase.
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 210.out | 169 Job failed: The requested file size is too large 175 Job failed: The requested file size is too large 181 Job failed: The requested file size is too large
|