Searched refs:block (Results 176 - 200 of 533) sorted by relevance

1234567891011>>

/freebsd-10.0-release/tools/regression/pjdfstest/tests/rename/
H A D07.t32 for type in regular dir fifo block char socket symlink; do
50 for type in regular dir fifo block char socket symlink; do
H A D15.t22 for type in regular dir fifo block char socket symlink; do
H A D00.t20 for type in regular fifo block char socket; do
61 for type in regular dir fifo block char socket symlink; do
76 for type in regular dir fifo block char socket symlink; do
/freebsd-10.0-release/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c102 uint8_t block[4096]; local
166 while ((chunk = fread(block, 1, sizeof(block), fetch_out))
168 if (fwrite(block, 1, chunk, file_out) < chunk)
/freebsd-10.0-release/libexec/tftpd/
H A Dtftp-io.c54 static int send_packet(int peer, uint16_t block, char *pkt, int size);
101 send_packet(int peer, uint16_t block, char *pkt, int size) argument
113 "%s block %d, attempt %d successful",
115 (pkt))->th_opcode)), block, i);
119 "%s block %d, attempt %d failed (Error %d: %s)",
121 block, i, errno, strerror(errno));
321 send_ack(int fp, uint16_t block) argument
328 tftp_log(LOG_DEBUG, "Sending ACK for block %d", block);
335 tp->th_block = htons((u_short)block);
351 send_data(int peer, uint16_t block, char *data, int size) argument
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dkeyblock.c159 krb5_keyblock_get_enctype(const krb5_keyblock *block) argument
161 return block->keytype;
/freebsd-10.0-release/sys/mips/nlm/
H A Dboard.h67 int block; member in struct:xlp_port_ivars
109 int block; member in struct:xlp_block_ivars
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dalloca.c37 client code use a block of preprocessor code to be safe (see the Autoconf
251 long sstcpt:32; /* Pointer to task common address block. */
289 long extends; /* Number of block extensions. */
311 long this_address; /* Address of this block. */
312 long this_size; /* Size of this block (does not include
316 long link; /* Address of trailer block of previous
342 long *block, size; local
348 $LM00 common block, but I know that this works. */
368 block = (long *) trailer->this_address;
370 if (block
[all...]
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dalloca.c37 client code use a block of preprocessor code to be safe (see the Autoconf
251 long sstcpt:32; /* Pointer to task common address block. */
289 long extends; /* Number of block extensions. */
311 long this_address; /* Address of this block. */
312 long this_size; /* Size of this block (does not include
316 long link; /* Address of trailer block of previous
342 long *block, size; local
348 $LM00 common block, but I know that this works. */
368 block = (long *) trailer->this_address;
370 if (block
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dada-lang.h28 struct block;
225 extern int ada_lookup_symbol_list (const char *, struct block *,
227 struct block ***);
231 extern struct symbol *ada_lookup_symbol (const char *, struct block *,
238 extern int ada_resolve_function (struct symbol **, struct block **, int,
244 extern int user_select_syms (struct symbol **, struct block **, int, int);
H A Dstack.c42 #include "block.h"
89 static int print_block_frame_labels (struct block *, int *,
92 static int print_block_frame_locals (struct block *,
214 struct block *b = NULL;
1332 /* Print the local variables of a block B active in FRAME.
1336 print_block_frame_locals (struct block *b, struct frame_info *fi,
1373 print_block_frame_labels (struct block *b, int *have_default,
1418 struct block *block = get_frame_block (fi, 0);
1421 if (block
1414 struct block *block = get_frame_block (fi, 0); local
1448 struct block *block = get_frame_block (fi, 0); local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/modes/
H A Dcts128.c25 * of block length and it doesn't flip the order of the last two
34 unsigned char ivec[16], block128_f block)
45 CRYPTO_cbc128_encrypt(in,out,len,key,ivec,block);
52 (*block)(ivec,ivec,key);
61 unsigned char ivec[16], block128_f block)
72 CRYPTO_cbc128_encrypt(in,out,len,key,ivec,block);
81 (*block)(ivec,ivec,key);
152 unsigned char ivec[16], block128_f block)
165 CRYPTO_cbc128_decrypt(in,out,len,key,ivec,block);
170 (*block)(i
32 CRYPTO_cts128_encrypt_block(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) argument
59 CRYPTO_nistcts128_encrypt_block(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) argument
150 CRYPTO_cts128_decrypt_block(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) argument
187 CRYPTO_nistcts128_decrypt_block(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) argument
[all...]
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos.c76 ib_vl_arb_table_t block; local
83 memset(&block, 0, sizeof(block));
84 memcpy(&block, table_block, block_length * sizeof(block.vl_entry[0]));
86 block.vl_entry[i].vl &= vl_mask;
89 !memcmp(&p->vl_arb[block_num], &block,
90 block_length * sizeof(block.vl_entry[0])))
100 (uint8_t *) & block, sizeof(block),
[all...]
/freebsd-10.0-release/sys/dev/nand/
H A Dnandsim_swap.c94 void *block; local
99 block = malloc(swap->blk_size, M_NANDSIM, M_WAITOK);
100 block_space->blk_ptr = block;
103 block);
322 get_bs(struct chip_swap *swap, uint32_t block, uint8_t writing) argument
327 if (swap == NULL || (block >= swap->nof_blks))
330 blk_state = &swap->blk_state[block];
/freebsd-10.0-release/contrib/groff/src/utils/indxbib/
H A Dindxbib.cpp53 const int BLOCK_SIZE = ((1024 - MALLOC_OVERHEAD - sizeof(struct block *)
55 struct block { struct
56 block *next;
60 block(block *p = 0) : next(p), used(0) { } function in struct:block
63 struct block;
66 block *ptr;
710 pp->ptr = new block;
714 pp->ptr = new block(pp->ptr);
724 block *pt
[all...]
/freebsd-10.0-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_slvl_vl_arb.c70 "block 0x%X\n",
190 uint8_t block, anyErr = 0; local
211 for (block = 1; block <= 4; block++) {
217 block, fh);
229 for (block = 1; block <= 4; block++) {
234 block, f
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp131 if (m_addr_context.block && m_addr_context.block == older_context.block)
215 // inlined block, we don't want to step past cases where people have inlined
224 if (prev_sc.block)
226 Block *inlined_block = prev_sc.block->GetContainingInlinedBlock();
/freebsd-10.0-release/sys/dev/ipmi/
H A Dipmi_ssif.c77 u_char *cp, block, count, offset; local
256 block = 1;
274 /* Verify the block number. 0xff marks the last block. */
275 if (ssif_buf[0] != 0xff && ssif_buf[0] != block) {
276 device_printf(dev, "SSIF: Read wrong block %d %d\n",
277 ssif_buf[0], block);
282 "SSIF: Read short middle block, length %d\n",
297 /* If this was the last block we are done. */
300 block
[all...]
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Darc-ext.c150 unsigned char *block = base; local
151 unsigned char *p = block;
156 while (p && p < (block + length))
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolContext.h61 /// block, line table, line entry and symbol.
74 /// @param[in] block
75 /// A Block pointer to the deepest block for this context.
88 Block *block = NULL,
97 Block *block = NULL,
178 /// - block address range if block is not NULL and eSymbolContextBlock is set in \a scope
194 /// is a valid block in the symbol context, return the block
195 /// address range for the containing inline function block, no
346 Block * block; ///< The Block for a given query member in class:lldb_private::SymbolContext
[all...]
/freebsd-10.0-release/lib/libufs/
H A Dsblock.c53 uint8_t block[MAXBSIZE]; local
109 if (bread(disk, fsbtodb(fs, fs->fs_csaddr + i), block, size)
115 bcopy(block, space, size);
/freebsd-10.0-release/sys/dev/drm2/
H A Ddrm_edid.c128 /*** DDC fetch and block validation ***/
135 * Sanity check the header of the base EDID block. Return 8 if the header
150 * Sanity check the EDID block (base or extension). Return 0 if the block
181 /* per-block-type checks */
253 int block, int len)
255 unsigned char start = block * EDID_LENGTH;
256 unsigned char segment = block >> 1;
264 * of the individual block a few times seems to overcome this.
315 u8 *block, *ne local
252 drm_do_probe_ddc_edid(device_t adapter, unsigned char *buf, int block, int len) argument
[all...]
/freebsd-10.0-release/tools/regression/pjdfstest/tests/chmod/
H A D00.t23 for type in regular dir fifo block char socket symlink; do
57 for type in regular dir fifo block char socket symlink; do
88 for type in regular dir fifo block char socket symlink; do
/freebsd-10.0-release/tools/regression/pjdfstest/tests/link/
H A D00.t20 for type in regular fifo block char socket; do
57 for type in regular fifo block char socket; do
75 for type in regular fifo block char socket; do
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp77 bool isReachable(const CFGBlock *block) const {
78 return reachable[block->getBlockID()];
91 const CFGBlock *block = worklist.back(); local
93 llvm::BitVector::reference isReachable = reachable[block->getBlockID()];
97 for (CFGBlock::const_succ_iterator i = block->succ_begin(),
98 e = block->succ_end(); i != e; ++i)
256 virtual void observeStmt(const Stmt *S, const CFGBlock *block, argument
259 currentBlock = block;

Completed in 613 milliseconds

1234567891011>>