Searched refs:block (Results 251 - 275 of 468) sorted by relevance

<<111213141516171819

/freebsd-9.3-release/sys/nlm/
H A Dnlm_advlock.c302 * the file and block.
604 args1.block = args->block;
633 args1.block = args->block;
729 int retry, block, exclusive; local
736 block = (flags & F_WAIT) ? TRUE : FALSE;
743 args.block = block;
754 if (block)
[all...]
H A Dnlm_prot_xdr.c114 if (!xdr_bool(xdrs, &objp->block))
133 if (!xdr_bool(xdrs, &objp->block))
367 if (!xdr_bool(xdrs, &objp->block))
386 if (!xdr_bool(xdrs, &objp->block))
/freebsd-9.3-release/sys/dev/if_ndis/
H A Dif_ndis.c586 * device. This is what creates the miniport block
1168 ndis_miniport_block *block; local
1176 block = adapter;
1192 NdisAllocatePacket(&status, &p, block->nmb_rxpool);
1216 if (!NDIS_SERIALIZED(block))
1217 KeAcquireSpinLock(&block->nmb_lock, &irql);
1219 InsertTailList((&block->nmb_packetlist), (&p->np_list));
1221 if (!NDIS_SERIALIZED(block))
1222 KeReleaseSpinLock(&block->nmb_lock, irql);
1235 ndis_miniport_block *block; local
1256 ndis_miniport_block *block; local
1330 ndis_miniport_block *block; local
1383 ndis_miniport_block *block; local
1494 ndis_miniport_block *block; local
1535 ndis_miniport_block *block; local
1578 ndis_miniport_block *block; local
1615 ndis_miniport_block *block; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsymmisc.c35 #include "block.h"
68 static int block_depth (struct block *);
73 static void free_symtab_block (struct objfile *, struct block *);
86 static void free_symtab_block (struct objfile *, struct block *);
90 /* Free a struct block <- B and all the symbols defined in that block. */
96 free_symtab_block (struct objfile *objfile, struct block *b)
113 while some have contents that all live inside one big block of memory,
128 /* All the contents are part of a big block of memory (an obstack),
129 and some other symtab is in charge of freeing that block
1211 block_depth(struct block *block) argument
[all...]
H A Dm2-exp.y53 #include "block.h"
124 /* The block that the module specified by the qualifer on an identifer is
127 static struct block *modblock=0;
145 struct block *bval;
156 %type <bval> block
538 block : fblock
551 fblock : block COLONCOLON BLOCKNAME
575 variable: block COLONCOLON NAME
613 be in the same block. */
537 block : fblock label
H A Dc-valprint.c220 struct block *block = (struct block *) NULL;
224 wsym = lookup_symbol (DEPRECATED_SYMBOL_NAME (msymbol), block,
219 struct block *block = (struct block *) NULL; local
H A Dlinespec.c35 #include "block.h"
207 && (lookup_symbol (class_name, (struct block *) NULL,
849 If file specified, use that file's per-file block to start with. */
1085 struct block *block = NULL;
1093 block = BLOCKVECTOR_BLOCK (BLOCKVECTOR (file_symtab), STATIC_BLOCK);
1095 block = get_selected_block (0);
1097 copy = find_imps (file_symtab, block, *argptr, NULL, &i1, &i2);
1104 copy = find_imps (file_symtab, block, *argptr, sym_arr, &i1, &i2);
1809 struct block *
1080 struct block *block = NULL; local
[all...]
H A Dsymfile.h32 struct block;
H A Dtracepoint.c40 #include "block.h"
1296 struct block *block; local
1300 block = block_for_pc (pc);
1301 while (block != 0)
1304 ALL_BLOCK_SYMBOLS (block, iter, sym)
1334 if (BLOCK_FUNCTION (block))
1337 block = BLOCK_SUPERBLOCK (block);
2340 struct block *bloc local
[all...]
H A Djv-lang.c36 #include "block.h"
103 struct block *bl;
108 sizeof (struct blockvector) + sizeof (struct block *));
154 /* Free the dynamic symbols block. */
159 struct block *bl = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
256 struct block *bl;
272 ALL_BLOCK_SYMBOLS (block, iter, sym)
/freebsd-9.3-release/tools/regression/pjdfstest/tests/rename/
H A D09.t28 for type in regular fifo block char socket symlink; do
34 for type in none regular fifo block char socket symlink; do
52 for type in none regular fifo block char socket symlink; do
71 for type in none regular fifo block char socket symlink; do
90 for type in none regular fifo block char socket symlink; do
/freebsd-9.3-release/contrib/bzip2/
H A Dbzlib.c9 lossless, block-sorting data compression.
204 s->block = (UChar*)s->arr2;
232 s->block[s->nblock] = (UChar)ch; s->nblock++;
235 s->block[s->nblock] = (UChar)ch; s->nblock++;
236 s->block[s->nblock] = (UChar)ch; s->nblock++;
239 s->block[s->nblock] = (UChar)ch; s->nblock++;
240 s->block[s->nblock] = (UChar)ch; s->nblock++;
241 s->block[s->nblock] = (UChar)ch; s->nblock++;
245 s->block[s->nblock] = (UChar)ch; s->nblock++;
246 s->block[
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtree-inline.c38 #include "basic-block.h"
383 therein. And hook the new block into the block-tree. */
386 remap_block (tree *block, copy_body_data *id) argument
392 /* Make the new block. */
393 old_block = *block;
398 *block = new_block;
408 /* Remember the remapped block. */
412 /* Copy the whole block tree and root it in id->block
414 remap_blocks(tree block, copy_body_data *id) argument
447 tree block = BIND_EXPR_BLOCK (*tp); local
2562 declare_inline_vars(tree block, tree vars) argument
[all...]
H A Dsdbout.c641 /* Output the symbols defined in block number DO_BLOCK.
644 counting blocks until it finds the desired block. */
649 sdbout_block (tree block) argument
651 while (block)
654 if (TREE_USED (block))
656 /* When we reach the specified block, output its symbols. */
657 if (BLOCK_NUMBER (block) == do_block)
658 sdbout_syms (BLOCK_VARS (block));
660 /* If we are past the specified block, stop the scan. */
661 if (BLOCK_NUMBER (block) > do_bloc
[all...]
H A Dsched-rgn.c30 basic block scheduling.
42 reload, each region is of one block), (2) region level: control
45 priorities are computed, and (3) block level: insns in the block
105 that this is a recovery block. */
122 b1, block_to_bb[b2] > block_to_bb[b1]). Note: A basic block is
123 always referred to by either block or b, while its topological
127 /* The number of the region containing a block. */
130 /* The minimum probability of reaching a source block so that it will be
138 #define BLOCK_TO_BB(block) (block_to_b
446 too_large(int block, int *num_bbs, int *num_insns) argument
1361 basic_block block; local
2416 basic_block block = BASIC_BLOCK (BB_TO_BLOCK (bb)); local
2645 basic_block block; local
[all...]
H A Dresource.c49 int block; /* Basic block number containing target. */ member in struct:target_info
50 int bb_tick; /* Generation count of basic block info. */
64 /* For each basic block, we maintain a generation number of its basic
65 block info, which is updated each time we move an insn from the
66 target of a jump. This is the generation number indexed by block
121 /* Find the number of the basic block with correct live register
123 find such a basic block or the beginning is more than
128 instead of finding the basic block containing INSN, we search
138 label that starts a basic block
[all...]
/freebsd-9.3-release/sys/opencrypto/
H A Dxform.c415 /* NB: BF_encrypt expects the block in host order! */
430 /* NB: BF_decrypt expects the block in host order! */
596 * of a 64-bit block number which we allow to be passed in directly.
612 u_int8_t block[AES_XTS_BLOCKSIZE]; local
616 block[i] = data[i] ^ ctx->tweak[i];
619 rijndael_encrypt(&ctx->key1, block, data);
621 rijndael_decrypt(&ctx->key1, block, data);
635 bzero(block, sizeof(block));
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_btree.h43 __be32 bb_magic; /* magic number for block type */
46 __be32 bb_leftsib; /* left sibling block or NULLAGBLOCK */
47 __be32 bb_rightsib; /* right sibling block or NULLAGBLOCK */
54 __be32 bb_magic; /* magic number for block type */
57 __be64 bb_leftsib; /* left sibling block or NULLDFSBNO */
58 __be64 bb_rightsib; /* right sibling block or NULLDFSBNO */
66 __be32 bb_magic; /* magic number for block type */
107 * Maximum and minimum records in a btree block.
108 * Given block size, type prefix, and leaf flag (0 or 1).
122 * Given block siz
[all...]
H A Dxfs_bmap.c76 xfs_fsblock_t *firstblock, /* first block allocated */
87 xfs_fsblock_t *firstblock, /* first block allocated */
178 * give up the space for the btree root and pitch the leaf block.
229 * The new file will have a root block (in the inode) and a single child block.
235 xfs_fsblock_t *firstblock, /* first-block-allocated */
251 xfs_fsblock_t *firstblock, /* first block allocated in xaction */
266 xfs_fileoff_t bno, /* block number searched for */
276 * blocks at the end of the file which do not start at the previous data block,
417 xfs_bmbt_block_t *block,
3413 xfs_bmbt_block_t *block; /* btree root block */ local
4484 xfs_bmbt_block_t *block; /* current btree block */ local
6150 xfs_check_block( xfs_bmbt_block_t *block, xfs_mount_t *mp, int root, short sz) argument
6218 xfs_bmbt_block_t *block; /* current btree block */ local
6383 xfs_bmbt_block_t *block; /* current btree block */ local
6444 xfs_bmbt_block_t *block, *nextblock; local
6528 xfs_bmap_disk_count_leaves( xfs_ifork_t *ifp, xfs_mount_t *mp, xfs_extnum_t idx, xfs_bmbt_block_t *block, int numrecs, int *count) argument
[all...]
/freebsd-9.3-release/contrib/libarchive/cpio/test/
H A Dtest_format_newc.c28 /* Number of bytes needed to pad 'n' to multiple of 'block', assuming
29 * that 'block' is a power of two. This trick can be more easily
30 * remembered as -n & (block - 1), but many compilers quite reasonably
33 #define PAD(n, block) ((~(n) + 1) & ((block) - 1))
128 assertTextFileContents("1 block\n", "newc.err");
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp146 bool TraverseBlockDecl(BlockDecl *block) { return true; } argument
147 bool TraverseBlockExpr(BlockExpr *block) { return true; } argument
/freebsd-9.3-release/lib/libdisk/
H A Dtst01.c79 scan_block(int fd, daddr_t block) argument
83 if (-1 == lseek(fd, (off_t)block * 512, SEEK_SET))
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-nand.h71 * into a NAND block, page, and column. In NAND flash a page represents the
74 * pages fit into each NAND block. Here is the mapping of bits in the cvmx-nand
81 * | block |page| column |
85 * Basically the block, page, and column addresses are packet together. Before
90 * normally either have 32 or 64 pages per block, needing either 5 or 6 address
91 * bits respectively. This means you have 10 bits for block address using 4
116 /* ECC bytes for each block */
420 uint32_t pages_per_block; /**< Bytes 92-95: Number of pages per block */
445 - 1 1 = no block address restrictions
467 uint16_t t_bers; /**< Byte 135-136: Maximum block eras
[all...]
/freebsd-9.3-release/tools/regression/pjdfstest/tests/chflags/
H A D09.t24 for type in regular dir fifo block char socket symlink; do
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Ddes-internal.c324 static void desfunc(u32 *block, const u32 *keys) argument
329 leftt = block[0];
330 right = block[1];
398 block[0] = right;
399 block[1] = leftt;

Completed in 296 milliseconds

<<111213141516171819