Searched defs:verb (Results 1 – 14 of 14) sorted by relevance
| /openbmc/bmcweb/test/http/ |
| H A D | verb_test.cpp | 31 std::optional<HttpVerb> verb = httpVerbFromBoost(verbMap[httpVerb]); in TEST() local 38 std::optional<HttpVerb> verb = httpVerbFromBoost(BoostVerb::unknown); in TEST() local
|
| /openbmc/bmcweb/http/routing/ |
| H A D | ruleparametertraits.hpp | 48 std::optional<HttpVerb> verb = httpVerbFromBoost(method); in methods() local 61 std::optional<HttpVerb> verb = httpVerbFromBoost(method); in methods() local
|
| /openbmc/bmcweb/http/ |
| H A D | verb.hpp | 51 inline std::string_view httpVerbToString(HttpVerb verb) in httpVerbToString()
|
| H A D | http_client.hpp | 750 const boost::beast::http::verb verb, in sendData() 925 const boost::beast::http::verb verb) in sendData() 938 const boost::beast::http::verb verb, in sendDataWithCallback()
|
| H A D | routing.hpp | 238 std::optional<HttpVerb> verb = httpVerbFromBoost(req.method()); in findRoute() local
|
| H A D | http2_connection.hpp | 492 boost::beast::http::verb verb = in onHeaderCallback() local
|
| /openbmc/u-boot/disk/ |
| H A D | part_iso.c | 49 disk_partition_t *info, int verb) in part_get_info_iso_verb()
|
| /openbmc/u-boot/drivers/net/fsl-mc/dpio/ |
| H A D | qbman_portal.c | 153 uint32_t *ret, verb; in qbman_swp_mc_result() local 371 uint32_t verb; in qbman_swp_dqrr_next() local 581 uint32_t verb, rslt, num; in qbman_swp_acquire() local
|
| /openbmc/u-boot/lib/bzip2/ |
| H A D | bzlib_blocksort.c | 256 Int32 verb ) in fallbackSort() 796 Int32 verb, in mainSort() 1077 Int32 verb = s->verbosity; in BZ2_blockSort() local
|
| /openbmc/u-boot/drivers/sound/ |
| H A D | hda_codec.c | 76 static inline uint hda_verb(uint nid, uint verb, uint param) in hda_verb() 205 const u32 *verb; in send_verbs() local
|
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | redfish_oem_routing.hpp | 177 std::optional<HttpVerb> verb = httpVerbFromBoost(req.method()); in findRoute() local
|
| /openbmc/qemu/hw/audio/ |
| H A D | intel-hda.c | 281 static int intel_hda_send_command(IntelHDAState *d, uint32_t verb) in intel_hda_send_command() 309 uint32_t rp, verb; in intel_hda_corb_run() local
|
| H A D | hda-codec.c | 514 uint32_t verb, payload, response, count, shift; in hda_audio_command() local
|
| /openbmc/qemu/ |
| H A D | job.c | 223 int job_apply_verb_locked(Job *job, JobVerb verb, Error **errp) in job_apply_verb_locked()
|