| /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 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 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 1398 struct malo_cmd_body_rsp_scan *body; local 1484 struct malo_cmd_body_auth *body; local 1512 struct malo_cmd_body_wep *body; local 1569 struct malo_cmd_body_snmp *body; local 1621 struct malo_cmd_body_radio *body; local 1652 struct malo_cmd_body_channel *body; local 1681 struct malo_cmd_body_txpower *body; local 1708 struct malo_cmd_body_antenna *body; local 1752 struct malo_cmd_body_macctrl *body; local 1783 struct malo_cmd_body_macaddr *body; local 1810 struct malo_cmd_body_assoc *body; local 1887 struct malo_cmd_body_rsp_assoc *body; local 1906 struct malo_cmd_body_rate *body; local [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:__anon5812 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:__anon5813 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:__anon5814 606 SVGA3dCmdDXSetShader body; member in struct:__anon5816 635 SVGA3dCmdDXSetSingleConstantBuffer body; member in struct:__anon5817 749 SVGA3dCmdDXSetShaderResources body; member in struct:__anon5818 790 SVGA3dCmdDXSetRenderTargets body; member in struct:__anon5819 871 SVGA3dCmdDXSetSOTargets body; member in struct:__anon5820 984 SVGA3dCmdDXSetVertexBuffers body; member in struct:__anon5821 1146 SVGA3dCmdDXSetIndexBuffer body; member in struct:__anon5822 [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:__anon5868 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:__anon5870 [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 1074 SVGA3dCmdDefineGBSurface body; member in struct:__anon5883 1078 SVGA3dCmdDefineGBSurface_v2 body; member in struct:__anon5884 1082 SVGA3dCmdDefineGBSurface_v3 body; member in struct:__anon5885 1183 SVGA3dCmdBindGBSurface body; member in struct:__anon5886 1187 SVGA3dCmdUpdateGBSurface body; member in struct:__anon5887 1232 SVGA3dCmdReadbackGBSurface body; member in struct:__anon5888 1236 SVGA3dCmdInvalidateGBSurface body; member in struct:__anon5889 1240 SVGA3dCmdBindGBSurface body; member in struct:__anon5890 1295 SVGA3dCmdDestroyGBSurface body; member in struct:__anon5891 1996 SVGA3dCmdDXUpdateSubResource body; member in struct:__anon5892 2000 SVGA3dCmdUpdateGBImage body; member in struct:__anon5893 2146 SVGA3dCmdReadbackGBSurface body; member in struct:__anon5894 [all...] |
| vmwgfx_cotable.c | 175 SVGA3dCmdDXSetCOTable body; member in struct:__anon5837 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:__anon5838 255 SVGA3dCmdDXSetCOTable body; member in struct:__anon5839 277 cmd0->header.size = sizeof(cmd0->body); 278 cmd0->body.cid = vcotbl->ctx->id 350 SVGA3dCmdDXReadbackCOTable body; member in struct:__anon5840 [all...] |
| vmwgfx_context.c | 147 SVGA3dCmdDestroyContext body; member in struct:__anon5825 173 cmd->header.size = sizeof(cmd->body); 174 cmd->body.cid = res->id; 248 SVGA3dCmdDefineContext body; member in struct:__anon5826 275 cmd->header.size = sizeof(cmd->body); 276 cmd->body.cid = res->id; 302 SVGA3dCmdDefineGBContext body; member in struct:__anon5827 326 cmd->header.size = sizeof(cmd->body); 327 cmd->body.cid = res->id; 345 SVGA3dCmdBindGBContext body; member in struct:__anon5828 378 SVGA3dCmdReadbackGBContext body; member in struct:__anon5829 382 SVGA3dCmdBindGBContext body; member in struct:__anon5830 437 SVGA3dCmdDestroyGBContext body; member in struct:__anon5831 469 SVGA3dCmdDXDefineContext body; member in struct:__anon5832 512 SVGA3dCmdDXBindContext body; member in struct:__anon5833 585 SVGA3dCmdDXReadbackContext body; member in struct:__anon5834 589 SVGA3dCmdDXBindContext body; member in struct:__anon5835 651 SVGA3dCmdDXDestroyContext body; member in struct:__anon5836 [all...] |
| vmwgfx_mob.c | 122 SVGA3dCmdSetOTableBase64 body; member in struct:__anon5857 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:__anon5858 217 cmd->header.size = sizeof(cmd->body); 218 cmd->body.type = type 607 SVGA3dCmdDestroyGBMob body; member in struct:__anon5859 661 SVGA3dCmdDefineGBMob64 body; member in struct:__anon5860 [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:__anon5843 2265 SVGA3dCmdDXSetVertexBuffers body; member in struct:__anon5844 2483 SVGA3dCmdDXSetSOTargets body; member in struct:__anon5846 2613 union vmw_view_destroy body; member in struct:__anon5850 [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:__anon5880 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:__anon5881 329 SVGA3dCmdDestroyGBScreenTarget body; member in struct:__anon5882 [all...] |
| vmwgfx_shader.c | 213 SVGA3dCmdDefineGBShader body; member in struct:__anon5871 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:__anon5872 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:__anon5873 323 SVGA3dCmdDestroyGBShader body; member in struct:__anon5874 396 SVGA3dCmdDXBindShader body; member in struct:__anon5875 482 SVGA3dCmdDXBindShader body; member in struct:__anon5876 [all...] |
| vmwgfx_fifo.c | 43 SVGA3dCmdDXTempSetContext body; member in struct:vmw_temp_set_context 651 SVGA3dCmdWaitForQuery body; member in struct:__anon5852 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:__anon5853 [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 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 2038 hdr->size = htole16(sizeof(*hdr) + sizeof(*body)); 2057 struct malo_cmd_antenna *body; local 2083 struct malo_cmd_radio *body; local 2106 struct malo_cmd_aid *body; local 2128 struct malo_cmd_txpower *body; local 2155 struct malo_cmd_rts *body; local 2177 struct malo_cmd_slot *body; local 2200 struct malo_cmd_rate *body; local [all...] |
| /src/sys/arch/xen/xenbus/ |
| xenbus_xs.c | 66 char *body; member in struct:xs_stored_msg::__anon2262::__anon2263 119 char *body; local 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 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 */
|