Home
last modified time | relevance | path

Searched full:requested (Results 1 – 25 of 1252) sorted by relevance

12345678910>>...51

/openbmc/phosphor-fan-presence/control/json/actions/
H A Drequest_target_base.hpp30 * @class RequestTargetBase - Action to set the requested target base
32 * Sets the base of a calculated requested target to the maximum value found
33 * from the properties given within a group. The requested target base is what
34 * the calculated requested target should be determined from when changing fan
35 * targets. By default, the base of the next calculated requested target is the
55 * @brief Update the requested target base
66 * objects and sets the requested target base to this value. Only positive
H A Dnet_target_increase.hpp35 * Calculates the net target increase to be requested based on the value of each
38 * is the increase change that's requested to the current target of a zone.
66 * Determines the net target increase delta to be requested based on the
70 * requested. For boolean & string values, the configured delta is
71 * requested when a property of the group equals the configured state. For
76 * requested on the zone.
H A Dnet_target_decrease.hpp35 * Calculates the net target decrease to be requested based on the value of each
38 * is the decrease change that's requested to the current target of a zone.
66 * Determines the net target decrease delta to be requested based on the
70 * requested. For boolean & string values, the configured delta is
71 * requested when a property of the group equals the configured state. For
76 * requested on the zone.
/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/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/u-boot/include/
H A Dclk.h137 * requested clocks.
140 * clock has been previously requested and then will disable and free it.
143 * requested by clk_request/get_by_*().
192 * requested clocks in a clock bulk struct.
195 * if clock has been previously requested and then will disable and free it.
198 * requested by clk_get_bulk().
223 * clock_free - Free a previously requested clock.
225 * @clock: A clock struct that was previously successfully requested by
234 * @clk: A clock struct that was previously successfully requested by
243 * @clk: A clock struct that was previously successfully requested by
[all …]
H A Dreset.h147 * reset_free - Free a previously requested reset signal.
150 * requested by reset_get_by_*().
164 * requested by reset_get_by_*().
179 * requested by reset_get_bulk().
192 * requested by reset_get_by_*().
206 * requested by reset_get_bulk().
221 * reset_release_all - Assert/Free an array of previously requested resets.
224 * reset has been previously requested and then will assert and free it.
227 * requested by reset_get_by_*().
234 * reset_release_bulk - Assert/Free an array of previously requested reset
[all …]
/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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/
H A DProgress.interface.yaml2 Implement to provide the progress on user requested activity. Objects which
34 Requested operation is not started.
37 Requested operation is in progress.
/openbmc/telemetry/redfish-tests/
H A Dtest_telemetry.py92 assert r["Id"] == id, "Invalid Id, different then requested"
94 assert r["Id"] == id, "Invalid Id, different then requested"
135 ), "Invalid actions, different then requested"
169 assert len(r["Metrics"]) == 1, "Invalid Metrics, different then requested"
172 ), "Invalid MetricId, different then requested"
175 ), "Invalid MetricProperties, different then requested"
200 ), "Invalid Metrics, different then requested"
260 assert interval == r_interval, "Invalid interval, different then requested"
300 ), "Invalid Metrics, different then requested"
/openbmc/openbmc-test-automation/lib/
H A Dhost.tcl11 …# If this procedure is unable to get the requested information, it will print an error message to …
50 # If this procedure is unable to get the requested information, it will
75 # If this procedure is unable to get the requested information, it will
103 # If this procedure is unable to get the requested information, it will
132 # If this procedure is unable to get the requested information, it will
157 # If this procedure is unable to get the requested information, it will
182 # If this procedure is unable to get the requested information, it will
/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/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-ipmi-blobs/
H A Dprocess.hpp24 * @param[in] cmd Requested command
25 * @param[in] data Requested data
36 * @param[in] data - Requested data.
/openbmc/u-boot/lib/libavb/
H A Davb_ops.h24 * AVB_IO_RESULT_OK is returned if the requested operation was
32 * AVB_IO_RESULT_ERROR_NO_SUCH_PARTITION is returned if the requested
36 * range of bytes requested to be read or written is outside the range
46 * for the requested operation.
99 * AVB_IO_RESULT_ERROR_RANGE_OUTSIDE_PARTITION if the requested
102 * operation succeeds as requested AVB_IO_RESULT_OK is returned and
144 * AVB_IO_RESULT_ERROR_RANGE_OUTSIDE_PARTITION if the requested
147 * the operation succeeds as requested AVB_IO_RESULT_OK is
151 * of the requested bytes or returns an error.
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dwindow_hw_interface.hpp20 * region available is within the requested region. If the value is anything
50 * Returns a windowOffset and windowSize if the requested window was mapped.
52 * TODO: If the length requested is too large, windowSize will be written
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Entry/
H A DSystem.interface.yaml33 requested by a user. Despite its disruptive nature, this dump is able
79 - name: Requested
81 Requested for system dump and awaiting the host response
96 requested non-disruptive system dump.
/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp77 "Indicates that the modification requested for the account was not successful.",
134 …"Indicates that the action requested was missing an action parameter that is required to process t…
173 …"Indicates that the requested parameter value could not be completed because of a mismatch with ot…
174 …"The parameter '%1' with the requested value of '%2' does not meet the constraints of the implemen…
389 …"Indicates that an event subscription establishment was requested but the operation failed due to …
445 …iated with the established session do not have sufficient privileges for the requested operation.",
446 …he account or credentials associated with the current session to perform the requested operation.",
523 "Indicates that a license is required to perform the requested operation.",
530 "Install the requested license and resubmit the request.",
585 "Indicates that the requested operation will not perform any changes on the service.",
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D143.out8 qemu-io: can't open device nbd+unix:///no_such_export?socket=SOCK_DIR/nbd: Requested export not ava…
10 qemu-io: can't open device nbd+unix:///aa--aa1?socket=SOCK_DIR/nbd: Requested export not available
/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/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Entry/
H A DResource.interface.yaml59 - name: Requested
61 Requested for resource dump and awaiting the host response
73 Caller does not have enough privileges to execute the requested
/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/
H A Dclock.h32 * @frequency: the requested PLLD frequency
34 * Return the PLLD frequenc (which may not quite what was requested), or 0
/openbmc/phosphor-state-manager/
H A Dhost_state_manager.hpp182 * @param[in] tranReq - Transition requested
291 // When restoring, set the requested state with persistent value in load()
305 /** @brief Serialize and persist requested host state
307 * @return fs::path - pathname of persisted requested host state.
311 /** @brief Deserialize a persisted requested host state.
330 * @param[in] tranReq - Transition requested
332 * @return string - systemd target name of Requested transition
354 /** @brief Requested Transition to systemd target mapping table. **/
/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-logging/yaml/xyz/openbmc_project/Logging/Internal/
H A DManager.interface.yaml8 Write the requested error/event entry with its associated metadata
28 Write the requested error/event entry with its associated metadata

12345678910>>...51