Home
last modified time | relevance | path

Searched refs:responses (Results 1 – 25 of 120) sorted by relevance

12345

/openbmc/webui-vue/src/store/modules/Logs/
H A DEventLogStore.js111 api.spread((...responses) => {
112 const { successCount, errorCount } = getResponseCount(responses);
149 api.spread((...responses) => {
150 const { successCount, errorCount } = getResponseCount(responses);
184 api.spread((...responses) => {
185 const { successCount, errorCount } = getResponseCount(responses);
H A DDumpsStore.js96 api.spread((...responses) => {
97 const { successCount, errorCount } = getResponseCount(responses);
/openbmc/qemu/backends/
H A Dcryptodev-lkcf.c87 QSIMPLEQ_HEAD(, CryptoDevLKCFTask) responses;
111 QSIMPLEQ_HEAD(, CryptoDevLKCFTask) responses; in cryptodev_lkcf_handle_response()
115 QSIMPLEQ_INIT(&responses); in cryptodev_lkcf_handle_response()
119 QSIMPLEQ_PREPEND(&responses, &lkcf->responses); in cryptodev_lkcf_handle_response()
122 QSIMPLEQ_FOREACH_SAFE(task, &responses, queue, next) { in cryptodev_lkcf_handle_response()
238 QSIMPLEQ_INIT(&lkcf->responses); in cryptodev_lkcf_init()
276 QSIMPLEQ_FOREACH_SAFE(task, &lkcf->responses, queue, next) { in cryptodev_lkcf_cleanup()
432 if (QSIMPLEQ_EMPTY(&task->lkcf->responses)) { in cryptodev_lkcf_execute_task()
435 QSIMPLEQ_INSERT_TAIL(&task->lkcf->responses, task, queue); in cryptodev_lkcf_execute_task()
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DUserManagementStore.js207 api.spread((...responses) => {
208 const { successCount, errorCount } = getResponseCount(responses);
250 api.spread((...responses) => {
251 const { successCount, errorCount } = getResponseCount(responses);
293 api.spread((...responses) => {
294 const { successCount, errorCount } = getResponseCount(responses);
H A DSessionsStore.js58 api.spread((...responses) => {
59 const { successCount, errorCount } = getResponseCount(responses);
H A DCertificatesStore.js78 api.spread((...responses) => {
79 const certificates = responses.map(({ data }) => {
/openbmc/phosphor-user-manager/
H A Dtotp.hpp100 std::unique_ptr<pam_response[], decltype(pamResponseDeleter)> responses( in pamFunctionConversation() local
109 pam_response& response = responses[i]; in pamFunctionConversation()
120 *resp = responses.release(); in pamFunctionConversation()
/openbmc/webui-vue/src/store/
H A Dapi.js80 export const getResponseCount = (responses) => {
84 responses.forEach((response) => {
/openbmc/webui-vue/src/store/modules/Operations/
H A DBootSettingsStore.js125 api.spread((...responses) => {
129 responses.forEach((response) => {
/openbmc/webui-vue/src/store/modules/Settings/
H A DSnmpAlertsStore.js84 api.spread((...responses) => {
85 const { successCount, errorCount } = getResponseCount(responses);
/openbmc/bmcweb/
H A DAGGREGATION.md102 The responses are processed by first adding the aggregation prefix to the URIs
106 If the responses from the satellite responses do not contain a "Members" array
109 aggregating BMC. Similarly, we ignore any satellite responses that do not return
180 1. Add links to satellite only collections in responses from service root and
/openbmc/bmcweb/include/
H A Dpam_authenticate.hpp100 auto responses = std::span(responseArrPtr.get(), msgCount); in pamFunctionConversation() local
106 pam_response& response = responses[i]; in pamFunctionConversation()
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DSensorsStore.js56 return await api.all(promises).then((responses) => {
58 responses.forEach((response) => {
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-requests-mock_1.12.1.bb1 SUMMARY = "Mocked responses for the requests library"
H A Dpython3-responses_0.25.6.bb2 HOMEPAGE = "https://github.com/getsentry/responses"
H A Dpython3-jsonrpcclient_4.0.3.bb1 SUMMARY = "Generate JSON-RPC requests and parse responses in Python"
H A Dpython3-google-auth_2.37.0.bb30 python3-responses \
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-driver-qat5 Description: (RO) Read returns the number of requests sent to the FW and the number of responses
9 <N>: Number of requests sent from Acceleration Engine N to FW and responses
H A Ddebugfs-olpc8 reading their responses.
/openbmc/linux/drivers/misc/ti-st/
H A DKconfig15 to register themselves with core and send data, the responses
/openbmc/linux/arch/s390/
H A DKconfig.debug21 and instruction responses to the CIO layer of Linux kernel. The newly created
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/http-parser/
H A Dhttp-parser_2.9.4.bb3 both requests and responses. The parser is designed to be used \
/openbmc/openbmc/meta-security/recipes-ids/ossec/files/
H A D0001-Makefile-drop-running-scrips-install.patch34 …$(call INSTALL_CMD,0660,${OSSEC_USER},${OSSEC_GROUP}) /dev/null ${PREFIX}/logs/active-responses.log
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/
H A Dlibauthen-radius-perl_0.22.bb3 allows you to send/receive Radius requests/responses to/from a \
/openbmc/qemu/docs/interop/
H A Dqmp-spec.rst126 the other. The client therefore receives command responses in issue
134 receive such a command's response before responses from prior in-band
137 To be able to match responses back to their commands, the client needs
154 There are two possible responses which the Server will issue as the result
159 so that requests and responses can match. Clients should drop all the
160 responses that have an unknown ``id`` field.

12345