Searched refs:blocks (Results 101 - 125 of 131) sorted by relevance

123456

/freebsd-10.0-release/sbin/fsdb/
H A Dfsdb.c133 CMDFUNC(blocks); /* print blocks for active inode */ variable
169 { "blocks", "Print block numbers of active inode", 1, 1, FL_RO, blocks },
353 CMDFUNCSTART(blocks)
513 /* Find IFLNK dinode with allocated data blocks. */
532 /* Look through direct data blocks. */
540 * indirect blocks?
550 * data blocks.
/freebsd-10.0-release/sbin/tunefs/
H A Dtunefs.c73 static int blocks; variable
131 name = "maximum blocks per file in a cylinder group";
175 name = "space to hold for metadata blocks";
345 name = "maximum blocks per file in a cylinder group";
415 name = "space to hold for metadata blocks";
604 * number of blocks present.
623 warnx("Failed to find sufficient free blocks for the journal");
686 warnx("ROOTINO extends beyond direct blocks.");
698 warnx("ROOTINO extends beyond direct blocks.");
728 * free offset of 'off'. DIRBLKSIZ blocks afte
[all...]
/freebsd-10.0-release/sys/dev/cfi/
H A Dcfi_core.c271 u_int blksz, blocks; local
374 blocks = cfi_read_qry(sc, CFI_QRY_REGION(r)) |
376 sc->sc_region[r].r_blocks = blocks + 1;
/freebsd-10.0-release/contrib/gcc/
H A Dtree-into-ssa.c61 /* Structure to map a variable VAR to the set of blocks that contain
83 basic blocks where VAR is defined (assigned a new value). It also
84 contains a bitmap of all the blocks where VAR is live-on-entry
188 /* Set of blocks that mark_def_sites deems interesting for the
219 /* The set of blocks affected by update_ssa. */
356 and the set of blocks where the object is defined (DEF_BLOCKS).
446 /* Return the set of blocks where variable VAR is defined and the blocks
499 of this variable occurring in different blocks or we saw a use of the
827 KILLS is a bitmap of blocks wher
1919 rewrite_blocks(basic_block entry, enum rewrite_mode what, sbitmap blocks) argument
2732 insert_updated_phi_nodes_for(tree var, bitmap *dfs, bitmap blocks, unsigned update_flags) argument
[all...]
H A Dtree-cfg.c93 /* Nonzero if we found a computed goto while building basic blocks. */
96 /* Basic blocks and flowgraphs. */
139 /* Build a mapping of labels to their associated blocks. */
152 Create basic blocks
393 /* Add the new block to the linked list of blocks. */
454 /* Join all the blocks in the flowgraph. */
620 /* Entry basic blocks for each component. */
907 /* Cleanup useless labels in basic blocks. This is something we wish
1087 /* Look for blocks ending in a multiway branch (a SWITCH_EXPR in GIMPLE),
1202 cannot merge the blocks
5294 tree_flow_call_edges_add(sbitmap blocks) argument
5483 tree_purge_all_dead_eh_edges(bitmap blocks) argument
[all...]
H A Dloop-iv.c246 bitmap blocks = BITMAP_ALLOC (NULL); local
265 bitmap_set_bit (blocks, bb->index);
267 df_set_blocks (df, blocks);
269 BITMAP_FREE (blocks);
H A Dc-decl.c303 The order of the blocks list matters, and it is frequently appended
326 tree blocks;
721 BLOCK_SUBBLOCKS (block) = scope->blocks;
725 for (p = scope->blocks; p; p = TREE_CHAIN (p))
899 SCOPE_LIST_APPEND (scope->outer, blocks, block);
901 blocks made for inner scopes must be carried forward so they
903 else if (scope->blocks)
904 SCOPE_LIST_CONCAT (scope->outer, blocks, scope, blocks);
974 SCOPE_LIST_APPEND (current_scope, blocks, bloc
324 tree blocks; local
[all...]
H A Difcvt.c73 /* # of IF-THEN or IF-THEN-ELSE blocks we looked at */
76 /* # of IF-THEN or IF-THEN-ELSE blocks were converted to conditional
472 blocks after the first block containing the test. */
538 /* For IF-THEN-ELSE blocks, we don't allow modifications of the test
542 /* Go through the THEN and ELSE blocks converting the insns if possible
578 /* Merge the blocks! */
2385 may have been modified by gcse to be shared across basic blocks. */
2401 /* Merge the blocks! */
2509 /* Make sure the blocks are suitable. */
2514 /* Make sure the blocks ca
2983 int blocks = 0; local
[all...]
/freebsd-10.0-release/sys/dev/sound/pci/
H A Demu10k1.c171 SLIST_HEAD(, emu_memblk) blocks;
1389 SLIST_INSERT_HEAD(&mem->blocks, blk, link);
1401 SLIST_FOREACH(i, &mem->blocks, link) {
1407 SLIST_REMOVE(&mem->blocks, blk, emu_memblk, link);
1425 SLIST_FOREACH(i, &mem->blocks, link) {
1883 SLIST_INIT(&sc->mem.blocks);
2026 if (!SLIST_EMPTY(&sc->mem.blocks))
H A Demu10kx.c286 SLIST_HEAD(, emu_memblk) blocks;
1144 SLIST_INSERT_HEAD(&mem->blocks, blk, link);
1155 SLIST_FOREACH(i, &mem->blocks, link) {
1161 SLIST_REMOVE(&mem->blocks, blk, emu_memblk, link);
1178 SLIST_FOREACH(i, &mem->blocks, link) {
2726 SLIST_INIT(&sc->mem.blocks);
2942 if (!SLIST_EMPTY(&sc->mem.blocks))
2945 SLIST_FOREACH(blk, &sc->mem.blocks, link)
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Ddsp.c1667 a->blocks = sndbuf_getblocks(bs) - rdch->blocks;
1669 rdch->blocks = sndbuf_getblocks(bs);
1685 a->blocks = sndbuf_getblocks(bs) - wrch->blocks;
1687 wrch->blocks = sndbuf_getblocks(bs);
H A Dchannel.h96 u_int64_t blocks; member in struct:pcm_channel
439 /* The total number of blocks per secondary bufhard. */
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dradeon_combios.c711 u8 id, blocks, clk, data; local
718 blocks = RBIOS8(offset + 2);
719 for (i = 0; i < blocks; i++) {
2685 u8 rev, blocks, tmp; local
2782 blocks = RBIOS8(offset + 0x2);
2938 uint8_t blocks, slave_addr, rev; local
2952 blocks = RBIOS8(offset + 3);
2954 while (blocks > 0) {
3000 blocks--;
/freebsd-10.0-release/sys/powerpc/ps3/
H A Dps3-hvcall.h136 int lv1_storage_send_device_command(uint64_t dev, uint64_t cmd_id, uint64_t cmd_block, uint64_t cmd_size, uint64_t data_buf, uint64_t blocks, uint64_t *dma_tag);
/freebsd-10.0-release/sys/net/
H A Dzlib.c480 * all blocks if lit_bufsize is not greater than 32K.)
1581 /* Stored blocks are limited to 0xffff bytes, pending_buf is limited
2661 * the last real code. In this case we send two empty static blocks instead
2844 * on 16 bit machines and because stored blocks are restricted to
3069 BLOCKS, /* decompressing blocks */
3092 *blocks; /* current inflate_blocks state */ member in struct:internal_state
3107 inflate_blocks_reset(z->state->blocks, z, &c);
3120 if (z->state->blocks != Z_NULL)
3121 inflate_blocks_free(z->state->blocks, z, &c);
3154 z->state->blocks
[all...]
/freebsd-10.0-release/secure/lib/libcrypt/
H A Dblowfish.c474 blf_enc(blf_ctx *c, u_int32_t *data, u_int16_t blocks) argument
480 for (i = 0; i < blocks; i++) {
/freebsd-10.0-release/crypto/openssh/
H A Dmonitor.c1890 u_int64_t blocks, bytes; local
1921 blocks = buffer_get_int64(&m);
1924 packet_set_state(MODE_OUT, seqnr, blocks, packets, bytes);
1926 blocks = buffer_get_int64(&m);
1929 packet_set_state(MODE_IN, seqnr, blocks, packets, bytes);
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddebug.c373 struct debug_block *blocks; member in struct:debug_function
411 /* List of child blocks. */
798 f->blocks = b;
873 debug_error (_("debug_end_function: some blocks were not closed"));
2820 if (! debug_write_linenos (info, fns, fhandle, function->blocks->start))
2839 for (b = function->blocks; b != NULL; b = b->next)
/freebsd-10.0-release/sys/boot/i386/boot2/
H A Dboot1.S104 movb %dh,%al # blocks to
/freebsd-10.0-release/sys/geom/part/
H A Dg_part.c177 g_part_geometry_heads(off_t blocks, u_int sectors, off_t *bestchs, argument
189 cylinders = blocks / heads / sectors;
204 off_t blocks)
219 g_part_geometry_heads(blocks, sectors, &chs, &heads);
203 g_part_geometry(struct g_part_table *table, struct g_consumer *cp, off_t blocks) argument
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp250 /// by all blocks preceding MBB in its trace. It does not include instructions
265 /// by this block and all blocks following it in its trace.
284 // pickTracePred() is called on the post-ordered blocks. During the downwards
413 // revisit blocks.
421 LoopBounds(MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> blocks,
423 : Blocks(blocks), Loops(loops), Downward(false) {}
438 // Skip already visited To blocks.
514 // Invalidate height resources of blocks above MBB.
540 // Invalidate depth resources of blocks below MBB.
567 // because the instructions in that block may change. Other blocks ma
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang-c/
H A DIndex.h3142 # if __has_feature(blocks)
5216 # if __has_feature(blocks)
/freebsd-10.0-release/sys/dev/de/
H A Dif_de.c466 * If one of the media blocks contained a default media flag,
2371 u_int32_t leaf_offset, blocks, data; local
2411 blocks = *dp++;
2412 for (idx2 = 0; idx2 < blocks; idx2++) {
2461 if (blocks == 0) {
2473 blocks = *dp++;
2474 for (idx2 = 0; idx2 < blocks; idx2++) {
/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c799 int jb_blocks; /* Total disk blocks covered. */
800 int jb_free; /* Total disk blocks free. */
1562 * that blocks of a file are freed before the inode itself is freed. This
1801 /* releasing blocks and/or fragments from a file */
2033 * separately from the file blocks and inodes to which they correspond.
2038 * find newly allocated blocks when trying to associate them with
2540 int blocks; local
2542 blocks = bytes / DEV_BSIZE;
2552 if (freecnt > blocks)
2553 freecnt = blocks;
[all...]
/freebsd-10.0-release/sys/dev/nand/
H A Dnand.c305 param->blocks = cg->blks_per_lun * cg->luns;
806 nand_debug(NDBG_NAND,"%p erase blocks %d[%d]", chip, block, num_blocks);
815 nand_debug(NDBG_NAND,"%p erase blocks %d error",

Completed in 335 milliseconds

123456