Home
last modified time | relevance | path

Searched refs:requested (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/openbmc/phosphor-ipmi-blobs/test/
H A Dmanager_read_unittest.cpp21 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 Dattn_common.cpp223 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 Dzones.md42 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 Derror.json18 # @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 Dst,stm32mp1-ddr.txt27 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 Ddeviation.md6 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 Dpower_control.cpp3049 [](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 DglmConfigVersion.cmake.in6 # 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 Dphysical.cpp71 auto requested = in state() local
74 driveLED(current, requested); in state()
/openbmc/qemu/ui/
H A Dclipboard.c21 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 Dtrace-events14 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 Dxkbevd_1.1.6.bb4 events and executes requested commands if they occur. "
/openbmc/hiomapd/
H A Dprotocol.c87 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 DDRL-1.17 … 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 Dbits-cfg.txt5 # following keywords; BITS will then run all of the requested operations, then
/openbmc/openbmc/meta-arm/meta-arm/recipes-test/pacbti/
H A Dtest-pacbti.bb12 # is requested but gcc/glibc are built without it.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A D0001-Replace-need-for-error.h-when-it-does-not-exist.patch96 "unable to allocate requested memory." ); \
103 + "unable to allocate requested memory." ); \
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage-container.bbclass23 # only be shown for the recipes actually requested to build, rather
/openbmc/openbmc/poky/meta/recipes-devtools/perl/
H A Dlibtest-needs-perl_0.002010.bb3 The requested modules will be loaded, and optionally have their versions \
/openbmc/qemu/include/ui/
H A Dclipboard.h117 bool requested; member
/openbmc/qemu/nbd/
H A Dtrace-events47 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 DCVE-2023-33460.patch30 + //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 Drwfs-clean-dev.patch21 echo "Cleaning of read-write overlay filesystem requested."
/openbmc/u-boot/doc/
H A DREADME.android-fastboot-protocol35 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 D210.out169 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

12345678910>>...14