Searched refs:block (Results 276 - 300 of 533) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-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-10.0-release/sys/dev/if_ndis/
H A Dif_ndis.c586 * device. This is what creates the miniport block
1167 ndis_miniport_block *block; local
1175 block = adapter;
1191 NdisAllocatePacket(&status, &p, block->nmb_rxpool);
1215 if (!NDIS_SERIALIZED(block))
1216 KeAcquireSpinLock(&block->nmb_lock, &irql);
1218 InsertTailList((&block->nmb_packetlist), (&p->np_list));
1220 if (!NDIS_SERIALIZED(block))
1221 KeReleaseSpinLock(&block->nmb_lock, irql);
1234 ndis_miniport_block *block; local
1255 ndis_miniport_block *block; local
1329 ndis_miniport_block *block; local
1382 ndis_miniport_block *block; local
1493 ndis_miniport_block *block; local
1534 ndis_miniport_block *block; local
1577 ndis_miniport_block *block; local
1614 ndis_miniport_block *block; local
[all...]
/freebsd-10.0-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 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 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...]
/freebsd-10.0-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-10.0-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-10.0-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...]
/freebsd-10.0-release/sys/opencrypto/
H A Dxform.c420 /* NB: BF_encrypt expects the block in host order! */
435 /* NB: BF_decrypt expects the block in host order! */
601 * of a 64-bit block number which we allow to be passed in directly.
617 u_int8_t block[AES_XTS_BLOCKSIZE]; local
621 block[i] = data[i] ^ ctx->tweak[i];
624 rijndael_encrypt(&ctx->key1, block, data);
626 rijndael_decrypt(&ctx->key1, block, data);
640 bzero(block, sizeof(block));
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp275 if (sc.block && sc.block->GetInlinedFunctionInfo())
277 if (!sc.block->GetStartAddress(break_addr))
/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Daes-gcm.c16 static void inc32(u8 *block) argument
19 val = WPA_GET_BE32(block + AES_BLOCK_SIZE - 4);
21 WPA_PUT_BE32(block + AES_BLOCK_SIZE - 4, val);
124 /* Add zero padded last block */
167 /* Last, partial block */
197 /* Prepare block J_0 = IV || 0^31 || 1 [len(IV) = 96] */
238 * (i.e., zero padded to block size A || C and lengths of each in bits)
/freebsd-10.0-release/sys/dev/nand/
H A Dnand_generic.c610 generic_erase_block(device_t nand, uint32_t block) argument
617 nand_debug(NDBG_GEN,"%p erase block %x", nand, block);
621 if (block >= (chip->chip_geom.blks_per_lun * chip->chip_geom.luns))
624 row = (block << chip->chip_geom.blk_shift) &
627 nand_debug(NDBG_GEN,"%p erase block row %x", nand, row);
639 blk_stat = &(chip->blk_stat[block]);
646 generic_erase_block_intlv(device_t nand, uint32_t block) argument
653 nand_debug(NDBG_GEN,"%p erase block %x", nand, block);
941 generic_is_blk_bad(device_t dev, uint32_t block, uint8_t *bad) argument
[all...]
/freebsd-10.0-release/sys/fs/nandfs/
H A Dnandfs_dat.c122 nandfs_lbn_t block)
142 dat_entry[entry].de_blocknr = block;
145 __func__, (uintmax_t)vblock, (uintmax_t)block));
121 nandfs_vblock_assign(struct nandfs_device *nandfsdev, nandfs_daddr_t vblock, nandfs_lbn_t block) argument
/freebsd-10.0-release/contrib/apr-util/buckets/
H A Dapr_buckets_mmap.c22 apr_size_t *length, apr_read_type_e block)
21 mmap_bucket_read(apr_bucket *b, const char **str, apr_size_t *length, apr_read_type_e block) argument
H A Dapr_buckets_pool.c46 apr_size_t *len, apr_read_type_e block)
45 pool_bucket_read(apr_bucket *b, const char **str, apr_size_t *len, apr_read_type_e block) argument
H A Dapr_buckets_simple.c49 apr_size_t *len, apr_read_type_e block)
48 simple_bucket_read(apr_bucket *b, const char **str, apr_size_t *len, apr_read_type_e block) argument
H A Dapr_buckets_file.c76 apr_size_t *len, apr_read_type_e block)
91 return apr_bucket_read(e, str, len, block);
75 file_bucket_read(apr_bucket *e, const char **str, apr_size_t *len, apr_read_type_e block) argument
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DBlock.h25 /// @brief A class that describes a single lexical block.
31 /// ranges within the BlockList adress range, and each block can
34 /// Each block has a variable list that represents local, argument, and
35 /// static variables that are scoped to the block.
38 /// InlineFunctionInfo shared pointer object to a block. Inlined
52 /// Initialize this block with the specified UID \a uid. The
54 /// sibling, and child block information and also allows for partial
55 /// parsing at the block level.
58 /// The UID for a given block. This value is given by the
60 /// SymbolFile plug-in to match this block bac
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBFrame.cpp331 sb_block.SetPtr (frame->GetSymbolContext (eSymbolContextBlock).block);
764 if (sc.block)
770 if (sc.block->AppendVariables (can_create,
863 if (sc.block && sc.block->AppendVariables (can_create,
1451 Block *block = frame->GetSymbolContext(eSymbolContextBlock).block; local
1452 if (block)
1453 return block->GetContainingInlinedBlock () != NULL;
1489 if (sc.block)
[all...]

Completed in 296 milliseconds

<<11121314151617181920>>