HomeSort by: relevance | last modified time | path
    Searched refs:body (Results 1 - 25 of 79) sorted by relevancy

1 2 3 4

  /src/tests/usr.bin/indent/
lsym_rbrace.c 9 * In a function body, '}' ends a block.
40 void function(void) {{{ body(); }}}
49 body();
lsym_lbrace.c 9 * In a function body, '{' starts a block.
37 void function(void) {{{ body(); }}}
46 body();
  /src/usr.bin/make/unit-tests/
opt-debug-for.exp 4 For: loop body with outer = a:
9 For: loop body with inner = 1:
11 For: loop body with inner = 2:
13 For: loop body with outer = b:
18 For: loop body with inner = 1:
20 For: loop body with inner = 2:
directive-for-escape.exp 2 For: loop body with chars = !"#$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~:
9 For: loop body with chars = !"\\#$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~:
16 For: loop body with i = $:
19 For: loop body with i = ${V}:
22 For: loop body with i = ${V:=-with-modifier}:
25 For: loop body with i = $(V):
28 For: loop body with i = $(V:=-with-modifier):
32 For: loop body with i = $:
35 For: loop body with i = ${V}:
38 For: loop body with i = ${V:=-with-modifier}
    [all...]
directive-for-empty.exp 3 For: loop body with i = value:
  /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/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...]
  /src/sys/arch/pmax/tc/
dtms.c 151 tmp = DT_GET_SHORT(msg->body[0], msg->body[1]);
158 tmp = DT_GET_SHORT(msg->body[2], msg->body[3]);
164 tmp = DT_GET_SHORT(msg->body[4], msg->body[5]);
dtkbd.c 233 if ((msg->body[0] < DT_KBD_KEY_MIN && msg->body[0] != DT_KBD_EMPTY) ||
235 printf("dtkbd0: error: %x %x %x\n", len, msg->body[0],
236 msg->body[1]);
241 msg->body[0] = DT_KBD_EMPTY;
245 if (msg->body[0] == DT_KBD_EMPTY) {
255 c = msg->body[i];
272 if (msg->body[i] == c)
282 memcpy(dtkbd_map, msg->body, len);
dt.c 285 sc->sc_msg.body[0] = DT_KBD_EMPTY;
351 * 8 bits of body will be zero.
359 msg->body[0] == 0 && msg->src != dt_ms_addr) {
362 } else if (DT_CTL_LEN(msg->ctl) < 6 && msg->body[0] != 0 &&
445 if (dt_state.ds_len > sizeof(msg->body))
449 if (dt_state.ds_ptr < sizeof(msg->body))
450 msg->body[dt_state.ds_ptr++] = c;
472 printf("body: ");
474 printf("%02x ", msg->body[i]);
478 printf("%02x ", msg->body[i])
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
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_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_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...]
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_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_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_execbuf.c 63 __type body; \
737 cmd->header.size = sizeof(cmd->body);
738 cmd->body.cid = ctx_res->id;
739 cmd->body.mobid = dx_query_mob->base.mem.start;
846 &cmd->body, NULL);
888 if (cmd->body.type >= SVGA3D_RT_MAX) {
890 (unsigned int) cmd->body.type);
896 &cmd->body.cid, &ctx);
902 &cmd->body.target.sid, &res);
917 binding.slot = cmd->body.type
1695 SVGAFifoCmdDefineGMRFB body; member in struct:vmw_cmd_check_define_gmrfb::__anon0a1ebe2d0208
2265 SVGA3dCmdDXSetVertexBuffers body; member in struct:vmw_cmd_dx_set_vertex_buffers::__anon0a1ebe2d0308
2483 SVGA3dCmdDXSetSOTargets body; member in struct:vmw_cmd_dx_set_so_targets::__anon0a1ebe2d0508
2613 union vmw_view_destroy body; member in struct:vmw_cmd_dx_view_remove::__anon0a1ebe2d0908
    [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_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_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...]
  /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/tests/lib/csu/arch/ia64/
h_initfini_align.S 13 .body
  /src/sys/dev/ic/
malo.c 1446 * n bytes 802.11 frame body
2009 struct malo_cmd_postscan *body; local in function:malo_cmd_set_postscan
2012 hdr->size = htole16(sizeof(*hdr) + sizeof(*body));
2015 body = (struct malo_cmd_postscan *)(hdr + 1);
2017 memset(body, 0, sizeof(*body));
2018 memcpy(&body->bssid, macaddr, ETHER_ADDR_LEN);
2019 body->isibss = htole32(ibsson);
2032 struct malo_cmd_channel *body; local in function:malo_cmd_set_channel
2038 hdr->size = htole16(sizeof(*hdr) + sizeof(*body));
2057 struct malo_cmd_antenna *body; local in function:malo_cmd_set_antenna
2083 struct malo_cmd_radio *body; local in function:malo_cmd_set_radio
2106 struct malo_cmd_aid *body; local in function:malo_cmd_set_aid
2128 struct malo_cmd_txpower *body; local in function:malo_cmd_set_txpower
2155 struct malo_cmd_rts *body; local in function:malo_cmd_set_rts
2177 struct malo_cmd_slot *body; local in function:malo_cmd_set_slot
2200 struct malo_cmd_rate *body; local in function:malo_cmd_set_rate
    [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/ppbus/
ppbus_msq.h 190 #define ppbus_MS_GET_init(bus,dev,body) ppbus_MS_init(bus, dev, body, MS_OP_GET)
192 #define ppbus_MS_PUT_init(bus,dev,body) ppbus_MS_init(bus, dev, body, MS_OP_PUT)
222 struct ppbus_microseq *, /* body msq of loop */

Completed in 49 milliseconds

1 2 3 4