/openbmc/webui-vue/src/store/modules/Logs/ |
H A D | EventLogStore.js | 111 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 D | DumpsStore.js | 96 api.spread((...responses) => { 97 const { successCount, errorCount } = getResponseCount(responses);
|
/openbmc/qemu/backends/ |
H A D | cryptodev-lkcf.c | 87 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 D | UserManagementStore.js | 207 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 D | SessionsStore.js | 58 api.spread((...responses) => { 59 const { successCount, errorCount } = getResponseCount(responses);
|
H A D | CertificatesStore.js | 78 api.spread((...responses) => { 79 const certificates = responses.map(({ data }) => {
|
/openbmc/phosphor-user-manager/ |
H A D | totp.hpp | 100 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 D | api.js | 80 export const getResponseCount = (responses) => { 84 responses.forEach((response) => {
|
/openbmc/webui-vue/src/store/modules/Operations/ |
H A D | BootSettingsStore.js | 125 api.spread((...responses) => { 129 responses.forEach((response) => {
|
/openbmc/webui-vue/src/store/modules/Settings/ |
H A D | SnmpAlertsStore.js | 84 api.spread((...responses) => { 85 const { successCount, errorCount } = getResponseCount(responses);
|
/openbmc/bmcweb/ |
H A D | AGGREGATION.md | 102 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 D | pam_authenticate.hpp | 100 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 D | SensorsStore.js | 56 return await api.all(promises).then((responses) => { 58 responses.forEach((response) => {
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-requests-mock_1.12.1.bb | 1 SUMMARY = "Mocked responses for the requests library"
|
H A D | python3-responses_0.25.6.bb | 2 HOMEPAGE = "https://github.com/getsentry/responses"
|
H A D | python3-jsonrpcclient_4.0.3.bb | 1 SUMMARY = "Generate JSON-RPC requests and parse responses in Python"
|
H A D | python3-google-auth_2.37.0.bb | 30 python3-responses \
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | debugfs-driver-qat | 5 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 D | debugfs-olpc | 8 reading their responses.
|
/openbmc/linux/drivers/misc/ti-st/ |
H A D | Kconfig | 15 to register themselves with core and send data, the responses
|
/openbmc/linux/arch/s390/ |
H A D | Kconfig.debug | 21 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 D | http-parser_2.9.4.bb | 3 both requests and responses. The parser is designed to be used \
|
/openbmc/openbmc/meta-security/recipes-ids/ossec/files/ |
H A D | 0001-Makefile-drop-running-scrips-install.patch | 34 …$(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 D | libauthen-radius-perl_0.22.bb | 3 allows you to send/receive Radius requests/responses to/from a \
|
/openbmc/qemu/docs/interop/ |
H A D | qmp-spec.rst | 126 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.
|