Home
last modified time | relevance | path

Searched defs:verb (Results 1 – 14 of 14) sorted by relevance

/openbmc/bmcweb/test/http/
H A Dverb_test.cpp31 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 Druleparametertraits.hpp48 std::optional<HttpVerb> verb = httpVerbFromBoost(method); in methods() local
61 std::optional<HttpVerb> verb = httpVerbFromBoost(method); in methods() local
/openbmc/bmcweb/http/
H A Dverb.hpp51 inline std::string_view httpVerbToString(HttpVerb verb) in httpVerbToString()
H A Dhttp_client.hpp750 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 Drouting.hpp238 std::optional<HttpVerb> verb = httpVerbFromBoost(req.method()); in findRoute() local
H A Dhttp2_connection.hpp492 boost::beast::http::verb verb = in onHeaderCallback() local
/openbmc/u-boot/disk/
H A Dpart_iso.c49 disk_partition_t *info, int verb) in part_get_info_iso_verb()
/openbmc/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_portal.c153 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 Dbzlib_blocksort.c256 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 Dhda_codec.c76 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 Dredfish_oem_routing.hpp177 std::optional<HttpVerb> verb = httpVerbFromBoost(req.method()); in findRoute() local
/openbmc/qemu/hw/audio/
H A Dintel-hda.c281 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 Dhda-codec.c514 uint32_t verb, payload, response, count, shift; in hda_audio_command() local
/openbmc/qemu/
H A Djob.c223 int job_apply_verb_locked(Job *job, JobVerb verb, Error **errp) in job_apply_verb_locked()