Searched refs:block (Results 126 - 150 of 468) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsymtab.h33 struct block;
111 struct block *block; member in union:general_symbol_info::__anon1447
171 #define SYMBOL_BLOCK_VALUE(symbol) (symbol)->ginfo.value.block
473 /* In a symbol table, value is SYMBOL_BLOCK_VALUE of a `struct block'.
475 of the block. Function names have this class. */
640 to add a magic symbol to the block containing this information,
992 /* lookup a symbol by name (optional block, optional symtab) */
994 extern struct symbol *lookup_symbol (const char *, const struct block *,
1003 const struct block *,
1338 int block; member in struct:symbol_search
[all...]
H A Dsymtab.c48 #include "block.h"
82 const struct block *block,
90 const struct block *block,
143 const struct block *block_found;
906 in domain DOMAIN, visible from lexical block BLOCK.
913 BLOCK_FOUND is set to the block in which NAME is found (in the case of
927 lookup_symbol (const char *name, const struct block *block,
923 lookup_symbol(const char *name, const struct block *block, const domain_enum domain, int *is_a_field_of_this, struct symtab **symtab) argument
975 lookup_symbol_aux(const char *name, const char *linkage_name, const struct block *block, const domain_enum domain, int *is_a_field_of_this, struct symtab **symtab) argument
1048 lookup_symbol_aux_local(const char *name, const char *linkage_name, const struct block *block, const domain_enum domain, struct symtab **symtab) argument
1079 lookup_symbol_aux_block(const char *name, const char *linkage_name, const struct block *block, const domain_enum domain, struct symtab **symtab) argument
1130 const struct block *block; local
1164 const struct block *block; local
1341 basic_lookup_symbol_nonlocal(const char *name, const char *linkage_name, const struct block *block, const domain_enum domain, struct symtab **symtab) argument
1388 lookup_symbol_static(const char *name, const char *linkage_name, const struct block *block, const domain_enum domain, struct symtab **symtab) argument
1541 struct block *block; local
1674 lookup_block_symbol(const struct block *block, const char *name, const char *linkage_name, const domain_enum domain) argument
3031 print_symbol_info(domain_enum kind, struct symtab *s, struct symbol *sym, int block, char *last) argument
[all...]
/freebsd-9.3-release/sys/dev/drm/
H A Di915_mem.c46 * block to allocate, and the ring is drained prior to allocations --
97 /* Maybe cut off the start of an existing block */
114 /* Maybe cut off the end of an existing block */
131 /* Our block is in the middle */
279 struct mem_block *block, **heap; local
296 block = alloc_block(*heap, alloc->size, alloc->alignment, file_priv);
298 if (!block)
301 mark_block(dev, block, 1);
303 if (DRM_COPY_TO_USER(alloc->region_offset, &block->start,
317 struct mem_block *block, **hea local
[all...]
H A Ddrm_mm.h95 static inline struct drm_mm *drm_get_mm(struct drm_mm_node *block) argument
97 return block->mm;
H A Dsis_mm.c176 PMemBlock block; local
182 block = mmAllocMem(dev_priv->FBHeap, fb->size, 0, 0);
183 if (block) {
185 fb->offset = block->ofs;
186 fb->free = (unsigned long)block;
254 PMemBlock block; local
260 block = mmAllocMem(dev_priv->AGPHeap, agp->size, 0, 0);
261 if (block) {
263 agp->offset = block->ofs;
264 agp->free = (unsigned long)block;
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dgimple-low.c47 tree block; member in struct:lower_data
77 data.block = DECL_INITIAL (current_function_decl);
78 BLOCK_SUBBLOCKS (data.block) = NULL_TREE;
79 BLOCK_CHAIN (data.block) = NULL_TREE;
80 TREE_ASM_WRITTEN (data.block) = 1;
149 gcc_assert (data.block == DECL_INITIAL (current_function_decl));
150 BLOCK_SUBBLOCKS (data.block)
151 = blocks_nreverse (BLOCK_SUBBLOCKS (data.block));
153 clear_block_marks (data.block);
215 TREE_BLOCK (stmt) = data->block;
397 block_may_fallthru(tree block) argument
762 mark_blocks_with_used_vars(tree block) argument
[all...]
/freebsd-9.3-release/contrib/libpcap/
H A Doptimize.c103 * A block is marked if only if its mark equals the current mark.
112 static void opt_init(struct block *);
115 static void intern_blocks(struct block *);
117 static void find_inedges(struct block *);
119 static void opt_dump(struct block *);
123 struct block **blocks;
133 struct block **levels;
193 find_levels_r(struct block *b)
218 * with the 'link' field of the struct block.
221 find_levels(struct block *roo
[all...]
/freebsd-9.3-release/bin/dd/
H A Dextern.h37 void block(void);
/freebsd-9.3-release/contrib/ipfilter/rules/
H A Dexample.135 block in on qe0 to qe3:10.3.3.3 proto tcp all with short
/freebsd-9.3-release/contrib/xz/src/liblzma/common/
H A Dblock_buffer_decoder.c17 lzma_block_buffer_decode(lzma_block *block, lzma_allocator *allocator,
30 &block_decoder, allocator, block);
/freebsd-9.3-release/etc/periodic/security/
H A D510.ipfdenied45 if ipfstat -nhio 2>/dev/null | grep block > ${TMP}; then
H A D610.ipf6denied45 if ipfstat -nhio6 2>/dev/null | grep block > ${TMP}; then
/freebsd-9.3-release/include/rpcsvc/
H A Dklm_prot.x105 bool block;
/freebsd-9.3-release/sys/mips/rmi/
H A Drmi_mips_exts.h46 read_xlr_ctrl_register(int block, int reg) argument
57 : "=r" (res) : "r"((block << 8) | reg)
64 write_xlr_ctrl_register(int block, int reg, uint64_t value) argument
74 : "r" (value), "r" ((block << 8) | reg)
82 read_xlr_ctrl_register(int block, int reg) argument
96 : "r" ((block << 8) | reg)
103 write_xlr_ctrl_register(int block, int reg, uint64_t value) argument
121 : "r" (high), "r" (low), "r"((block << 8) | reg)
/freebsd-9.3-release/tools/regression/pjdfstest/tests/link/
H A D01.t16 for type in regular fifo block char socket; do
/freebsd-9.3-release/tools/regression/pjdfstest/tests/mknod/
H A D01.t15 for type in regular fifo block char socket; do
H A D02.t20 expect block,0644 stat ${nx} type,mode
H A D03.t22 expect block stat ${nx} type
/freebsd-9.3-release/tools/regression/pjdfstest/tests/rename/
H A D12.t16 for type in regular fifo block char socket; do
H A D20.t18 for type in regular dir fifo block char socket symlink; do
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/src/
H A Dibroute.c152 int block, i, j, e, nports, cap, chunks; local
202 for (block = startblock; block <= lastblock; block++) {
204 mod = (block - IB_MIN_MCAST_LID/IB_MLIDS_IN_BLOCK) | (j << 28);
206 DEBUG("reading block %x chunk %d mod %x", block, j, mod);
211 i = block * IB_MLIDS_IN_BLOCK;
301 int block, i, e, nports, top; local
326 for (block
[all...]
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dsha1-internal.c136 #define blk0(i) (block->l[i] = (rol(block->l[i], 24) & 0xFF00FF00) | \
137 (rol(block->l[i], 8) & 0x00FF00FF))
139 #define blk0(i) block->l[i]
141 #define blk(i) (block->l[i & 15] = rol(block->l[(i + 13) & 15] ^ \
142 block->l[(i + 8) & 15] ^ block->l[(i + 2) & 15] ^ block->l[i & 15], 1))
175 /* Hash a single 512-bit block
184 CHAR64LONG16* block; local
[all...]
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dsignal.c96 ** sig -- the signal to block.
256 ** block -- whether to block or release all signals.
263 sm_allsignals(block)
264 bool block;
270 if (block)
287 if (block)
315 (void) sigprocmask(block ? SIG_BLOCK : SIG_UNBLOCK, &sset, NULL);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DReachableCode.cpp44 void enqueue(const CFGBlock *block);
57 void DeadCodeScan::enqueue(const CFGBlock *block) { argument
58 unsigned blockID = block->getBlockID();
62 WorkList.push_back(block);
131 // It is possible that this block has been marked reachable after
136 // Look for any dead code within the block.
140 // No dead code. Possibly an empty block. Look at dead predecessors.
173 const CFGBlock *block = I->first; local
174 if (Reachable[block->getBlockID()])
177 count += clang::reachable_code::ScanReachableFromBlock(block, Reachabl
321 const CFGBlock *block = *I; local
[all...]
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_dirhash.c395 /* Initialise the hash table and block statistics. */
432 /* If necessary, get the next directory block. */
540 * the DIRBLKSIZ-sized block is stored in *prevoffp (if the entry
541 * is the first in a block, the start of the block is used).
684 * Find a directory block with room for 'slotneeded' bytes. Returns
688 * the start of a DIRBLKSIZ block.
713 /* Find a directory block with the desired free space. */
832 /* Update the per-block summary info. */
859 /* Update the per-block summar
895 int block; local
924 int block, i; local
974 int block, ffslot, i, nfree; local
1056 int block, i, nfidx, ofidx; local
[all...]

Completed in 247 milliseconds

1234567891011>>