/openbmc/bmcweb/http/ |
H A D | http_response.hpp | 42 struct Response struct 47 http::response<bmcweb::HttpBody> response; 49 nlohmann::json jsonValue; 50 using fields_type = http::header<false, http::fields>; 51 fields_type& fields() in fields() 56 const fields_type& fields() const in fields() 61 void addHeader(std::string_view key, std::string_view value) in addHeader() 66 void addHeader(http::field key, std::string_view value) in addHeader() 71 void clearHeader(http::field key) in clearHeader() 77 Response(Response&& res) noexcept : in Response() function [all …]
|
/openbmc/phosphor-net-ipmid/ |
H A D | message.hpp | 69 struct Response struct 71 uint8_t rqaddr; 72 uint8_t netfn; 73 uint8_t cs; 74 uint8_t rsaddr; 75 uint8_t rqseq; 76 uint8_t cmd; 92 using Response = Request; typedef
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | message.hpp | 497 struct Response struct 514 using ptr = std::shared_ptr<Response>; 516 explicit Response(Context::ptr& context) : in Response() argument 530 int pack(Args&&... args) in pack() 548 int pack(std::tuple<Types...>& t) in pack() 563 int prepend(const ipmi::message::Payload& p) in prepend() 568 Payload payload; 569 Context::ptr ctx; 570 Cc cc;
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | pldm_interface.cpp | 264 struct Response struct 266 Response(void* r) : response(r) {} in Response() argument 267 ~Response() in ~Response() 274 void* response = nullptr;
|
/openbmc/phosphor-user-manager/ |
H A D | totp.hpp | 21 struct Response struct 23 std::string_view prompt; 24 std::string value;
|
/openbmc/phosphor-pid-control/ |
H A D | ipmi.md | 44 #### Response subsubsection 69 #### Response subsubsection
|
/openbmc/bmcweb/include/ |
H A D | pam_authenticate.hpp | 22 struct Response struct 24 std::string_view prompt; 25 std::string value;
|
/openbmc/pldm/pldmd/ |
H A D | handler.hpp | 18 using Response = std::vector<uint8_t>; typedef
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | file_io_type_progress_src.hpp | 40 int read(uint32_t /*offset*/, uint32_t& /*length*/, Response& /*response*/, in read() argument
|
H A D | file_io_type_pcie.hpp | 161 Response& /*response*/, in read() argument
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios_table.hpp | 22 using Response = std::vector<uint8_t>; typedef
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Manifest.v1_1_2.json | 114 "Response": { object 175 "Response": { object
|
/openbmc/pldm/common/ |
H A D | types.hpp | 21 using Response = std::vector<uint8_t>; typedef
|
/openbmc/pldm/softoff/ |
H A D | softoff.cpp | 212 std::vector<std::vector<uint8_t>> Response{}; in getSensorInfo() local
|
/openbmc/ipmitool/include/ipmitool/ |
H A D | ipmi_hpmfwupg.h | 337 } ATTRIBUTE_PACKING Response; member
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_ct.c | 849 struct lpfc_sli_ct_request *Response = in lpfc_ns_rsp() local
|