Home
last modified time | relevance | path

Searched refs:body (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.hpp421 namespace body namespace
427 body->entity_instance &= 1 << 7; in set_entity_instance_number()
436 body->entity_instance |= 1 << 7; in set_entity_logical_container()
530 body->sensor_units_1 |= 1 << 0; in set_percentage()
555 body->m_lsb = m & 0xff; in set_m()
567 body->b_lsb = b & 0xff; in set_b()
593 body->r_b_exponents &= 0xf0; in set_b_exp()
598 body->r_b_exponents &= 0x0f; in set_r_exp()
664 SensorDataFullRecordBody body; member
686 SensorDataEventRecordBody body; member
[all …]
/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dhif_tx.c43 return (*hif)->body; in wfx_alloc_hif()
161 struct wfx_hif_req_reset *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_reset() local
177 struct wfx_hif_req_read_mib *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_read_mib() local
289 struct wfx_hif_req_join *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_join() local
303 memcpy(body->bssid, conf->bssid, sizeof(body->bssid)); in wfx_hif_join()
335 struct wfx_hif_req_add_key *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_add_key() local
340 memcpy(body, arg, sizeof(*body)); in wfx_hif_add_key()
373 if (!body) in wfx_hif_set_edca_queue_params()
401 if (!body) in wfx_hif_set_pm()
426 struct wfx_hif_req_start *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_start() local
[all …]
H A Dhif_rx.c55 const struct wfx_hif_cnf_tx *body = buf; in wfx_hif_tx_confirm() local
57 wfx_tx_confirm_cb(wdev, body); in wfx_hif_tx_confirm()
78 if (body->status || body->firmware_type > 4) { in wfx_hif_startup_indication()
108 wfx_rx_cb(wvif, body, skb); in wfx_hif_receive_indication()
197 if (body->bc_mc_only) { in wfx_hif_suspend_resume_indication()
203 if (body->resume) in wfx_hif_suspend_resume_indication()
210 if (body->resume) in wfx_hif_suspend_resume_indication()
223 int type = le32_to_cpu(body->type); in wfx_hif_generic_indication()
300 int type = le32_to_cpu(body->type); in wfx_hif_error_indication()
301 int param = (s8)body->data[0]; in wfx_hif_error_indication()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A Duprobe_multi.c15 #define F(body, name, idx) body(name, idx) argument
18 F(body, PASTE(name, idx), 0) F(body, PASTE(name, idx), 1) F(body, PASTE(name, idx), 2) \
19 F(body, PASTE(name, idx), 3) F(body, PASTE(name, idx), 4) F(body, PASTE(name, idx), 5) \
20 F(body, PASTE(name, idx), 6) F(body, PASTE(name, idx), 7) F(body, PASTE(name, idx), 8) \
24 F10(body, PASTE(name, idx), 0) F10(body, PASTE(name, idx), 1) F10(body, PASTE(name, idx), 2) \
25 F10(body, PASTE(name, idx), 3) F10(body, PASTE(name, idx), 4) F10(body, PASTE(name, idx), 5) \
26 F10(body, PASTE(name, idx), 6) F10(body, PASTE(name, idx), 7) F10(body, PASTE(name, idx), 8) \
30 F100(body, PASTE(name, idx), 0) F100(body, PASTE(name, idx), 1) F100(body, PASTE(name, idx), 2) \
31 F100(body, PASTE(name, idx), 3) F100(body, PASTE(name, idx), 4) F100(body, PASTE(name, idx), 5) \
32 F100(body, PASTE(name, idx), 6) F100(body, PASTE(name, idx), 7) F100(body, PASTE(name, idx), 8) \
[all …]
/openbmc/linux/drivers/media/usb/as102/
H A Das10x_cmd.c28 sizeof(pcmd->body.turn_on.req)); in as10x_cmd_turn_on()
36 sizeof(pcmd->body.turn_on.req) + in as10x_cmd_turn_on()
39 sizeof(prsp->body.turn_on.rsp) + in as10x_cmd_turn_on()
69 sizeof(pcmd->body.turn_off.req)); in as10x_cmd_turn_off()
111 sizeof(preq->body.set_tune.req)); in as10x_cmd_set_tune()
131 sizeof(preq->body.set_tune.req) in as10x_cmd_set_tune()
134 sizeof(prsp->body.set_tune.rsp) in as10x_cmd_set_tune()
169 preq->body.get_tune_status.req.proc_id = in as10x_cmd_get_tune_status()
218 sizeof(pcmd->body.get_tps.req)); in as10x_cmd_get_tps()
221 pcmd->body.get_tune_status.req.proc_id = in as10x_cmd_get_tps()
[all …]
H A Das10x_cmd_stream.c29 sizeof(pcmd->body.add_pid_filter.req)); in as10x_cmd_add_PID_filter()
32 pcmd->body.add_pid_filter.req.proc_id = in as10x_cmd_add_PID_filter()
40 pcmd->body.add_pid_filter.req.idx = 0xFF; in as10x_cmd_add_PID_filter()
45 sizeof(pcmd->body.add_pid_filter.req) in as10x_cmd_add_PID_filter()
47 sizeof(prsp->body.add_pid_filter.rsp) in as10x_cmd_add_PID_filter()
86 sizeof(pcmd->body.del_pid_filter.req)); in as10x_cmd_del_PID_filter()
89 pcmd->body.del_pid_filter.req.proc_id = in as10x_cmd_del_PID_filter()
96 sizeof(pcmd->body.del_pid_filter.req) in as10x_cmd_del_PID_filter()
98 sizeof(prsp->body.del_pid_filter.rsp) in as10x_cmd_del_PID_filter()
133 pcmd->body.start_streaming.req.proc_id = in as10x_cmd_start_streaming()
[all …]
H A Das10x_cmd_cfg.c34 sizeof(pcmd->body.context.req)); in as10x_cmd_get_context()
45 sizeof(pcmd->body.context.req) in as10x_cmd_get_context()
48 sizeof(prsp->body.context.rsp) in as10x_cmd_get_context()
90 sizeof(pcmd->body.context.req)); in as10x_cmd_set_context()
103 sizeof(pcmd->body.context.req) in as10x_cmd_set_context()
106 sizeof(prsp->body.context.rsp) in as10x_cmd_set_context()
144 sizeof(pcmd->body.cfg_change_mode.req)); in as10x_cmd_eLNA_change_mode()
147 pcmd->body.cfg_change_mode.req.proc_id = in as10x_cmd_eLNA_change_mode()
154 sizeof(pcmd->body.cfg_change_mode.req) in as10x_cmd_eLNA_change_mode()
156 sizeof(prsp->body.cfg_change_mode.rsp) in as10x_cmd_eLNA_change_mode()
[all …]
/openbmc/bmcweb/test/include/
H A Dmultipart_test.cpp33 std::string_view body = in TEST_F() local
74 std::string_view body = in TEST_F() local
93 std::string_view body = in TEST_F() local
111 std::string_view body = in TEST_F() local
131 std::string_view body = in TEST_F() local
150 std::string_view body = in TEST_F() local
170 std::string_view body = in TEST_F() local
190 std::string_view body = in TEST_F() local
209 std::string_view body = in TEST_F() local
228 std::string_view body = in TEST_F() local
[all …]
/openbmc/webui-vue/src/components/Mixins/
H A DBVToastMixin.js46 $_BVToastMixin_initToast(body, title, variant) { argument
47 this.$root.$bvToast.toast(body, {
64 const body = this.$_BVToastMixin_createBody(message);
67 if (timestamp) body.push(this.$_BVToastMixin_createTimestamp());
68 this.$_BVToastMixin_initToast(body, title, 'success');
78 const body = this.$_BVToastMixin_createBody(message);
82 this.$_BVToastMixin_initToast(body, title, 'danger');
92 const body = this.$_BVToastMixin_createBody(message);
96 this.$_BVToastMixin_initToast(body, title, 'warning');
106 const body = this.$_BVToastMixin_createBody(message);
[all …]
/openbmc/u-boot/arch/arm/mach-bcm283x/
H A Dmsg.c52 msg_pwr->set_power_state.body.req.state = in bcm2835_power_on_module()
86 return msg_clk->get_clock_rate.body.resp.rate_hz; in bcm2835_get_mmc_clock()
120 msg_setup->virtual_w_h.body.req.width = *widthp; in bcm2835_set_video_params()
123 msg_setup->depth.body.req.bpp = 32; in bcm2835_set_video_params()
129 msg_setup->virtual_offset.body.req.x = 0; in bcm2835_set_video_params()
130 msg_setup->virtual_offset.body.req.y = 0; in bcm2835_set_video_params()
132 msg_setup->overscan.body.req.top = 0; in bcm2835_set_video_params()
133 msg_setup->overscan.body.req.bottom = 0; in bcm2835_set_video_params()
134 msg_setup->overscan.body.req.left = 0; in bcm2835_set_video_params()
135 msg_setup->overscan.body.req.right = 0; in bcm2835_set_video_params()
[all …]
/openbmc/linux/drivers/hv/
H A Dhv_kvp.c228 data = &message->body.kvp_enum_data; in kvp_on_msg()
313 in->body.kvp_ip_val.dhcp_enabled; in process_ob_ipinfo()
315 in->body.kvp_ip_val.addr_family; in process_ob_ipinfo()
429 message->body.kvp_set.data.value, in kvp_send_key()
465 message->body.kvp_set.data.key, in kvp_send_key()
476 message->body.kvp_get.data.key, in kvp_send_key()
481 message->body.kvp_delete.key_size = in kvp_send_key()
484 in_msg->body.kvp_delete.key_size, in kvp_send_key()
486 message->body.kvp_delete.key, in kvp_send_key()
491 message->body.kvp_enum_data.index = in kvp_send_key()
[all …]
/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/
H A Dmbox.h135 } body; member
149 } body; member
160 } body; member
174 } body; member
203 } body; member
222 } body; member
248 } body; member
263 } body; member
275 } body; member
290 } body; member
[all …]
/openbmc/linux/scripts/
H A Drustdoc_test_builder.rs22 let mut body = String::new(); in main() localVariable
23 stdin.read_to_string(&mut body).unwrap(); in main()
35 let rustdoc_function_name = body in main()
51 let body = body.replace( in main() localVariable
61 let body = body.replace( in main() localVariable
71 std::fs::write(path, body.as_bytes()).unwrap(); in main()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c167 SVGA3dCmdSurfaceDMA body; member
177 SVGA3dCmdDefineSurface body; member
243 cmd->body.sid = id; in vmw_surface_destroy_encode()
310 SVGA3dCmdSurfaceDMA *body = &cmd->body; in vmw_surface_dma_encode() local
319 body->guest.ptr = *ptr; in vmw_surface_dma_encode()
1195 cmd1->body.sid = res->id; in vmw_gb_surface_bind()
1262 cmd3->body.sid = res->id; in vmw_gb_surface_unbind()
1306 cmd->body.sid = res->id; in vmw_gb_surface_destroy()
1880 cmd1->body.box = *box; in vmw_surface_dirty_sync()
1889 cmd2->body.box = *box; in vmw_surface_dirty_sync()
[all …]
H A Dvmwgfx_scrn.c83 SVGAFifoCmdDefineGMRFB body; member
175 SVGAFifoCmdDestroyScreen body; in vmw_sou_fifo_destroy() member
493 gmr->body.format.reserved = 0; in vmw_sou_bo_define_gmrfb()
508 blit->body.srcOrigin.x = fb_x; in vmw_sou_bo_populate_clip()
509 blit->body.srcOrigin.y = fb_y; in vmw_sou_bo_populate_clip()
602 blit->body.srcRect.left = 0; in vmw_sou_surface_pre_clip()
603 blit->body.srcRect.top = 0; in vmw_sou_surface_pre_clip()
604 blit->body.srcRect.right = 0; in vmw_sou_surface_pre_clip()
607 blit->body.destRect.left = 0; in vmw_sou_surface_pre_clip()
608 blit->body.destRect.top = 0; in vmw_sou_surface_pre_clip()
[all …]
H A Dvmwgfx_binding.c578 SVGA3dCmdSetShader body; in vmw_binding_scrub_shader() member
587 cmd->body.cid = bi->ctx->id; in vmw_binding_scrub_shader()
619 cmd->body.cid = bi->ctx->id; in vmw_binding_scrub_render_target()
622 cmd->body.target.face = 0; in vmw_binding_scrub_render_target()
623 cmd->body.target.mipmap = 0; in vmw_binding_scrub_render_target()
649 } body; in vmw_binding_scrub_texture() member
680 SVGA3dCmdDXSetShader body; in vmw_binding_scrub_dx_shader() member
726 cmd->body.sizeInBytes = 0; in vmw_binding_scrub_cb()
1089 SVGA3dCmdDXSetUAViews body; in vmw_emit_set_uav() member
1298 cmd->body.format = 0; in vmw_binding_scrub_ib()
[all …]
H A Dvmwgfx_context.c174 cmd->body.cid = res->id; in vmw_hw_context_destroy()
278 cmd->body.cid = res->id; in vmw_context_init()
329 cmd->body.cid = res->id; in vmw_gb_context_create()
359 cmd->body.cid = res->id; in vmw_gb_context_bind()
408 cmd1->body.cid = res->id; in vmw_gb_context_unbind()
413 cmd2->body.cid = res->id; in vmw_gb_context_unbind()
451 cmd->body.cid = res->id; in vmw_gb_context_destroy()
496 cmd->body.cid = res->id; in vmw_dx_context_create()
526 cmd->body.cid = res->id; in vmw_dx_context_bind()
629 cmd2->body.cid = res->id; in vmw_dx_context_unbind()
[all …]
H A Dvmwgfx_execbuf.c1352 gb_cmd.body.cid = cmd->body.cid; in vmw_cmd_begin_query()
1353 gb_cmd.body.type = cmd->body.type; in vmw_cmd_begin_query()
1417 gb_cmd.body.cid = cmd->body.cid; in vmw_cmd_end_query()
1418 gb_cmd.body.type = cmd->body.type; in vmw_cmd_end_query()
1419 gb_cmd.body.mobid = cmd->body.guestResult.gmrId; in vmw_cmd_end_query()
1491 gb_cmd.body.cid = cmd->body.cid; in vmw_cmd_wait_query()
1492 gb_cmd.body.type = cmd->body.type; in vmw_cmd_wait_query()
1493 gb_cmd.body.mobid = cmd->body.guestResult.gmrId; in vmw_cmd_wait_query()
1930 cmd->body.shid, cmd + 1, cmd->body.type, in vmw_cmd_shader_define()
2019 cmd->body.shid, cmd->body.type); in vmw_cmd_set_shader()
[all …]
H A Dvmwgfx_mob.c122 SVGA3dCmdSetOTableBase64 body; in vmw_setup_otable_base() member
162 cmd->body.type = type; in vmw_setup_otable_base()
165 cmd->body.validSizeInBytes = 0; in vmw_setup_otable_base()
200 SVGA3dCmdSetOTableBase body; in vmw_takedown_otable_base() member
215 cmd->body.type = type; in vmw_takedown_otable_base()
216 cmd->body.baseAddress = 0; in vmw_takedown_otable_base()
217 cmd->body.sizeInBytes = 0; in vmw_takedown_otable_base()
556 SVGA3dCmdDestroyGBMob body; in vmw_mob_unbind() member
573 cmd->body.mobid = mob->id; in vmw_mob_unbind()
610 SVGA3dCmdDefineGBMob64 body; in vmw_mob_bind() member
[all …]
H A Dvmwgfx_cotable.c188 SVGA3dCmdDXSetCOTable body; in vmw_cotable_unscrub() member
202 cmd->body.cid = vcotbl->ctx->id; in vmw_cotable_unscrub()
203 cmd->body.type = vcotbl->type; in vmw_cotable_unscrub()
264 SVGA3dCmdDXReadbackCOTable body; in vmw_cotable_scrub() member
268 SVGA3dCmdDXSetCOTable body; in vmw_cotable_scrub() member
292 cmd0->body.type = vcotbl->type; in vmw_cotable_scrub()
298 cmd1->body.cid = vcotbl->ctx->id; in vmw_cotable_scrub()
299 cmd1->body.type = vcotbl->type; in vmw_cotable_scrub()
301 cmd1->body.validSizeInBytes = 0; in vmw_cotable_scrub()
363 SVGA3dCmdDXReadbackCOTable body; in vmw_cotable_readback() member
[all …]
H A Dvmwgfx_shader.c231 cmd->body.shid = res->id; in vmw_gb_shader_create()
251 SVGA3dCmdBindGBShader body; in vmw_gb_shader_bind() member
263 cmd->body.shid = res->id; in vmw_gb_shader_bind()
279 SVGA3dCmdBindGBShader body; in vmw_gb_shader_unbind() member
291 cmd->body.shid = res->id; in vmw_gb_shader_unbind()
293 cmd->body.offsetInBytes = 0; in vmw_gb_shader_unbind()
333 cmd->body.shid = res->id; in vmw_gb_shader_destroy()
389 SVGA3dCmdDXBindShader body; in vmw_dx_shader_unscrub() member
402 cmd->body.shid = shader->id; in vmw_dx_shader_unscrub()
475 SVGA3dCmdDXBindShader body; in vmw_dx_shader_scrub() member
[all …]
/openbmc/linux/fs/reiserfs/
H A Ddo_balan.c353 const char * const body) in balance_leaf_paste_left_shift_dirent() argument
382 body, tb->zeroes_num); in balance_leaf_paste_left_shift_dirent()
534 const char * const body) in balance_leaf_paste_left_whole() argument
668 r_body = body; in balance_leaf_insert_right()
820 r_body = body; in balance_leaf_paste_right_shift()
974 r_body = body; in balance_leaf_new_nodes_insert()
1011 const char * const body, in balance_leaf_new_nodes_paste_dirent() argument
1066 const char * const body, in balance_leaf_new_nodes_paste_shift() argument
1116 r_body = body; in balance_leaf_new_nodes_paste_shift()
1409 body += balance_leaf_left(tb, ih, body, flag); in balance_leaf()
[all …]
/openbmc/linux/scripts/gcc-plugins/
H A Dstackleak_plugin.c284 rtx body; in remove_stack_tracking_gcall() local
297 body = PATTERN(insn); in remove_stack_tracking_gcall()
299 if (GET_CODE(body) == PARALLEL) in remove_stack_tracking_gcall()
300 body = XVECEXP(body, 0, 0); in remove_stack_tracking_gcall()
302 if (GET_CODE(body) != CALL) in remove_stack_tracking_gcall()
310 body = XEXP(body, 0); in remove_stack_tracking_gcall()
311 if (GET_CODE(body) != MEM) in remove_stack_tracking_gcall()
314 body = XEXP(body, 0); in remove_stack_tracking_gcall()
354 rtx body; in remove_stack_tracking_gasm() local
367 body = PATTERN(insn); in remove_stack_tracking_gasm()
[all …]
/openbmc/openbmc-build-scripts/config/
H A D.gitlint9 # Ignore body-max-line-length and body-hard-tab and rely on the custom
11 ignore=body-max-line-length,body-hard-tab
70 #[body-min-length]
73 [body-is-missing]
84 # [body-match-regex]
101 # ignore=T1,body-min-length
103 # [ignore-by-body]
110 # ignore=T1,body-min-length
112 #[ignore-body-lines]
114 #ignore=body-max-line-length
[all …]
/openbmc/linux/drivers/staging/ks7010/
H A Dks_hostif.c112 memcpy(ap->ssid.body, priv->reg.ssid.body, in get_current_ap()
115 memcpy(ap->rate_set.body, ap_info->rate_set.body, in get_current_ap()
135 memcpy(ap->rsn_ie.body, ap_info->rsn.body, size); in get_current_ap()
140 memcpy(ap->wpa_ie.body, ap_info->rsn.body, size); in get_current_ap()
172 ap->rate_set.body[0], ap->rate_set.body[1], in get_current_ap()
173 ap->rate_set.body[2], ap->rate_set.body[3], in get_current_ap()
174 ap->rate_set.body[4], ap->rate_set.body[5], in get_current_ap()
175 ap->rate_set.body[6], ap->rate_set.body[7], in get_current_ap()
268 bp = ap_info->body; in get_ap_information()
276 ap->ssid.body); in get_ap_information()
[all …]

12345678910>>...20