Home
last modified time | relevance | path

Searched refs:body (Results 126 – 150 of 502) sorted by relevance

12345678910>>...21

/openbmc/linux/arch/ia64/lib/
H A Dip_fast_csum.S37 .body
86 .body
H A Dstrnlen_user.S25 .body
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dscreen.css1 body { selector
H A Dbootstrap3-transition.css105 .modal-body {
110 .modal-body ul.list-unstyled {
/openbmc/bmcweb/http/
H A Dparsing.hpp40 jsonOut = nlohmann::json::parse(req.body(), nullptr, false); in parseRequestAsJson()
/openbmc/phosphor-webui/app/common/styles/base/
H A Dcore.scss1 html, body {
/openbmc/linux/drivers/net/
H A Dnetconsole.c828 const char *header, *body; in send_ext_msg_udp() local
853 body = memchr(msg, ';', msg_len); in send_ext_msg_udp()
854 if (WARN_ON_ONCE(!body)) in send_ext_msg_udp()
857 header_len = body - header; in send_ext_msg_udp()
859 body++; in send_ext_msg_udp()
883 memcpy(buf + this_header, body + offset, this_chunk); in send_ext_msg_udp()
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp724 resp.header.record_length = sizeof(resp.body) + sizeof(resp.key) - sizeDiff; in getFruSdrs()
729 resp.body.reserved = 0x0; in getFruSdrs()
730 resp.body.deviceType = 0x10; in getFruSdrs()
731 resp.body.deviceTypeModifier = 0x0; in getFruSdrs()
755 resp.body.entityID = entityID; in getFruSdrs()
756 resp.body.entityInstance = entityInstance; in getFruSdrs()
758 resp.body.oem = 0x0; in getFruSdrs()
759 resp.body.deviceIDLen = name.size(); in getFruSdrs()
760 name.copy(resp.body.deviceID, name.size()); in getFruSdrs()
/openbmc/webui-vue/docs/guide/components/toasts/
H A Dindex.md44 The first argument for each method will be the toast body content. It accepts a
62 'This is a toast with multi-lined body content.',
/openbmc/rest-dbus/resources/
H A Dstyle.css1 body { selector
/openbmc/openbmc-build-scripts/config/gitlint/
H A Dblock_comment.py24 for line in commit.message.body:
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c614 struct wcn36xx_hal_mac_start_req_msg msg_body, *body; in wcn36xx_smd_start() local
630 len = body->header.len; in wcn36xx_smd_start()
646 body->header.len = len; in wcn36xx_smd_start()
647 body->params.len = len - sizeof(*body); in wcn36xx_smd_start()
2895 body->header.len = len; in wcn36xx_smd_update_cfg()
2896 body->len = len - sizeof(*body); in wcn36xx_smd_update_cfg()
3273 body->beacon_interval = vif->bss_conf.beacon_int; in wcn36xx_smd_add_beacon_filter()
3274 body->ie_num = ARRAY_SIZE(bcn_filter_ies); in wcn36xx_smd_add_beacon_filter()
3275 body->bss_index = vif_priv->bss_index; in wcn36xx_smd_add_beacon_filter()
3277 payload = ((u8 *)body) + body->header.len; in wcn36xx_smd_add_beacon_filter()
[all …]
/openbmc/linux/Documentation/sphinx-static/
H A Dtheme_rtd_colors.css9 body { selector
H A Dtheme_overrides.css10 body { selector
52 .rst-content table.field-list td.field-body {
/openbmc/openbmc-tools/dbus-pcap/
H A DREADME.md34 …ta='sa{sv}as'), Field(type=<MessageFieldType.SENDER: 7>, data=':1.95')]), body=['xyz.openbmc_proje…
36 …ta='sa{sv}as'), Field(type=<MessageFieldType.SENDER: 7>, data=':1.95')]), body=['xyz.openbmc_proje…
H A Ddbus-pcap375 body = list()
383 body.append(val)
387 return body
394 body = parse_body(header, data)
395 return CookedMessage(header, body)
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dioctl.c507 if (sigstruct->body.attributes & sigstruct->body.attributes_mask & in sgx_encl_init()
511 if (sigstruct->body.miscselect & sigstruct->body.misc_mask & in sgx_encl_init()
515 if (sigstruct->body.xfrm & sigstruct->body.xfrm_mask & in sgx_encl_init()
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_xs.c146 !strcmp(req->body, "ENOENT")))) in xs_request_exit()
224 return req->body; in read_reply()
699 if (count_strings(event->body, event->len) != 2) { in xs_watch_msg()
703 event->path = (const char *)event->body; in xs_watch_msg()
704 event->token = (const char *)strchr(event->body, '\0') + 1; in xs_watch_msg()
/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Ddata_tx.h61 struct wfx_hif_req_tx *req = (struct wfx_hif_req_tx *)hif->body; in wfx_skb_txreq()
/openbmc/openbmc/meta-ibm/recipes-phosphor/interfaces/
H A Dbmcweb_%.bbappend8 -Dhttp-body-limit=400 \
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_tui.py550 self.body = urwid.Pile([('weight', 80, self.history),
552 super().__init__(self.body)
586 body = HistoryWindow(parent)
587 super().__init__(body, footer=footer)
/openbmc/bmcweb/redfish-core/lib/
H A Dupdate_service.hpp683 inline void uploadImageFile(crow::Response& res, std::string_view body) in uploadImageFile() argument
694 out << body; in uploadImageFile()
998 task::Payload&& payload, std::string_view body, in processUpdateRequest() argument
1009 if (write(memfd.fd, body.data(), body.length()) != in processUpdateRequest()
1010 static_cast<ssize_t>(body.length())) in processUpdateRequest()
1099 asyncResp, std::move(payload), req.body(), in doHTTPUpdate()
1109 uploadImageFile(asyncResp->res, req.body()); in doHTTPUpdate()
/openbmc/linux/drivers/media/rc/
H A Drc-core-priv.h88 u32 body; member
133 u32 body; member
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c1172 SVGADCCmdPreempt body; in vmw_cmdbuf_preempt() member
1176 cmd.body.context = SVGA_CB_CONTEXT_0 + context; in vmw_cmdbuf_preempt()
1177 cmd.body.ignoreIDZero = 0; in vmw_cmdbuf_preempt()
1198 SVGADCCmdStartStop body; in vmw_cmdbuf_startstop() member
1202 cmd.body.enable = (enable) ? 1 : 0; in vmw_cmdbuf_startstop()
1203 cmd.body.context = SVGA_CB_CONTEXT_0 + context; in vmw_cmdbuf_startstop()
/openbmc/phosphor-webui/app/access-control/styles/
H A Duser-accounts.scss13 .modal-body {

12345678910>>...21