/src/usr.sbin/acpitools/aml/ |
aml_obj.c | 214 union aml_object *body; local in function:aml_free_object 216 body = *obj; 217 if (body == NULL) {
|
/src/sys/arch/pmax/tc/ |
dtvar.h | 44 uint8_t body[DT_MAX_MSG_SIZE-3]; member in struct:dt_msg
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_md5.cc | 42 static const void *body(MD5_CTX *ctx, const void *data, ulong_t size) { function in namespace:__tsan 174 body(ctx, ctx->buffer, 64); 178 data = body(ctx, data, size & ~(ulong_t)0x3f); 196 body(ctx, ctx->buffer, 64); 213 body(ctx, ctx->buffer, 64);
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_cotable.c | 175 SVGA3dCmdDXSetCOTable body; member in struct:vmw_cotable_unscrub::__anon50cfaaa50108 188 cmd->header.size = sizeof(cmd->body); 189 cmd->body.cid = vcotbl->ctx->id; 190 cmd->body.type = vcotbl->type; 191 cmd->body.mobid = bo->mem.start; 192 cmd->body.validSizeInBytes = vcotbl->size_read_back; 251 SVGA3dCmdDXReadbackCOTable body; member in struct:vmw_cotable_scrub::__anon50cfaaa50208 255 SVGA3dCmdDXSetCOTable body; member in struct:vmw_cotable_scrub::__anon50cfaaa50308 277 cmd0->header.size = sizeof(cmd0->body); 278 cmd0->body.cid = vcotbl->ctx->id 350 SVGA3dCmdDXReadbackCOTable body; member in struct:vmw_cotable_readback::__anon50cfaaa50408 [all...] |
vmwgfx_ldu.c | 560 SVGAFifoCmdUpdate body; member in struct:vmw_kms_ldu_do_bo_dirty::__anon566926500108 571 cmd[i].body.x = clips->x1; 572 cmd[i].body.y = clips->y1; 573 cmd[i].body.width = clips->x2 - clips->x1; 574 cmd[i].body.height = clips->y2 - clips->y1;
|
vmwgfx_mob.c | 122 SVGA3dCmdSetOTableBase64 body; member in struct:vmw_setup_otable_base::__anon5680f6290108 164 cmd->header.size = sizeof(cmd->body); 165 cmd->body.type = type; 166 cmd->body.baseAddress = mob->pt_root_page >> PAGE_SHIFT; 167 cmd->body.sizeInBytes = otable->size; 168 cmd->body.validSizeInBytes = 0; 169 cmd->body.ptDepth = mob->pt_level; 203 SVGA3dCmdSetOTableBase body; member in struct:vmw_takedown_otable_base::__anon5680f6290208 217 cmd->header.size = sizeof(cmd->body); 218 cmd->body.type = type 607 SVGA3dCmdDestroyGBMob body; member in struct:vmw_mob_unbind::__anon5680f6290308 661 SVGA3dCmdDefineGBMob64 body; member in struct:vmw_mob_bind::__anon5680f6290408 [all...] |
vmwgfx_so.c | 97 * struct vmw_view - view define command body stub 169 struct vmw_view_define body; member in struct:vmw_view_create::__anon5fb998cd0108 185 WARN_ON(cmd->body.view_id != view->view_id); 188 cmd->body.sid = view->srf->id; 212 union vmw_view_destroy body; member in struct:vmw_view_destroy::__anon5fb998cd0208 226 cmd->header.size = sizeof(cmd->body); 227 cmd->body.view_id = view->view_id; 568 /* Assert that our "one body fits all" assumption is valid */
|
vmwgfx_fifo.c | 43 SVGA3dCmdDXTempSetContext body; member in struct:vmw_temp_set_context 651 SVGA3dCmdWaitForQuery body; member in struct:vmw_fifo_emit_dummy_legacy_query::__anon15e24b6f0108 659 cmd->header.size = sizeof(cmd->body); 660 cmd->body.cid = cid; 661 cmd->body.type = SVGA3D_QUERYTYPE_OCCLUSION; 664 cmd->body.guestResult.gmrId = SVGA_GMR_FRAMEBUFFER; 665 cmd->body.guestResult.offset = bo->offset; 667 cmd->body.guestResult.gmrId = bo->mem.start; 668 cmd->body.guestResult.offset = 0; 697 SVGA3dCmdWaitForGBQuery body; member in struct:vmw_fifo_emit_dummy_gb_query::__anon15e24b6f0208 [all...] |
vmwgfx_overlay.c | 71 SVGAFifoCmdEscape body; member in struct:vmw_escape_header 83 header->body.nsid = SVGA_ESCAPE_NSID_VMWARE; 84 header->body.size = size; 196 SVGAEscapeVideoSetRegs body; member in struct:vmw_overlay_send_stop::__anone21f2e2d0408 214 fill_escape(&cmds->escape, sizeof(cmds->body)); 215 cmds->body.header.cmdType = SVGA_ESCAPE_VMWARE_VIDEO_SET_REGS; 216 cmds->body.header.streamId = stream_id; 217 cmds->body.items[0].registerId = SVGA_VIDEO_ENABLED; 218 cmds->body.items[0].value = false;
|
vmwgfx_context.c | 147 SVGA3dCmdDestroyContext body; member in struct:vmw_hw_context_destroy::__anonaf815ff00108 173 cmd->header.size = sizeof(cmd->body); 174 cmd->body.cid = res->id; 248 SVGA3dCmdDefineContext body; member in struct:vmw_context_init::__anonaf815ff00208 275 cmd->header.size = sizeof(cmd->body); 276 cmd->body.cid = res->id; 302 SVGA3dCmdDefineGBContext body; member in struct:vmw_gb_context_create::__anonaf815ff00308 326 cmd->header.size = sizeof(cmd->body); 327 cmd->body.cid = res->id; 345 SVGA3dCmdBindGBContext body; member in struct:vmw_gb_context_bind::__anonaf815ff00408 378 SVGA3dCmdReadbackGBContext body; member in struct:vmw_gb_context_unbind::__anonaf815ff00508 382 SVGA3dCmdBindGBContext body; member in struct:vmw_gb_context_unbind::__anonaf815ff00608 437 SVGA3dCmdDestroyGBContext body; member in struct:vmw_gb_context_destroy::__anonaf815ff00708 469 SVGA3dCmdDXDefineContext body; member in struct:vmw_dx_context_create::__anonaf815ff00808 512 SVGA3dCmdDXBindContext body; member in struct:vmw_dx_context_bind::__anonaf815ff00908 585 SVGA3dCmdDXReadbackContext body; member in struct:vmw_dx_context_unbind::__anonaf815ff00a08 589 SVGA3dCmdDXBindContext body; member in struct:vmw_dx_context_unbind::__anonaf815ff00b08 651 SVGA3dCmdDXDestroyContext body; member in struct:vmw_dx_context_destroy::__anonaf815ff00c08 [all...] |
vmwgfx_resource.c | 830 SVGA3dCmdDXReadbackAllQuery body; member in struct:vmw_query_readback_all::__anon90b2f5930108 846 cmd->header.size = sizeof(cmd->body); 847 cmd->body.cid = dx_query_ctx->id;
|
vmwgfx_shader.c | 213 SVGA3dCmdDefineGBShader body; member in struct:vmw_gb_shader_create::__anonbdae0c220108 237 cmd->header.size = sizeof(cmd->body); 238 cmd->body.shid = res->id; 239 cmd->body.type = shader->type; 240 cmd->body.sizeInBytes = shader->size; 258 SVGA3dCmdBindGBShader body; member in struct:vmw_gb_shader_bind::__anonbdae0c220208 269 cmd->header.size = sizeof(cmd->body); 270 cmd->body.shid = res->id; 271 cmd->body.mobid = bo->mem.start; 272 cmd->body.offsetInBytes = res->backup_offset 286 SVGA3dCmdBindGBShader body; member in struct:vmw_gb_shader_unbind::__anonbdae0c220308 323 SVGA3dCmdDestroyGBShader body; member in struct:vmw_gb_shader_destroy::__anonbdae0c220408 396 SVGA3dCmdDXBindShader body; member in struct:vmw_dx_shader_unscrub::__anonbdae0c220508 482 SVGA3dCmdDXBindShader body; member in struct:vmw_dx_shader_scrub::__anonbdae0c220608 [all...] |
vmwgfx_binding.c | 504 SVGA3dCmdSetShader body; member in struct:vmw_binding_scrub_shader::__anon8c6a16860108 512 cmd->header.size = sizeof(cmd->body); 513 cmd->body.cid = bi->ctx->id; 514 cmd->body.type = binding->shader_slot + SVGA3D_SHADERTYPE_MIN; 515 cmd->body.shid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); 536 SVGA3dCmdSetRenderTarget body; member in struct:vmw_binding_scrub_render_target::__anon8c6a16860208 544 cmd->header.size = sizeof(cmd->body); 545 cmd->body.cid = bi->ctx->id; 546 cmd->body.type = binding->slot; 547 cmd->body.target.sid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID) 575 } body; member in struct:vmw_binding_scrub_texture::__anon8c6a16860308 606 SVGA3dCmdDXSetShader body; member in struct:vmw_binding_scrub_dx_shader::__anon8c6a16860508 635 SVGA3dCmdDXSetSingleConstantBuffer body; member in struct:vmw_binding_scrub_cb::__anon8c6a16860608 749 SVGA3dCmdDXSetShaderResources body; member in struct:vmw_emit_set_sr::__anon8c6a16860708 790 SVGA3dCmdDXSetRenderTargets body; member in struct:vmw_emit_set_rt::__anon8c6a16860808 871 SVGA3dCmdDXSetSOTargets body; member in struct:vmw_emit_set_so::__anon8c6a16860908 984 SVGA3dCmdDXSetVertexBuffers body; member in struct:vmw_emit_set_vb::__anon8c6a16860a08 1146 SVGA3dCmdDXSetIndexBuffer body; member in struct:vmw_binding_scrub_ib::__anon8c6a16860b08 [all...] |
vmwgfx_cmdbuf.c | 1194 SVGADCCmdPreempt body; member in struct:vmw_cmdbuf_preempt::__anon8157c9bc0108 1198 cmd.body.context = SVGA_CB_CONTEXT_0 + context; 1199 cmd.body.ignoreIDZero = 0; 1219 SVGADCCmdStartStop body; member in struct:vmw_cmdbuf_startstop::__anon8157c9bc0208 1223 cmd.body.enable = (enable) ? 1 : 0; 1224 cmd.body.context = SVGA_CB_CONTEXT_0 + context;
|
vmwgfx_scrn.c | 74 SVGAFifoCmdBlitScreenToGMRFB body; member in struct:vmw_kms_sou_readback_blit 79 SVGAFifoCmdBlitGMRFBToScreen body; member in struct:vmw_kms_sou_bo_blit 84 SVGA3dCmdBlitSurfaceToScreen body; member in struct:vmw_kms_sou_dirty_cmd 89 SVGAFifoCmdDefineGMRFB body; member in struct:vmw_kms_sou_define_gmrfb 181 SVGAFifoCmdDestroyScreen body; member in struct:vmw_sou_fifo_destroy::__anon33cf58e10308 195 cmd->body.screenId = sou->base.unit; 497 gmr->body.format.bitsPerPixel = update->vfb->base.format->cpp[0] * 8; 498 gmr->body.format.colorDepth = depth; 499 gmr->body.format.reserved = 0; 500 gmr->body.bytesPerLine = update->vfb->base.pitches[0] 992 SVGAFifoCmdDefineGMRFB body; member in struct:do_bo_define_gmrfb::__anon33cf58e10508 [all...] |
vmwgfx_stdu.c | 90 SVGA3dCmdUpdateGBScreenTarget body; member in struct:vmw_stdu_update 95 SVGA3dCmdSurfaceDMA body; member in struct:vmw_stdu_dma 100 SVGA3dCmdSurfaceCopy body; member in struct:vmw_stdu_surface_copy 105 SVGA3dCmdUpdateGBImage body; member in struct:vmw_stdu_update_gb_image 175 SVGA3dCmdDefineGBScreenTarget body; member in struct:vmw_stdu_define_st::__anon34fb69eb0208 183 cmd->header.size = sizeof(cmd->body); 185 cmd->body.stid = stdu->base.unit; 186 cmd->body.width = mode->hdisplay; 187 cmd->body.height = mode->vdisplay; 188 cmd->body.flags = (0 == cmd->body.stid) ? SVGA_STFLAG_PRIMARY : 0 224 SVGA3dCmdBindGBScreenTarget body; member in struct:vmw_stdu_bind_st::__anon34fb69eb0308 329 SVGA3dCmdDestroyGBScreenTarget body; member in struct:vmw_stdu_destroy_st::__anon34fb69eb0408 [all...] |
vmwgfx_surface.c | 175 SVGA3dCmdSurfaceDMA body; member in struct:vmw_surface_dma 185 SVGA3dCmdDefineSurface body; member in struct:vmw_surface_define 193 SVGA3dCmdDestroySurface body; member in struct:vmw_surface_destroy 250 cmd->header.size = sizeof(cmd->body); 251 cmd->body.sid = id; 270 cmd_len = sizeof(cmd->body) + srf->num_sizes * sizeof(SVGA3dSize); 274 cmd->body.sid = srf->res.id; 280 cmd->body.surfaceFlags = (SVGA3dSurface1Flags)srf->flags; 281 cmd->body.format = srf->format; 283 cmd->body.face[i].numMipLevels = srf->mip_levels[i] 317 SVGA3dCmdSurfaceDMA *body = &cmd->body; local in function:vmw_surface_dma_encode 1074 SVGA3dCmdDefineGBSurface body; member in struct:vmw_gb_surface_create::__anon93c001b40108 1078 SVGA3dCmdDefineGBSurface_v2 body; member in struct:vmw_gb_surface_create::__anon93c001b40208 1082 SVGA3dCmdDefineGBSurface_v3 body; member in struct:vmw_gb_surface_create::__anon93c001b40308 1183 SVGA3dCmdBindGBSurface body; member in struct:vmw_gb_surface_bind::__anon93c001b40408 1187 SVGA3dCmdUpdateGBSurface body; member in struct:vmw_gb_surface_bind::__anon93c001b40508 1232 SVGA3dCmdReadbackGBSurface body; member in struct:vmw_gb_surface_unbind::__anon93c001b40608 1236 SVGA3dCmdInvalidateGBSurface body; member in struct:vmw_gb_surface_unbind::__anon93c001b40708 1240 SVGA3dCmdBindGBSurface body; member in struct:vmw_gb_surface_unbind::__anon93c001b40808 1295 SVGA3dCmdDestroyGBSurface body; member in struct:vmw_gb_surface_destroy::__anon93c001b40908 1996 SVGA3dCmdDXUpdateSubResource body; member in struct:vmw_surface_dirty_sync::__anon93c001b40a08 2000 SVGA3dCmdUpdateGBImage body; member in struct:vmw_surface_dirty_sync::__anon93c001b40b08 2146 SVGA3dCmdReadbackGBSurface body; member in struct:vmw_surface_clean::__anon93c001b40c08 [all...] |
/src/sys/arch/mac68k/mac68k/ |
macrom.h | 157 u_int32_t body; /* pointer to resource body? */ member in struct:rsrc_s
|
/src/usr.sbin/altq/libaltq/ |
quip_server.c | 66 char request[REQ_MAXSIZE], result[RES_MAXSIZE], body[BODY_MAXSIZE], local in function:quip_input 86 body[0] = '\0'; 104 n = query_list(w, query, body, BODY_MAXSIZE); 106 n = query_handle2name(w, query, body, BODY_MAXSIZE); 108 n = query_qdisc(w, query, body, BODY_MAXSIZE); 110 n = query_filterspec(w, query, body, BODY_MAXSIZE); 134 /* send message body */ 135 if (fputs(body, fp) != 0)
|
/src/games/worm/ |
worm.c | 60 #define BODY 'o' 65 struct body { struct 68 struct body *prev; 69 struct body *next; 74 static struct body *head, *tail, goody; 86 static void display(const struct body *, char); 89 static void newpos(struct body *); 96 static struct body * 99 struct body *b; 172 struct body *bp, *np [all...] |
/src/sbin/efi/ |
bootvar.c | 61 boot_var_t *body; /* first element */ member in union:boot_blk::__anonfc649139010a 113 body_size = sizeof(*bb->u.body) + desc_size; 117 bb->u.body->Attributes = attrib; 120 utf8_to_ucs2(label, strlen(label) + 1, bb->u.body->Description, &size); 256 bb->u.body->FilePathListLength = (uint16_t)FilePathListLength;
|
/src/usr.bin/make/ |
for.c | 38 * # the body 41 * When a .for line is parsed, the following lines are copied to the body of 43 * phase, the body is not yet evaluated. This also applies to any nested 48 * body is scanned for expressions, and those that match the 50 * that, the body is treated like a file from an .include directive. 67 Buffer body; /* Unexpanded body of the loop */ member in struct:ForLoop 98 Buf_Init(&f->body); 112 Buf_Done(&f->body); 286 Buf_AddStr(&accumFor->body, line) [all...] |
/src/sys/arch/xen/xenbus/ |
xenbus_xs.c | 66 char *body; member in struct:xs_stored_msg::__anonfad9c756010a::__anonfad9c7560208 119 char *body; local in function:read_reply 132 body = msg->u.reply.body; 133 DPRINTK("read_reply: type %d body %s", 134 msg->hdr.type, body); 138 return body; 719 char *body; local in function:process_msg 733 body = malloc(msg->hdr.len + 1, M_DEVBUF, M_NOWAIT); 734 if (body == NULL) [all...] |
/src/sys/dev/microcode/aic7xxx/ |
aicasm_symbol.h | 120 const char* body; member in struct:macro_info
|
/src/sys/dev/pcmcia/ |
if_malo_pcmcia.c | 1272 struct malo_cmd_body_spec *body; local in function:cmalo_cmd_get_hwspec 1273 const uint16_t psize = sizeof(*hdr) + sizeof(*body); 1277 hdr->size = htole16(sizeof(*body)); 1281 body = (struct malo_cmd_body_spec *)(hdr + 1); 1282 memset(body, 0, sizeof(*body)); 1284 memset(body->macaddr, 0xff, ETHER_ADDR_LEN); 1301 struct malo_cmd_body_spec *body; local in function:cmalo_cmd_rsp_hwspec 1303 body = (struct malo_cmd_body_spec *)(hdr + 1); 1306 memcpy(ic->ic_myaddr, body->macaddr, ETHER_ADDR_LEN) 1337 struct malo_cmd_body_scan *body; local in function:cmalo_cmd_set_scan 1398 struct malo_cmd_body_rsp_scan *body; local in function:cmalo_cmd_rsp_scan 1484 struct malo_cmd_body_auth *body; local in function:cmalo_cmd_set_auth 1512 struct malo_cmd_body_wep *body; local in function:cmalo_cmd_set_wep 1569 struct malo_cmd_body_snmp *body; local in function:cmalo_cmd_set_snmp 1621 struct malo_cmd_body_radio *body; local in function:cmalo_cmd_set_radio 1652 struct malo_cmd_body_channel *body; local in function:cmalo_cmd_set_channel 1681 struct malo_cmd_body_txpower *body; local in function:cmalo_cmd_set_txpower 1708 struct malo_cmd_body_antenna *body; local in function:cmalo_cmd_set_antenna 1752 struct malo_cmd_body_macctrl *body; local in function:cmalo_cmd_set_macctrl 1783 struct malo_cmd_body_macaddr *body; local in function:cmalo_cmd_set_macaddr 1810 struct malo_cmd_body_assoc *body; local in function:cmalo_cmd_set_assoc 1887 struct malo_cmd_body_rsp_assoc *body; local in function:cmalo_cmd_rsp_assoc 1906 struct malo_cmd_body_rate *body; local in function:cmalo_cmd_set_rate [all...] |