Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/as102/
Das10x_cmd.c37 sizeof(pcmd->body.turn_on.req)); in as10x_cmd_turn_on()
40 pcmd->body.turn_on.req.proc_id = cpu_to_le16(CONTROL_PROC_TURNON); in as10x_cmd_turn_on()
45 sizeof(pcmd->body.turn_on.req) + in as10x_cmd_turn_on()
48 sizeof(prsp->body.turn_on.rsp) + in as10x_cmd_turn_on()
78 sizeof(pcmd->body.turn_off.req)); in as10x_cmd_turn_off()
81 pcmd->body.turn_off.req.proc_id = cpu_to_le16(CONTROL_PROC_TURNOFF); in as10x_cmd_turn_off()
87 sizeof(pcmd->body.turn_off.req) + HEADER_SIZE, in as10x_cmd_turn_off()
89 sizeof(prsp->body.turn_off.rsp) + HEADER_SIZE); in as10x_cmd_turn_off()
120 sizeof(preq->body.set_tune.req)); in as10x_cmd_set_tune()
123 preq->body.set_tune.req.proc_id = cpu_to_le16(CONTROL_PROC_SETTUNE); in as10x_cmd_set_tune()
[all …]
Das10x_cmd_stream.c38 sizeof(pcmd->body.add_pid_filter.req)); in as10x_cmd_add_PID_filter()
41 pcmd->body.add_pid_filter.req.proc_id = in as10x_cmd_add_PID_filter()
43 pcmd->body.add_pid_filter.req.pid = cpu_to_le16(filter->pid); in as10x_cmd_add_PID_filter()
44 pcmd->body.add_pid_filter.req.stream_type = filter->type; in as10x_cmd_add_PID_filter()
47 pcmd->body.add_pid_filter.req.idx = filter->idx; in as10x_cmd_add_PID_filter()
49 pcmd->body.add_pid_filter.req.idx = 0xFF; in as10x_cmd_add_PID_filter()
54 sizeof(pcmd->body.add_pid_filter.req) in as10x_cmd_add_PID_filter()
56 sizeof(prsp->body.add_pid_filter.rsp) in as10x_cmd_add_PID_filter()
70 filter->idx = prsp->body.add_pid_filter.rsp.filter_id; in as10x_cmd_add_PID_filter()
95 sizeof(pcmd->body.del_pid_filter.req)); in as10x_cmd_del_PID_filter()
[all …]
Das10x_cmd_cfg.c43 sizeof(pcmd->body.context.req)); in as10x_cmd_get_context()
46 pcmd->body.context.req.proc_id = cpu_to_le16(CONTROL_PROC_CONTEXT); in as10x_cmd_get_context()
47 pcmd->body.context.req.tag = cpu_to_le16(tag); in as10x_cmd_get_context()
48 pcmd->body.context.req.type = cpu_to_le16(GET_CONTEXT_DATA); in as10x_cmd_get_context()
54 sizeof(pcmd->body.context.req) in as10x_cmd_get_context()
57 sizeof(prsp->body.context.rsp) in as10x_cmd_get_context()
72 *pvalue = le32_to_cpu((__force __le32)prsp->body.context.rsp.reg_val.u.value32); in as10x_cmd_get_context()
99 sizeof(pcmd->body.context.req)); in as10x_cmd_set_context()
102 pcmd->body.context.req.proc_id = cpu_to_le16(CONTROL_PROC_CONTEXT); in as10x_cmd_set_context()
104 pcmd->body.context.req.reg_val.u.value32 = (__force u32)cpu_to_le32(value); in as10x_cmd_set_context()
[all …]
Das10x_cmd.h466 } __packed body; member
/linux-4.1.27/drivers/staging/ozwpan/
Dozusbsvc1.c62 struct oz_get_desc_req *body; in oz_usb_get_desc_req() local
78 body = (struct oz_get_desc_req *)(elt+1); in oz_usb_get_desc_req()
79 body->type = OZ_GET_DESC_REQ; in oz_usb_get_desc_req()
80 body->req_id = req_id; in oz_usb_get_desc_req()
81 put_unaligned(cpu_to_le16(offset), &body->offset); in oz_usb_get_desc_req()
82 put_unaligned(cpu_to_le16(len), &body->size); in oz_usb_get_desc_req()
83 body->req_type = req_type; in oz_usb_get_desc_req()
84 body->desc_type = desc_type; in oz_usb_get_desc_req()
85 body->w_index = windex; in oz_usb_get_desc_req()
86 body->index = index; in oz_usb_get_desc_req()
[all …]
Dozproto.c81 struct oz_elt_connect_rsp *body; in oz_send_conn_rsp() local
92 body = (struct oz_elt_connect_rsp *)(elt+1); in oz_send_conn_rsp()
106 memset(body, 0, sizeof(struct oz_elt_connect_rsp)); in oz_send_conn_rsp()
107 body->status = status; in oz_send_conn_rsp()
109 body->mode = pd->mode; in oz_send_conn_rsp()
110 body->session_id = pd->session_id; in oz_send_conn_rsp()
111 put_unaligned(cpu_to_le16(pd->total_apps), &body->apps); in oz_send_conn_rsp()
167 struct oz_elt_connect_req *body = in oz_connect_req() local
207 oz_dbg(ON, "Host vendor: %d\n", body->host_vendor); in oz_connect_req()
209 pd->mode = body->mode; in oz_connect_req()
[all …]
Dozeltbuf.c171 struct oz_isoc_fixed *body = (struct oz_isoc_fixed *) in oz_queue_elt_info() local
173 if ((body->app_id == OZ_APPID_USB) && (body->type in oz_queue_elt_info()
175 (body->format == OZ_DATA_F_ISOC_FIXED)) { in oz_queue_elt_info()
176 u8 unit_count = body->frame_number; in oz_queue_elt_info()
178 body->frame_number = st->frame_number; in oz_queue_elt_info()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c84 struct llogd_body *body; in llog_client_open() local
114 body = req_capsule_client_get(&req->rq_pill, &RMF_LLOGD_BODY); in llog_client_open()
116 body->lgd_logid = *logid; in llog_client_open()
117 body->lgd_ctxt_idx = ctxt->loc_idx - 1; in llog_client_open()
131 body = req_capsule_server_get(&req->rq_pill, &RMF_LLOGD_BODY); in llog_client_open()
132 if (body == NULL) { in llog_client_open()
137 lgh->lgh_id = body->lgd_logid; in llog_client_open()
150 struct llogd_body *body; in llog_client_destroy() local
162 body = req_capsule_client_get(&req->rq_pill, &RMF_LLOGD_BODY); in llog_client_destroy()
163 body->lgd_logid = loghandle->lgh_id; in llog_client_destroy()
[all …]
Dpack_generic.c1910 void lustre_swab_mgs_config_body(struct mgs_config_body *body) in lustre_swab_mgs_config_body() argument
1912 __swab64s(&body->mcb_offset); in lustre_swab_mgs_config_body()
1913 __swab32s(&body->mcb_units); in lustre_swab_mgs_config_body()
1914 __swab16s(&body->mcb_type); in lustre_swab_mgs_config_body()
1918 void lustre_swab_mgs_config_res(struct mgs_config_res *body) in lustre_swab_mgs_config_res() argument
1920 __swab64s(&body->mcr_offset); in lustre_swab_mgs_config_res()
1921 __swab64s(&body->mcr_size); in lustre_swab_mgs_config_res()
/linux-4.1.27/drivers/hv/
Dhv_kvp.c109 version = kvp_msg->body.kvp_register.version; in kvp_register()
204 data = &message->body.kvp_enum_data; in kvp_cn_callback()
244 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.ip_addr, in process_ob_ipinfo()
245 strlen((char *)in->body.kvp_ip_val.ip_addr), in process_ob_ipinfo()
252 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.sub_net, in process_ob_ipinfo()
253 strlen((char *)in->body.kvp_ip_val.sub_net), in process_ob_ipinfo()
260 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.gate_way, in process_ob_ipinfo()
261 strlen((char *)in->body.kvp_ip_val.gate_way), in process_ob_ipinfo()
268 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.dns_addr, in process_ob_ipinfo()
269 strlen((char *)in->body.kvp_ip_val.dns_addr), in process_ob_ipinfo()
[all …]
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_context.c112 SVGA3dCmdDestroyContext body; in vmw_hw_context_destroy() member
139 cmd->header.size = cpu_to_le32(sizeof(cmd->body)); in vmw_hw_context_destroy()
140 cmd->body.cid = cpu_to_le32(res->id); in vmw_hw_context_destroy()
191 SVGA3dCmdDefineContext body; in vmw_context_init() member
219 cmd->header.size = cpu_to_le32(sizeof(cmd->body)); in vmw_context_init()
220 cmd->body.cid = cpu_to_le32(res->id); in vmw_context_init()
255 SVGA3dCmdDefineGBContext body; in vmw_gb_context_create() member
281 cmd->header.size = sizeof(cmd->body); in vmw_gb_context_create()
282 cmd->body.cid = res->id; in vmw_gb_context_create()
300 SVGA3dCmdBindGBContext body; in vmw_gb_context_bind() member
[all …]
Dvmwgfx_surface.c123 SVGA3dCmdSurfaceDMA body; member
133 SVGA3dCmdDefineSurface body; member
141 SVGA3dCmdDestroySurface body; member
198 cmd->header.size = sizeof(cmd->body); in vmw_surface_destroy_encode()
199 cmd->body.sid = id; in vmw_surface_destroy_encode()
218 cmd_len = sizeof(cmd->body) + srf->num_sizes * sizeof(SVGA3dSize); in vmw_surface_define_encode()
222 cmd->body.sid = srf->res.id; in vmw_surface_define_encode()
223 cmd->body.surfaceFlags = srf->flags; in vmw_surface_define_encode()
224 cmd->body.format = cpu_to_le32(srf->format); in vmw_surface_define_encode()
226 cmd->body.face[i].numMipLevels = srf->mip_levels[i]; in vmw_surface_define_encode()
[all …]
Dvmwgfx_mob.c100 SVGA3dCmdSetOTableBase64 body; in vmw_setup_otable_base() member
143 cmd->header.size = sizeof(cmd->body); in vmw_setup_otable_base()
144 cmd->body.type = type; in vmw_setup_otable_base()
145 cmd->body.baseAddress = cpu_to_le64(mob->pt_root_page >> PAGE_SHIFT); in vmw_setup_otable_base()
146 cmd->body.sizeInBytes = otable->size; in vmw_setup_otable_base()
147 cmd->body.validSizeInBytes = 0; in vmw_setup_otable_base()
148 cmd->body.ptDepth = mob->pt_level; in vmw_setup_otable_base()
182 SVGA3dCmdSetOTableBase body; in vmw_takedown_otable_base() member
197 cmd->header.size = sizeof(cmd->body); in vmw_takedown_otable_base()
198 cmd->body.type = type; in vmw_takedown_otable_base()
[all …]
Dvmwgfx_shader.c137 SVGA3dCmdDefineGBShader body; in vmw_gb_shader_create() member
163 cmd->header.size = sizeof(cmd->body); in vmw_gb_shader_create()
164 cmd->body.shid = res->id; in vmw_gb_shader_create()
165 cmd->body.type = shader->type; in vmw_gb_shader_create()
166 cmd->body.sizeInBytes = shader->size; in vmw_gb_shader_create()
184 SVGA3dCmdBindGBShader body; in vmw_gb_shader_bind() member
198 cmd->header.size = sizeof(cmd->body); in vmw_gb_shader_bind()
199 cmd->body.shid = res->id; in vmw_gb_shader_bind()
200 cmd->body.mobid = bo->mem.start; in vmw_gb_shader_bind()
201 cmd->body.offsetInBytes = res->backup_offset; in vmw_gb_shader_bind()
[all …]
Dvmwgfx_execbuf.c633 SVGA3dCmdSetRenderTarget body; in vmw_cmd_set_render_target_check() member
642 user_context_converter, &cmd->body.cid, in vmw_cmd_set_render_target_check()
649 &cmd->body.target.sid, &res_node); in vmw_cmd_set_render_target_check()
659 bi.i1.rt_type = cmd->body.type; in vmw_cmd_set_render_target_check()
672 SVGA3dCmdSurfaceCopy body; in vmw_cmd_surface_copy_check() member
679 &cmd->body.src.sid, NULL); in vmw_cmd_surface_copy_check()
684 &cmd->body.dest.sid, NULL); in vmw_cmd_surface_copy_check()
693 SVGA3dCmdSurfaceStretchBlt body; in vmw_cmd_stretch_blt_check() member
700 &cmd->body.src.sid, NULL); in vmw_cmd_stretch_blt_check()
705 &cmd->body.dest.sid, NULL); in vmw_cmd_stretch_blt_check()
[all …]
Dvmwgfx_kms.c464 SVGA3dCmdBlitSurfaceToScreen body; in do_surface_dirty_sou() member
514 cmd->body.srcRect.left = left; in do_surface_dirty_sou()
515 cmd->body.srcRect.right = right; in do_surface_dirty_sou()
516 cmd->body.srcRect.top = top; in do_surface_dirty_sou()
517 cmd->body.srcRect.bottom = bottom; in do_surface_dirty_sou()
548 cmd->body.destRect.left = clip.x1; in do_surface_dirty_sou()
549 cmd->body.destRect.right = clip.x2; in do_surface_dirty_sou()
550 cmd->body.destRect.top = clip.y1; in do_surface_dirty_sou()
551 cmd->body.destRect.bottom = clip.y2; in do_surface_dirty_sou()
560 cmd->body.srcImage.sid = cpu_to_le32(framebuffer->user_handle); in do_surface_dirty_sou()
[all …]
Dvmwgfx_fifo.c551 SVGA3dCmdWaitForQuery body; in vmw_fifo_emit_dummy_legacy_query() member
562 cmd->header.size = sizeof(cmd->body); in vmw_fifo_emit_dummy_legacy_query()
563 cmd->body.cid = cid; in vmw_fifo_emit_dummy_legacy_query()
564 cmd->body.type = SVGA3D_QUERYTYPE_OCCLUSION; in vmw_fifo_emit_dummy_legacy_query()
567 cmd->body.guestResult.gmrId = SVGA_GMR_FRAMEBUFFER; in vmw_fifo_emit_dummy_legacy_query()
568 cmd->body.guestResult.offset = bo->offset; in vmw_fifo_emit_dummy_legacy_query()
570 cmd->body.guestResult.gmrId = bo->mem.start; in vmw_fifo_emit_dummy_legacy_query()
571 cmd->body.guestResult.offset = 0; in vmw_fifo_emit_dummy_legacy_query()
600 SVGA3dCmdWaitForGBQuery body; in vmw_fifo_emit_dummy_gb_query() member
611 cmd->header.size = sizeof(cmd->body); in vmw_fifo_emit_dummy_gb_query()
[all …]
Dvmwgfx_overlay.c66 SVGAFifoCmdEscape body; member
78 header->body.nsid = SVGA_ESCAPE_NSID_VMWARE; in fill_escape()
79 header->body.size = size; in fill_escape()
191 SVGAEscapeVideoSetRegs body; in vmw_overlay_send_stop() member
209 fill_escape(&cmds->escape, sizeof(cmds->body)); in vmw_overlay_send_stop()
210 cmds->body.header.cmdType = SVGA_ESCAPE_VMWARE_VIDEO_SET_REGS; in vmw_overlay_send_stop()
211 cmds->body.header.streamId = stream_id; in vmw_overlay_send_stop()
212 cmds->body.items[0].registerId = SVGA_VIDEO_ENABLED; in vmw_overlay_send_stop()
213 cmds->body.items[0].value = false; in vmw_overlay_send_stop()
Dvmwgfx_fb.c220 SVGAFifoCmdUpdate body; in vmw_fb_dirty_flush() member
255 cmd->body.x = cpu_to_le32(x); in vmw_fb_dirty_flush()
256 cmd->body.y = cpu_to_le32(y); in vmw_fb_dirty_flush()
257 cmd->body.width = cpu_to_le32(w); in vmw_fb_dirty_flush()
258 cmd->body.height = cpu_to_le32(h); in vmw_fb_dirty_flush()
Dvmwgfx_scrn.c168 SVGAFifoCmdDestroyScreen body; in vmw_sou_fifo_destroy() member
185 cmd->body.screenId = sou->base.unit; in vmw_sou_fifo_destroy()
/linux-4.1.27/fs/reiserfs/
Ddo_balan.c291 const char * const body) in balance_leaf_insert_left() argument
317 leaf_insert_into_buf(&bi, n + tb->item_pos - ret, ih, body, in balance_leaf_insert_left()
349 leaf_insert_into_buf(&bi, n + tb->item_pos - ret, ih, body, in balance_leaf_insert_left()
359 const char * const body) in balance_leaf_paste_left_shift_dirent() argument
388 body, tb->zeroes_num); in balance_leaf_paste_left_shift_dirent()
403 (struct reiserfs_de_head *) body, in balance_leaf_paste_left_shift_dirent()
404 body + DEH_SIZE, tb->insert_size[0]); in balance_leaf_paste_left_shift_dirent()
421 const char * const body) in balance_leaf_paste_left_shift() argument
429 balance_leaf_paste_left_shift_dirent(tb, ih, body); in balance_leaf_paste_left_shift()
472 ih_item_len(tbL0_ih), l_n, body, in balance_leaf_paste_left_shift()
[all …]
Ddir.c281 void make_empty_dir_item_v1(char *body, __le32 dirid, __le32 objid, in make_empty_dir_item_v1() argument
286 memset(body, 0, EMPTY_DIR_SIZE_V1); in make_empty_dir_item_v1()
287 dot = (struct reiserfs_de_head *)body; in make_empty_dir_item_v1()
310 memcpy(body + deh_location(dot), ".", 1); in make_empty_dir_item_v1()
311 memcpy(body + deh_location(dotdot), "..", 2); in make_empty_dir_item_v1()
315 void make_empty_dir_item(char *body, __le32 dirid, __le32 objid, in make_empty_dir_item() argument
320 memset(body, 0, EMPTY_DIR_SIZE); in make_empty_dir_item()
321 dot = (struct reiserfs_de_head *)body; in make_empty_dir_item()
344 memcpy(body + deh_location(dot), ".", 1); in make_empty_dir_item()
345 memcpy(body + deh_location(dotdot), "..", 2); in make_empty_dir_item()
Dstree.c2072 const char *body, in reiserfs_paste_into_item() argument
2113 body)) == REPEAT_SEARCH) { in reiserfs_paste_into_item()
2141 do_balance(&s_paste_balance, NULL /*ih */ , body, M_PASTE); in reiserfs_paste_into_item()
2170 const char *body) in reiserfs_insert_item() argument
2223 body)) == REPEAT_SEARCH) { in reiserfs_insert_item()
2243 do_balance(&s_ins_balance, ih, body, M_INSERT); in reiserfs_insert_item()
Dlbalance.c980 const char *body, int zeros_number) in leaf_paste_in_buffer() argument
1026 if (body) { in leaf_paste_in_buffer()
1038 zeros_number, body, in leaf_paste_in_buffer()
1044 zeros_number, body, in leaf_paste_in_buffer()
Dreiserfs.h1966 extern void make_empty_dir_item_v1(char *body, __le32 dirid, __le32 objid,
1968 extern void make_empty_dir_item(char *body, __le32 dirid, __le32 objid,
3017 struct inode *inode, const char *body);
3023 const char *body, int paste_size);
3230 const char * const body, int zeros_number);
3247 const char *body, int flag);
Dinode.c1811 char *body = empty_dir; in reiserfs_new_directory() local
1830 make_empty_dir_item_v1(body, ih->ih_key.k_dir_id, in reiserfs_new_directory()
1838 make_empty_dir_item(body, ih->ih_key.k_dir_id, in reiserfs_new_directory()
1860 return reiserfs_insert_item(th, path, &key, ih, inode, body); in reiserfs_new_directory()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_intent.c67 struct mdt_body *body; in lmv_intent_remote() local
71 body = req_capsule_server_get(&(*reqp)->rq_pill, &RMF_MDT_BODY); in lmv_intent_remote()
72 if (body == NULL) in lmv_intent_remote()
75 LASSERT((body->valid & OBD_MD_MDS)); in lmv_intent_remote()
94 LASSERT(fid_is_sane(&body->fid1)); in lmv_intent_remote()
96 tgt = lmv_find_target(lmv, &body->fid1); in lmv_intent_remote()
108 op_data->op_fid1 = body->fid1; in lmv_intent_remote()
118 op_data->op_fid3 = body->fid1; in lmv_intent_remote()
123 PFID(&body->fid1), tgt->ltd_idx); in lmv_intent_remote()
168 struct mdt_body *body; in lmv_intent_open() local
[all …]
Dlmv_internal.h80 struct mdt_body *body; in lmv_get_mea() local
85 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in lmv_get_mea()
87 if (!body || !S_ISDIR(body->mode) || !body->eadatasize) in lmv_get_mea()
91 body->eadatasize); in lmv_get_mea()
Dlmv_obd.c1741 struct mdt_body *body; in lmv_enqueue_remote() local
1745 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in lmv_enqueue_remote()
1746 LASSERT(body != NULL); in lmv_enqueue_remote()
1748 if (!(body->valid & OBD_MD_MDS)) in lmv_enqueue_remote()
1752 LL_IT2STR(it), PFID(&op_data->op_fid1), PFID(&body->fid1)); in lmv_enqueue_remote()
1762 fid1 = body->fid1; in lmv_enqueue_remote()
1832 struct mdt_body *body; in lmv_getattr_name() local
1851 body = req_capsule_server_get(&(*request)->rq_pill, in lmv_getattr_name()
1853 LASSERT(body != NULL); in lmv_getattr_name()
1855 if (body->valid & OBD_MD_MDS) { in lmv_getattr_name()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c194 struct ost_body *body, void *capa) in osc_pack_capa() argument
205 body->oa.o_valid |= OBD_MD_FLOSSCAPA; in osc_pack_capa()
212 struct ost_body *body; in osc_pack_req_body() local
214 body = req_capsule_client_get(&req->rq_pill, &RMF_OST_BODY); in osc_pack_req_body()
215 LASSERT(body); in osc_pack_req_body()
217 lustre_set_wire_obdo(&req->rq_import->imp_connect_data, &body->oa, in osc_pack_req_body()
219 osc_pack_capa(req, body, oinfo->oi_capa); in osc_pack_req_body()
237 struct ost_body *body; in osc_getattr_interpret() local
242 body = req_capsule_server_get(&req->rq_pill, &RMF_OST_BODY); in osc_getattr_interpret()
243 if (body) { in osc_getattr_interpret()
[all …]
Dosc_quota.c290 struct obd_quotactl *body; in osc_quotacheck() local
299 body = req_capsule_client_get(&req->rq_pill, &RMF_OBD_QUOTACTL); in osc_quotacheck()
300 *body = *oqctl; in osc_quotacheck()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_mdc.h148 struct mdt_body *body) in mdc_update_max_ea_from_body() argument
150 if (body->valid & OBD_MD_FLMODEASIZE) { in mdc_update_max_ea_from_body()
153 if (cli->cl_max_mds_easize < body->max_mdsize) { in mdc_update_max_ea_from_body()
154 cli->cl_max_mds_easize = body->max_mdsize; in mdc_update_max_ea_from_body()
156 min_t(__u32, body->max_mdsize, PAGE_CACHE_SIZE); in mdc_update_max_ea_from_body()
158 if (cli->cl_max_mds_cookiesize < body->max_cookiesize) { in mdc_update_max_ea_from_body()
159 cli->cl_max_mds_cookiesize = body->max_cookiesize; in mdc_update_max_ea_from_body()
161 min_t(__u32, body->max_cookiesize, PAGE_CACHE_SIZE); in mdc_update_max_ea_from_body()
Dobd.h1246 struct mdt_body *body; member
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dsymlink.c51 struct mdt_body *body; in ll_readlink_internal() local
83 body = req_capsule_server_get(&(*request)->rq_pill, &RMF_MDT_BODY); in ll_readlink_internal()
84 LASSERT(body != NULL); in ll_readlink_internal()
85 if ((body->valid & OBD_MD_LINKNAME) == 0) { in ll_readlink_internal()
92 if (body->eadatasize != symlen) { in ll_readlink_internal()
94 inode->i_ino, body->eadatasize - 1, symlen - 1); in ll_readlink_internal()
Dnamei.c63 if (unlikely(!(md->body->valid & OBD_MD_FLID))) { in ll_test_inode()
68 if (!lu_fid_eq(&lli->lli_fid, &md->body->fid1)) in ll_test_inode()
77 struct mdt_body *body = ((struct lustre_md *)opaque)->body; in ll_set_inode() local
79 if (unlikely(!(body->valid & OBD_MD_FLID))) { in ll_set_inode()
84 lli->lli_fid = body->fid1; in ll_set_inode()
85 if (unlikely(!(body->valid & OBD_MD_FLTYPE))) { in ll_set_inode()
88 PFID(&lli->lli_fid), body->valid); in ll_set_inode()
92 inode->i_mode = (inode->i_mode & ~S_IFMT) | (body->mode & S_IFMT); in ll_set_inode()
139 inode, PFID(&md->body->fid1)); in ll_iget()
745 struct mdt_body *body = req_capsule_server_get(&request->rq_pill, in ll_update_times() local
[all …]
Dllite_lib.c1215 op_data->op_handle = md.body->handle; in ll_md_setattr()
1216 op_data->op_ioepoch = md.body->ioepoch; in ll_md_setattr()
1605 struct mdt_body *body = md->body; in ll_update_inode() local
1609 LASSERT((lsm != NULL) == ((body->valid & OBD_MD_FLEASIZE) != 0)); in ll_update_inode()
1621 if (body->valid & OBD_MD_FLRMTPERM) in ll_update_inode()
1625 else if (body->valid & OBD_MD_FLACL) { in ll_update_inode()
1633 inode->i_ino = cl_fid_build_ino(&body->fid1, in ll_update_inode()
1635 inode->i_generation = cl_fid_build_gen(&body->fid1); in ll_update_inode()
1637 if (body->valid & OBD_MD_FLATIME) { in ll_update_inode()
1638 if (body->atime > LTIME_S(inode->i_atime)) in ll_update_inode()
[all …]
Dxattr_cache.c358 struct mdt_body *body; in ll_xattr_cache_refill() local
392 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in ll_xattr_cache_refill()
393 if (body == NULL) { in ll_xattr_cache_refill()
400 body->eadatasize); in ll_xattr_cache_refill()
402 body->aclsize); in ll_xattr_cache_refill()
404 body->max_mdsize * sizeof(__u32)); in ll_xattr_cache_refill()
411 xtail = xdata + body->eadatasize; in ll_xattr_cache_refill()
412 xvtail = xval + body->aclsize; in ll_xattr_cache_refill()
418 for (i = 0; i < body->max_mdsize; i++) { in ll_xattr_cache_refill()
Dxattr.c289 struct mdt_body *body; in ll_getxattr_common() local
392 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in ll_getxattr_common()
393 LASSERT(body); in ll_getxattr_common()
397 rc = body->eadatasize; in ll_getxattr_common()
401 if (size < body->eadatasize) { in ll_getxattr_common()
403 body->eadatasize, (int)size); in ll_getxattr_common()
408 if (body->eadatasize == 0) { in ll_getxattr_common()
415 body->eadatasize); in ll_getxattr_common()
421 memcpy(buffer, xdata, body->eadatasize); in ll_getxattr_common()
422 rc = body->eadatasize; in ll_getxattr_common()
Ddir.c149 struct mdt_body *body; in ll_dir_filler() local
190 body = req_capsule_server_get(&request->rq_pill, &RMF_MDT_BODY); in ll_dir_filler()
192 LASSERT(body != NULL); in ll_dir_filler()
194 if (body->valid & OBD_MD_FLSIZE) in ll_dir_filler()
195 cl_isize_write(inode, body->size); in ll_dir_filler()
799 struct mdt_body *body; in ll_dir_getstripe() local
825 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in ll_dir_getstripe()
826 LASSERT(body != NULL); in ll_dir_getstripe()
828 lmmsize = body->eadatasize; in ll_dir_getstripe()
830 if (!(body->valid & (OBD_MD_FLEASIZE | OBD_MD_FLDIREA)) || in ll_dir_getstripe()
[all …]
Dllite_nfs.c288 struct mdt_body *body; in ll_get_parent() local
317 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in ll_get_parent()
318 LASSERT(body->valid & OBD_MD_FLID); in ll_get_parent()
321 PFID(ll_inode2fid(dir)), PFID(&body->fid1)); in ll_get_parent()
323 result = ll_iget_for_nfs(dir->i_sb, &body->fid1, NULL); in ll_get_parent()
Dfile.c199 struct mdt_body *body; in ll_close_inode_openhandle() local
201 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in ll_close_inode_openhandle()
202 if (!(body->valid & OBD_MD_FLRELEASED)) in ll_close_inode_openhandle()
477 struct mdt_body *body; in ll_och_fill() local
479 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in ll_och_fill()
480 och->och_fh = body->handle; in ll_och_fill()
481 och->och_fid = body->fid1; in ll_och_fill()
501 struct mdt_body *body; in ll_local_open() local
508 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in ll_local_open()
509 ll_ioepoch_open(lli, body->ioepoch); in ll_local_open()
[all …]
Dstatahead.c620 struct mdt_body *body; in ll_post_statahead() local
638 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in ll_post_statahead()
639 if (body == NULL) { in ll_post_statahead()
653 if (body->valid & OBD_MD_MDS) { in ll_post_statahead()
662 if (unlikely(!lu_fid_eq(&minfo->mi_data.op_fid2, &body->fid1))){ in ll_post_statahead()
/linux-4.1.27/drivers/staging/i2o/
Diop.c451 msg->body[0] = cpu_to_le32(PAGE_SIZE); in i2o_iop_init_outbound_queue()
453 msg->body[1] = cpu_to_le32(I2O_OUTBOUND_MSG_FRAME_SIZE << 16 | 0x80); in i2o_iop_init_outbound_queue()
454 msg->body[2] = cpu_to_le32(0xd0000004); in i2o_iop_init_outbound_queue()
455 msg->body[3] = cpu_to_le32(i2o_dma_low(c->status.phys)); in i2o_iop_init_outbound_queue()
456 msg->body[4] = cpu_to_le32(i2o_dma_high(c->status.phys)); in i2o_iop_init_outbound_queue()
515 msg->body[0] = cpu_to_le32(0x00000000); in i2o_iop_reset()
516 msg->body[1] = cpu_to_le32(0x00000000); in i2o_iop_reset()
517 msg->body[2] = cpu_to_le32(i2o_dma_low(c->status.phys)); in i2o_iop_reset()
518 msg->body[3] = cpu_to_le32(i2o_dma_high(c->status.phys)); in i2o_iop_reset()
736 msg->body[0] = cpu_to_le32(c->unit + 2); in i2o_iop_systab_set()
[all …]
Dexec-osm.c172 rc = le32_to_cpu(wait->msg->body[0]) >> 24; in i2o_msg_post_wait_mem()
408 msg->body[0] = cpu_to_le32(0xffffffff); in i2o_exec_lct_notify()
409 msg->body[1] = cpu_to_le32(change_ind); in i2o_exec_lct_notify()
410 msg->body[2] = cpu_to_le32(0xd0000000 | c->dlct.len); in i2o_exec_lct_notify()
411 msg->body[3] = cpu_to_le32(c->dlct.phys); in i2o_exec_lct_notify()
474 pm = le32_to_cpu(msg->body[3]); in i2o_exec_reply()
560 msg->body[0] = cpu_to_le32(0xffffffff); in i2o_exec_lct_get()
561 msg->body[1] = cpu_to_le32(0x00000000); in i2o_exec_lct_get()
562 msg->body[2] = cpu_to_le32(0xd0000000 | c->dlct.len); in i2o_exec_lct_get()
563 msg->body[3] = cpu_to_le32(c->dlct.phys); in i2o_exec_lct_get()
Di2o_config.c284 msg->body[0] = in i2o_cfg_swdl()
288 msg->body[1] = cpu_to_le32(swlen); in i2o_cfg_swdl()
289 msg->body[2] = cpu_to_le32(kxfer.sw_id); in i2o_cfg_swdl()
290 msg->body[3] = cpu_to_le32(0xD0000000 | fragsize); in i2o_cfg_swdl()
291 msg->body[4] = cpu_to_le32(buffer.phys); in i2o_cfg_swdl()
356 msg->body[0] = in i2o_cfg_swul()
359 msg->body[1] = cpu_to_le32(swlen); in i2o_cfg_swul()
360 msg->body[2] = cpu_to_le32(kxfer.sw_id); in i2o_cfg_swul()
361 msg->body[3] = cpu_to_le32(0xD0000000 | fragsize); in i2o_cfg_swul()
362 msg->body[4] = cpu_to_le32(buffer.phys); in i2o_cfg_swul()
[all …]
Di2o_block.c148 msg->body[0] = cpu_to_le32(60 << 16); in i2o_block_device_flush()
176 msg->body[0] = cpu_to_le32(-1); in i2o_block_device_mount()
177 msg->body[1] = cpu_to_le32(0x00000000); in i2o_block_device_mount()
205 msg->body[0] = cpu_to_le32(-1); in i2o_block_device_lock()
233 msg->body[0] = cpu_to_le32(media_id); in i2o_block_device_unlock()
263 msg->body[0] = cpu_to_le32(op << 24); in i2o_block_device_power()
477 if ((le32_to_cpu(msg->body[0]) >> 24) != 0) { in i2o_block_reply()
478 u32 status = le32_to_cpu(msg->body[0]); in i2o_block_reply()
500 i2o_block_end_request(req, error, le32_to_cpu(msg->body[1])); in i2o_block_reply()
763 mptr = &msg->body[0]; in i2o_block_transfer()
Ddevice.c47 msg->body[0] = cpu_to_le32(type); in i2o_device_issue_claim()
490 msg->body[i++] = cpu_to_le32(0x00000000); in i2o_parm_issue()
491 msg->body[i++] = cpu_to_le32(0x4C000000 | oplen); /* OperationList */ in i2o_parm_issue()
492 memcpy(&msg->body[i], oplist, oplen); in i2o_parm_issue()
494 msg->body[i++] = cpu_to_le32(0xD0000000 | res.len); /* ResultList */ in i2o_parm_issue()
495 msg->body[i++] = cpu_to_le32(res.phys); in i2o_parm_issue()
Di2o_scsi.c360 error = le32_to_cpu(msg->body[0]); in i2o_scsi_reply()
370 memcpy(cmd->sense_buffer, &msg->body[3], in i2o_scsi_reply()
583 mptr = &msg->body[0]; in i2o_scsi_queuecommand_lck()
725 msg->body[0] = cpu_to_le32(i2o_cntxt_list_get_ptr(c, SCpnt)); in DEF_SCSI_QCMD()
Ddriver.c231 evt->event_indicator = le32_to_cpu(msg->body[0]); in i2o_driver_dispatch()
232 memcpy(&evt->data, &msg->body[1], size * 4); in i2o_driver_dispatch()
Di2o.h409 u32 body[0]; member
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c109 struct mdt_body *body; in send_getstatus() local
127 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in send_getstatus()
128 if (body == NULL) { in send_getstatus()
133 if (body->valid & OBD_MD_FLMDSCAPA) { in send_getstatus()
139 *rootfid = body->fid1; in send_getstatus()
171 struct mdt_body *body; in mdc_getattr_common() local
181 body = req_capsule_server_get(pill, &RMF_MDT_BODY); in mdc_getattr_common()
182 if (body == NULL) in mdc_getattr_common()
185 CDEBUG(D_NET, "mode: %o\n", body->mode); in mdc_getattr_common()
187 if (body->eadatasize != 0) { in mdc_getattr_common()
[all …]
Dmdc_locks.c257 struct mdt_body *body) in mdc_realloc_openmsg() argument
263 body->eadatasize); in mdc_realloc_openmsg()
266 DLM_INTENT_REC_OFF + 4, body->eadatasize); in mdc_realloc_openmsg()
267 body->valid &= ~OBD_MD_FLEASIZE; in mdc_realloc_openmsg()
268 body->eadatasize = 0; in mdc_realloc_openmsg()
630 struct mdt_body *body; in mdc_finish_enqueue() local
632 body = req_capsule_server_get(pill, &RMF_MDT_BODY); in mdc_finish_enqueue()
633 if (body == NULL) { in mdc_finish_enqueue()
649 if ((body->valid & (OBD_MD_FLDIREA | OBD_MD_FLEASIZE)) != 0) { in mdc_finish_enqueue()
652 mdc_update_max_ea_from_body(exp, body); in mdc_finish_enqueue()
[all …]
Dmdc_reint.c182 struct mdt_body *body; in mdc_setattr() local
185 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in mdc_setattr()
187 LASSERT(body != NULL); in mdc_setattr()
188 epoch->handle = body->handle; in mdc_setattr()
189 epoch->ioepoch = body->ioepoch; in mdc_setattr()
301 struct mdt_body *body; in mdc_create() local
304 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in mdc_create()
305 LASSERT(body); in mdc_create()
306 if (body->valid & OBD_MD_FLMDSCAPA) { in mdc_create()
/linux-4.1.27/drivers/media/rc/
Dir-rc6-decoder.c185 data->body = 0; in ir_rc6_decode()
203 if (data->count++ < CHAR_BIT * sizeof data->body) { in ir_rc6_decode()
204 data->body <<= 1; in ir_rc6_decode()
206 data->body |= 1; in ir_rc6_decode()
235 scancode = data->body; in ir_rc6_decode()
243 if (data->count > CHAR_BIT * sizeof data->body) { in ir_rc6_decode()
249 scancode = data->body; in ir_rc6_decode()
Dir-mce_kbd-decoder.c290 data->body = 0; in ir_mce_kbd_decode()
298 data->body <<= 1; in ir_mce_kbd_decode()
300 data->body |= 1; in ir_mce_kbd_decode()
323 scancode = data->body & 0xffff; in ir_mce_kbd_decode()
324 IR_dprintk(1, "keyboard data 0x%08x\n", data->body); in ir_mce_kbd_decode()
334 scancode = data->body & 0x1fffff; in ir_mce_kbd_decode()
Drc-core-priv.h62 u32 body; member
98 u32 body; member
/linux-4.1.27/drivers/net/wireless/p54/
Dfwio.c401 union p54_scan_body_union *body; in p54_scan() local
410 2 + sizeof(*iq_autocal) + sizeof(*body) + in p54_scan()
440 body = (void *) skb_put(skb, sizeof(body->longbow)); in p54_scan()
442 body = (void *) skb_put(skb, sizeof(body->normal)); in p54_scan()
452 memcpy(&body->longbow.power_limits, in p54_scan()
459 body->normal.val_barker = 0x38; in p54_scan()
460 body->normal.val_bpsk = body->normal.dup_bpsk = in p54_scan()
462 body->normal.val_qpsk = body->normal.dup_qpsk = in p54_scan()
464 body->normal.val_16qam = body->normal.dup_16qam = in p54_scan()
466 body->normal.val_64qam = body->normal.dup_64qam = in p54_scan()
[all …]
/linux-4.1.27/arch/ia64/sn/kernel/
Dpio_phys.S27 .body
42 .body
57 .body
/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_xs.c63 char *body; member
169 char *body; in read_reply() local
201 body = msg->u.reply.body; in read_reply()
205 return body; in read_reply()
845 char *body; in process_msg() local
882 body = kmalloc(msg->hdr.len + 1, GFP_NOIO | __GFP_HIGH); in process_msg()
883 if (body == NULL) { in process_msg()
889 err = xb_read(body, msg->hdr.len); in process_msg()
891 kfree(body); in process_msg()
895 body[msg->hdr.len] = '\0'; in process_msg()
[all …]
Dxenbus_dev_frontend.c415 char body[3]; in xenbus_write_watch() member
419 .len = sizeof(reply.body) in xenbus_write_watch()
/linux-4.1.27/arch/arm/crypto/
Dsha256-armv4.pl301 my $body = shift;
302 my @insns = (&$body,&$body,&$body,&$body);
402 my $body = shift;
403 my @insns = (&$body,&$body,&$body,&$body);
Dsha1-armv4-large.S30 @ [*] Manually counted instructions in "grand" loop body. Measured
/linux-4.1.27/tools/hv/
Dhv_kvp_daemon.c1601 p = (char *)hv_msg->body.kvp_register.version; in main()
1615 kvp_ip_val = &hv_msg->body.kvp_ip_val; in main()
1639 kvp_ip_val = &hv_msg->body.kvp_ip_val; in main()
1659 hv_msg->body.kvp_set.data.key, in main()
1660 hv_msg->body.kvp_set.data.key_size, in main()
1661 hv_msg->body.kvp_set.data.value, in main()
1662 hv_msg->body.kvp_set.data.value_size)) in main()
1668 hv_msg->body.kvp_set.data.key, in main()
1669 hv_msg->body.kvp_set.data.key_size, in main()
1670 hv_msg->body.kvp_set.data.value, in main()
[all …]
/linux-4.1.27/drivers/tty/ipwireless/
Dhardware.c331 struct ipw_control_packet_body body; member
768 const struct ipw_control_packet_body *body = in handle_received_CTRL_packet() local
779 switch (body->sig_no) { in handle_received_CTRL_packet()
797 if (body->value) in handle_received_CTRL_packet()
1288 packet->body.sig_no = sig_no; in alloc_ctrl_packet()
1327 packet->body.value = (state == 0 ? 0 : 1); in set_control_line()
1369 struct tl_setup_get_version_qry body; member
1374 struct tl_setup_config_msg body; member
1379 struct tl_setup_config_done_msg body; member
1384 struct tl_setup_open_msg body; member
[all …]
/linux-4.1.27/arch/ia64/lib/
Dxor.S28 .body
65 .body
105 .body
148 .body
Dflush.S45 .body
99 .body
Dip_fast_csum.S35 .body
84 .body
Dstrnlen_user.S23 .body
Dclear_page.S39 .body
Dcopy_page.S55 .body
Dstrlen.S95 .body
Dstrlen_user.S97 .body
Dclear_user.S61 .body
Dcopy_page_mck.S111 .body
Ddo_csum.S171 .body
Dmemcpy.S59 .body
Dmemcpy_mck.S120 .body
283 .body
Dmemset.S63 .body
Dcopy_user.S95 .body
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c856 struct ldlm_request *body; in ldlm_cli_enqueue() local
922 LASSERTF(len >= sizeof(*body), "buflen[%d] = %d, not %d\n", in ldlm_cli_enqueue()
923 DLM_LOCKREQ_OFF, len, (int)sizeof(*body)); in ldlm_cli_enqueue()
927 body = req_capsule_client_get(&req->rq_pill, &RMF_DLM_REQ); in ldlm_cli_enqueue()
928 ldlm_lock2desc(lock, &body->lock_desc); in ldlm_cli_enqueue()
929 body->lock_flags = ldlm_flags_to_wire(*flags); in ldlm_cli_enqueue()
930 body->lock_handle[0] = *lockh; in ldlm_cli_enqueue()
1010 struct ldlm_request *body; in ldlm_cli_convert() local
1037 body = req_capsule_client_get(&req->rq_pill, &RMF_DLM_REQ); in ldlm_cli_convert()
1038 body->lock_handle[0] = lock->l_remote_handle; in ldlm_cli_convert()
[all …]
/linux-4.1.27/arch/ia64/kernel/
Dfsys.S54 .body
63 .body
96 .body
143 .body
318 .body
334 .body
387 .body
408 .body
Dgate.S41 .body
115 .body
209 .body
229 .body
316 .body
Dpal.S72 .body
106 .body
154 .body
212 .body
Desi_stub.S52 .body
Defi_stub.S50 .body
Dentry.S66 .body
117 .body
148 .body
176 .body
249 .body
370 .body
1249 .body
1271 .body
1311 .ret21: .body
1329 .body
[all …]
Drelocate_kernel.S24 .body
192 .body
Dunwind_decoder.c163 int body = (code & 0x20) != 0; in unw_decode_r1() local
167 UNW_DEC_PROLOGUE(R1, body, rlen, arg); in unw_decode_r1()
Dentry.h39 .body
Dmca_asm.S260 .body
369 .body
Dunwind.c806 desc_prologue (int body, unw_word rlen, unsigned char mask, unsigned char grsave, in desc_prologue() argument
830 sr->in_body = body; in desc_prologue()
832 if (!body) { in desc_prologue()
Dhead.S196 .body
1017 .body
Divt.S1660 .body
/linux-4.1.27/scripts/genksyms/
Dparse.y57 struct string_list **body, in record_compound() argument
60 struct string_list *b = *body, *i = *ident, *r; in record_compound()
65 remove_list(body, ident); in record_compound()
69 r->next = (*keyw)->next; *body = r; (*keyw)->next = NULL; in record_compound()
Dparse.tab.c_shipped101 struct string_list **body,
104 struct string_list *b = *body, *i = *ident, *r;
109 remove_list(body, ident);
113 r->next = (*keyw)->next; *body = r; (*keyw)->next = NULL;
326 /* Pacify GCC's `empty if-body' warning. */
Dlex.lex.c_shipped1373 /* TODO. We should be able to replace this entire function body
/linux-4.1.27/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c152 struct xdr_buf *body, int body_offset, u8 *cksumkey, in make_checksum_hmac_md5() argument
203 err = xdr_process_buf(body, body_offset, body->len - body_offset, in make_checksum_hmac_md5()
242 struct xdr_buf *body, int body_offset, u8 *cksumkey, in make_checksum() argument
253 body, body_offset, in make_checksum()
283 err = xdr_process_buf(body, body_offset, body->len - body_offset, in make_checksum()
323 struct xdr_buf *body, int body_offset, u8 *cksumkey, in make_checksum_v2() argument
357 err = xdr_process_buf(body, body_offset, body->len - body_offset, in make_checksum_v2()
/linux-4.1.27/arch/tile/lib/
Datomic_asm_32.S80 .macro atomic_op, name, bitwidth, body
98 \body /* set r24, and r25 if 64-bit */
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c1318 struct mgs_config_body *body; in mgc_process_recover_log() local
1368 body = req_capsule_client_get(&req->rq_pill, &RMF_MGS_CONFIG_BODY); in mgc_process_recover_log()
1369 LASSERT(body != NULL); in mgc_process_recover_log()
1370 LASSERT(sizeof(body->mcb_name) > strlen(cld->cld_logname)); in mgc_process_recover_log()
1371 if (strlcpy(body->mcb_name, cld->cld_logname, sizeof(body->mcb_name)) in mgc_process_recover_log()
1372 >= sizeof(body->mcb_name)) { in mgc_process_recover_log()
1376 body->mcb_offset = cfg->cfg_last_idx + 1; in mgc_process_recover_log()
1377 body->mcb_type = cld->cld_type; in mgc_process_recover_log()
1378 body->mcb_bits = PAGE_CACHE_SHIFT; in mgc_process_recover_log()
1379 body->mcb_units = nrpages; in mgc_process_recover_log()
/linux-4.1.27/include/linux/sunrpc/
Dgss_krb5.h241 struct xdr_buf *body, int body_offset, u8 *cksumkey,
246 struct xdr_buf *body, int body_offset, u8 *key,
/linux-4.1.27/Documentation/networking/
Dax25.txt8 majordomo@vger.kernel.org with the words "subscribe linux-hams" in the body
Dx25.txt35 majordomo@vger.kernel.org with the following in the message body:
Dtlan.txt115 in the body of an email to majordomo@vuser.vu.union.edu.
Dtcp.txt95 off immediately if possible, but otherwise queue and compute the body
DLICENSE.qlge245 the limitation as if written in the body of this License.
DLICENSE.qlcnic245 the limitation as if written in the body of this License.
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
Dsmd.c415 struct wcn36xx_hal_mac_start_req_msg msg_body, *body; in wcn36xx_smd_start() local
428 body = (struct wcn36xx_hal_mac_start_req_msg *)wcn->hal_buf; in wcn36xx_smd_start()
429 len = body->header.len; in wcn36xx_smd_start()
437 body->header.len = len; in wcn36xx_smd_start()
438 body->params.len = len - sizeof(*body); in wcn36xx_smd_start()
443 ret = wcn36xx_smd_send_and_wait(wcn, body->header.len); in wcn36xx_smd_start()
2057 struct wcn36xx_hal_update_cfg_req_msg msg_body, *body; in wcn36xx_smd_update_cfg() local
2066 body = (struct wcn36xx_hal_update_cfg_req_msg *) wcn->hal_buf; in wcn36xx_smd_update_cfg()
2070 body->header.len = len; in wcn36xx_smd_update_cfg()
2071 body->len = len - sizeof(*body); in wcn36xx_smd_update_cfg()
[all …]
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_ap.c63 u16 type_subtype, char *body,
970 u16 type_subtype, char *body, in prism2_send_mgmt() argument
1002 if (body) in prism2_send_mgmt()
1003 memcpy(skb_put(skb, body_len), body, body_len); in prism2_send_mgmt()
1352 char body[8 + WLAN_AUTH_CHALLENGE_LEN], *challenge = NULL; in handle_authen() local
1519 pos = (__le16 *) body; in handle_authen()
1540 body, olen, hdr->addr2, ap->tx_callback_auth); in handle_authen()
1563 char body[12], *p, *lpos; in handle_assoc() local
1690 pos = (__le16 *) body; in handle_assoc()
1741 body, (u8 *) pos - (u8 *) body, in handle_assoc()
[all …]
Dhostap.h50 u8 *body, size_t bodylen);
Dhostap_main.c1042 u8 *body, size_t bodylen) in prism2_sta_send_mgmt() argument
1060 if (body) in prism2_sta_send_mgmt()
1061 memcpy(skb_put(skb, bodylen), body, bodylen); in prism2_sta_send_mgmt()
/linux-4.1.27/Documentation/nfc/
Dnfc-pn544.txt24 HCI messages consist of an eight bit header and the message body. The
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.h120 const char* body; member
Daicasm_scan.l534 body_head = macro_symbol->info.macroinfo->body;
Daicasm_gram.y1620 cur_symbol->info.macroinfo->body = strdup(bodytext); in add_macro_body()
1621 if (cur_symbol->info.macroinfo->body == NULL) { in add_macro_body()
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c1416 cable_OUI = msg->body[1] & 0xffffffff; in netxen_handle_linkevent()
1417 cable_len = (msg->body[1] >> 32) & 0xffff; in netxen_handle_linkevent()
1418 link_speed = (msg->body[1] >> 48) & 0xffff; in netxen_handle_linkevent()
1420 link_status = msg->body[2] & 0xff; in netxen_handle_linkevent()
1421 duplex = (msg->body[2] >> 16) & 0xff; in netxen_handle_linkevent()
1422 autoneg = (msg->body[2] >> 24) & 0xff; in netxen_handle_linkevent()
1424 module = (msg->body[2] >> 8) & 0xff; in netxen_handle_linkevent()
1462 opcode = netxen_get_nic_msg_opcode(msg.body[0]); in netxen_handle_fw_message()
Dnetxen_nic.h1135 u64 body[7]; member
/linux-4.1.27/include/uapi/linux/
Dhyperv.h383 } body; member
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c1039 cable_OUI = msg->body[1] & 0xffffffff; in qlcnic_handle_linkevent()
1040 cable_len = (msg->body[1] >> 32) & 0xffff; in qlcnic_handle_linkevent()
1041 link_speed = (msg->body[1] >> 48) & 0xffff; in qlcnic_handle_linkevent()
1043 link_status = msg->body[2] & 0xff; in qlcnic_handle_linkevent()
1044 duplex = (msg->body[2] >> 16) & 0xff; in qlcnic_handle_linkevent()
1045 autoneg = (msg->body[2] >> 24) & 0xff; in qlcnic_handle_linkevent()
1046 lb_status = (msg->body[2] >> 32) & 0x3; in qlcnic_handle_linkevent()
1048 module = (msg->body[2] >> 8) & 0xff; in qlcnic_handle_linkevent()
1099 opcode = qlcnic_get_nic_msg_opcode(msg.body[0]); in qlcnic_handle_fw_message()
1106 ret = (u32)(msg.body[1]); in qlcnic_handle_fw_message()
Dqlcnic.h979 u64 body[7]; member
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
DKconfig88 have obtained appropriate regulatory body certification for a
118 absorbed by the body when using a wireless device. The RF exposure
/linux-4.1.27/Documentation/
DSecurityBugs37 The Linux kernel security team is not a formal body and therefore unable
Demail-clients.txt18 inline text in the body of the email. Some maintainers accept
217 for reading/merging patches into the body text. To do this, download
DSubmittingPatches610 The canonical patch message body contains the following:
617 - The body of the explanation, line wrapped at 75 columns, which will
676 The "from" line must be the very first line in the message body,
686 The explanation body will be committed to the permanent source
DCodingStyle121 body of function
135 body of do-loop
452 Also, try to avoid putting comments inside a function body: if the
/linux-4.1.27/arch/ia64/hp/sim/boot/
Dboot_head.S24 .body
/linux-4.1.27/Documentation/zh_CN/
DCodingStyle134 body of function
145 body of do-loop
/linux-4.1.27/net/tipc/
Dlink.h165 unchar body[TIPC_MAX_IF_NAME]; member
/linux-4.1.27/include/linux/
Dsctp.h341 __u8 body[0]; member
/linux-4.1.27/drivers/net/wireless/
Datmel.c596 u8 *body, int body_len);
878 u8 *body, int body_len) in atmel_transmit_management_frame() argument
887 atmel_copy_to_card(priv->dev, buff + MGMT_FRAME_BODY_OFFSET, body, body_len); in atmel_transmit_management_frame()
2915 } body; in send_association_request() local
2926 body.capability = cpu_to_le16(WLAN_CAPABILITY_ESS); in send_association_request()
2928 body.capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY); in send_association_request()
2930 body.capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); in send_association_request()
2932 body.listen_interval = cpu_to_le16(priv->listen_interval * priv->beacon_period); in send_association_request()
2936 memcpy(body.ap, priv->CurrentBSSID, ETH_ALEN); in send_association_request()
2937 ssid_el_p = &body.ssid_el_id; in send_association_request()
[all …]
/linux-4.1.27/Documentation/isdn/
DREADME.avmb1176 in the body.
DREADME26 Subject irrelevant, in the message body:
/linux-4.1.27/Documentation/trace/
Dkprobetrace.txt11 kprobes can probe (this means, all functions body except for __kprobes
/linux-4.1.27/scripts/
Danalyze_suspend.py2034 body {overflow-y: scroll;}\n\
2046 </style>\n</head>\n<body>\n'
2349 body {overflow-y: scroll;}\n\
2389 </style>\n</head>\n<body>\n'
/linux-4.1.27/kernel/trace/
Dring_buffer.c3000 void *body; in ring_buffer_write() local
3029 body = rb_event_data(event); in ring_buffer_write()
3031 memcpy(body, data, length); in ring_buffer_write()
/linux-4.1.27/Documentation/development-process/
D3.Early-stage52 creation of a body of code.
/linux-4.1.27/Documentation/block/
Ddata-integrity.txt267 it. The format is standards body-type-variant.
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c1105 LASSERT(md->body->valid & OBD_MD_FLID); in cl_file_inode_init()
/linux-4.1.27/Documentation/ia64/
Dfsys.txt253 .body
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2908 extern void lustre_swab_mgs_config_body(struct mgs_config_body *body);
2914 extern void lustre_swab_mgs_config_res(struct mgs_config_res *body);
/linux-4.1.27/net/sctp/
Dsm_make_chunk.c1636 cookie = (struct sctp_signed_cookie *) retval->body; in sctp_pack_cookie()
2586 asoc->peer.cookie = param.cookie->body; in sctp_process_param()
/linux-4.1.27/Documentation/scsi/
DLICENSE.qla4xxx246 the limitation as if written in the body of this License.
DLICENSE.qla2xxx247 the limitation as if written in the body of this License.
DBusLogic.txt566 message body.
/linux-4.1.27/Documentation/filesystems/
Dxfs-self-describing-metadata.txt159 body, but in general most of the per-field validation is handled by the
/linux-4.1.27/Documentation/blockdev/
Dparide.txt406 in the body of the mail message (not in the subject line). Please be
DREADME.DAC960265 message body.
/linux-4.1.27/arch/x86/math-emu/
DREADME349 The numbers in the body of the table give the approx number of times a
/linux-4.1.27/tools/usb/usbip/
DCOPYING235 the limitation as if written in the body of this License.
/linux-4.1.27/drivers/staging/rtl8192e/
Dlicense235 written in the body of this License.
/linux-4.1.27/drivers/staging/rtl8192u/
Dcopying235 the limitation as if written in the body of this License.
/linux-4.1.27/
DCOPYING251 the limitation as if written in the body of this License.
/linux-4.1.27/Documentation/spi/
Dspi-summary11 standardization body. SPI uses a master/slave configuration.
/linux-4.1.27/scripts/kconfig/
Dzconf.lex.c_shipped1772 /* TODO. We should be able to replace this entire function body
Dzconf.tab.c_shipped316 /* Pacify GCC's `empty if-body' warning. */
/linux-4.1.27/scripts/dtc/
Ddtc-lexer.lex.c_shipped1640 /* TODO. We should be able to replace this entire function body
Ddtc-parser.tab.c_shipped328 /* Pacify GCC's `empty if-body' warning. */
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt1280 preceding the beginning of the body of the text.