Searched refs:block (Results 26 - 50 of 468) sorted by relevance

1234567891011>>

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Locks/
H A Dlockbyproc.d10 lockstat:::adaptive-block { @time[execname] = sum(arg1); }
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dmutexblock.h32 isc_mutexblock_init(isc_mutex_t *block, unsigned int count);
34 * Initialize a block of locks. If an error occurs all initialized locks
39 *\li block != NULL
50 isc_mutexblock_destroy(isc_mutex_t *block, unsigned int count);
52 * Destroy a block of locks.
56 *\li block != NULL
60 *\li Each lock in the block be initialized via isc_mutex_init() or
61 * the whole block was initialized via isc_mutex_initblock().
/freebsd-9.3-release/contrib/ipfilter/rules/
H A Dexample.62 # block all TCP packets with only the SYN flag set (this is the first
5 block in proto tcp from any to any flags S/SA
H A Dtcpstate6 block out on le0 proto tcp all
7 block in on le0 proto tcp all
12 block out on le0 proto udp all
13 block in on le0 proto udp all
H A DBASIC_2.FW17 block in log quick all with short
21 # By default, block and log everything. This maybe too much logging
24 block in log on ppp0 all head 100
25 block out log on ppp0 all head 150
26 block in log on ed0 from w.x.y.z/24 to any head 200
27 block out log on ed0 all head 250
34 block in log quick from 10.0.0.0/8 to any group 100
35 block in log quick from 192.168.0.0/16 to any group 100
36 block in log quick from 172.16.0.0/12 to any group 100
40 block i
[all...]
H A Dexample.sr6 # block any inbound packets on le0 which are fragmented and "too short" to
11 block in log quick on le0 from any to any with short frag
20 # block and log any inbound ICMP unreachables
22 block in log on le0 proto icmp from any to any icmp-type unreach
24 # block and log any inbound UDP packets on le0 which are going to port 2049
27 block in log on le0 proto udp from any to any port = 2049
36 # block (and stop matching) any packet with IP options present.
38 block in quick on le0 from any to any with ipopts
44 # block any inbound UDP packets destined for these subnets.
46 block i
[all...]
H A Dipmon.conf10 match { protocol = udp, result = block }
20 rule = 12, logtag = 101, direction = in, result = block,
H A Dserver3 # 128.1.2.1 (le1), we want to block all IP spoofing attacks. le1 is
9 block in log quick on le0 from any to any
10 block in log quick on le1 from 128.1.1.0/24 to any
H A Dexample.1112 # block anything trying to get to X terminal ports, X:0 to X:9
14 block in proto tcp from any to any port 5999 >< 6010
19 block in proto tcp/udp all
26 block in proto tcp/udp from any to any port 511 >< 516
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-flash.h102 * Erase a block on the flash chip
104 * @param chip_id Chip to erase a block on
105 * @param region Region to erase a block in
106 * @param block Block number to erase
109 int cvmx_flash_erase_block(int chip_id, int region, int block);
112 * Write a block on the flash chip
114 * @param chip_id Chip to write a block on
115 * @param region Region to write a block in
116 * @param block Block number to write
120 int cvmx_flash_write_block(int chip_id, int region, int block, cons
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dmutexblock.h32 isc_mutexblock_init(isc_mutex_t *block, unsigned int count);
34 * Initialize a block of locks. If an error occurs all initialized locks
39 *\li block != NULL
50 isc_mutexblock_destroy(isc_mutex_t *block, unsigned int count);
52 * Destroy a block of locks.
56 *\li block != NULL
60 *\li Each lock in the block be initialized via isc_mutex_init() or
61 * the whole block was initialized via isc_mutex_initblock().
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dobjc-lang.h28 struct block;
54 extern char *find_imps (struct symtab *symtab, struct block *block,
65 struct symbol *lookup_struct_typedef (char *name, struct block *block,
H A Dcp-namespace.c29 #include "block.h"
76 const struct block *block,
84 const struct block *block,
95 static struct block *get_possible_namespace_block (struct objfile *objfile);
123 STATIC_BLOCK should be the symtab's static block; OBSTACK is used
127 cp_finalize_namespace (struct block *static_block,
220 defined in, if necessary. BLOCK is the associated block; use
225 struct block *bloc
224 cp_set_block_scope(const struct symbol *symbol, struct block *block, struct obstack *obstack) argument
335 cp_lookup_symbol_nonlocal(const char *name, const char *linkage_name, const struct block *block, const domain_enum domain, struct symtab **symtab) argument
361 lookup_namespace_scope(const char *name, const char *linkage_name, const struct block *block, const domain_enum domain, struct symtab **symtab, const char *scope, int scope_len) argument
407 cp_lookup_symbol_namespace(const char *namespace, const char *name, const char *linkage_name, const struct block *block, const domain_enum domain, struct symtab **symtab) argument
467 lookup_symbol_file(const char *name, const char *linkage_name, const struct block *block, const domain_enum domain, struct symtab **symtab, int anonymous_namespace) argument
525 cp_lookup_nested_type(struct type *parent_type, const char *nested_name, const struct block *block) argument
785 struct block *block = get_possible_namespace_block (objfile); local
[all...]
H A Dbuildsym.c46 #include "block.h"
221 /* Take one of the lists of symbols and make a block from it. Keep
223 file). Put the block on the list of pending blocks. */
232 struct block *block;
236 block = allocate_block (&objfile->objfile_obstack);
240 BLOCK_DICT (block) = dict_create_linear (&objfile->objfile_obstack,
245 BLOCK_DICT (block) = dict_create_hashed (&objfile->objfile_obstack,
249 BLOCK_START (block) = start;
250 BLOCK_END (block)
229 struct block *block; local
446 record_pending_block(struct objfile *objfile, struct block *block, struct pending_block *opblock) argument
[all...]
/freebsd-9.3-release/sys/crypto/rijndael/
H A Drijndael-api-fst.c88 u_int8_t block[16], iv[4][4]; local
112 memcpy(block, cipher->IV, 16);
114 ((u_int32_t*)block)[0] ^= ((u_int32_t*)iv)[0];
115 ((u_int32_t*)block)[1] ^= ((u_int32_t*)iv)[1];
116 ((u_int32_t*)block)[2] ^= ((u_int32_t*)iv)[2];
117 ((u_int32_t*)block)[3] ^= ((u_int32_t*)iv)[3];
119 ((u_int32_t*)block)[0] = ((u_int32_t*)cipher->IV)[0] ^ ((u_int32_t*)input)[0];
120 ((u_int32_t*)block)[1] = ((u_int32_t*)cipher->IV)[1] ^ ((u_int32_t*)input)[1];
121 ((u_int32_t*)block)[2] = ((u_int32_t*)cipher->IV)[2] ^ ((u_int32_t*)input)[2];
122 ((u_int32_t*)block)[
203 u_int8_t block[16], *iv, *cp; local
266 u_int8_t block[16], iv[4][4]; local
365 u_int8_t block[16]; local
[all...]
/freebsd-9.3-release/contrib/xz/src/liblzma/common/
H A Dblock_encoder.c25 lzma_block *block; member in struct:lzma_coder_s
78 lzma_check_update(&coder->check, coder->block->check,
87 // Copy the values into coder->block. The caller
89 coder->block->compressed_size = coder->compressed_size;
90 coder->block->uncompressed_size = coder->uncompressed_size;
110 if (coder->block->check == LZMA_CHECK_NONE)
113 lzma_check_finish(&coder->check, coder->block->check);
120 const size_t check_size = lzma_check_size(coder->block->check);
126 memcpy(coder->block->raw_check, coder->check.buffer.u8,
160 lzma_block *block)
159 lzma_block_encoder_init(lzma_next_coder *next, lzma_allocator *allocator, lzma_block *block) argument
[all...]
H A Dblock_decoder.c30 lzma_block *block; member in struct:lzma_coder_s
97 coder->block->uncompressed_size))
100 lzma_check_update(&coder->check, coder->block->check,
109 coder->block->compressed_size)
111 coder->block->uncompressed_size))
114 // Copy the values into coder->block. The caller
116 coder->block->compressed_size = coder->compressed_size;
117 coder->block->uncompressed_size = coder->uncompressed_size;
132 // coder->block already, and won't be modified by
140 if (coder->block
182 lzma_block_decoder_init(lzma_next_coder *next, lzma_allocator *allocator, lzma_block *block) argument
[all...]
H A Dblock_encoder.h45 lzma_allocator *allocator, lzma_block *block);
/freebsd-9.3-release/contrib/gcc/
H A Dc-gimplify.c37 #include "basic-block.h"
120 add_block_to_enclosing (tree block) argument
130 BLOCK_SUBBLOCKS (enclosing) = chainon (BLOCK_SUBBLOCKS (enclosing), block);
136 BLOCK_SUBBLOCKS of the enclosing block.
141 c_build_bind_expr (tree block, tree body) argument
145 if (block == NULL_TREE)
147 else if (TREE_CODE (block) == BLOCK)
148 decls = BLOCK_VARS (block);
151 decls = block;
153 block
[all...]
/freebsd-9.3-release/lib/libdisk/
H A Dblocks.c19 read_block(int fd, daddr_t block, u_long sector_size) argument
27 if (-1 == lseek(fd, (off_t)block * sector_size, SEEK_SET)) {
40 write_block(int fd, daddr_t block, const void *foo, u_long sector_size) argument
44 if (-1 == lseek(fd, (off_t)block * sector_size, SEEK_SET))
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFGReachabilityAnalysis.cpp11 // analysis based on Clang's CFGs. Clients can query if a given basic block
55 const CFGBlock *block = worklist.pop_back_val(); local
57 if (visited[block->getBlockID()])
59 visited[block->getBlockID()] = true;
64 DstReachability[block->getBlockID()] = true;
70 for (CFGBlock::const_pred_iterator i = block->pred_begin(),
71 e = block->pred_end(); i != e; ++i) {
/freebsd-9.3-release/contrib/xz/src/liblzma/api/lzma/
H A Dblock.h2 * \file lzma/block.h
272 * block->header_size.
283 extern LZMA_API(lzma_ret) lzma_block_header_size(lzma_block *block)
296 * at least block->header_size bytes.
297 * \param block Block options to be encoded.
299 * \return - LZMA_OK: Encoding was successful. block->header_size
303 * block->header_size is invalid or block->filters is NULL.
306 const lzma_block *block, uint8_t *out)
313 * block
[all...]
/freebsd-9.3-release/usr.sbin/bluetooth/bt3cfw/
H A Dbt3cfw.c149 ng_bt3c_firmware_block_ep *block = NULL; local
152 block = (ng_bt3c_firmware_block_ep *)
155 firmware_size += sizeof(*block);
158 "block. Firmware file %s is " \
165 block->block_address = address;
166 block->block_size = (size - 4) / 2;
167 block->block_alignment = (block->block_size * 2) % 3;
168 if (block->block_alignment != 0)
169 block
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir2_block.c55 * Add an entry to a block directory.
61 xfs_dir2_data_free_t *bf; /* bestfree table in block */
62 xfs_dir2_block_t *block; /* directory block structure */ local
63 xfs_dir2_leaf_entry_t *blp; /* block leaf entries */
64 xfs_dabuf_t *bp; /* buffer for block */
65 xfs_dir2_block_tail_t *btp; /* block tail */
67 xfs_dir2_data_entry_t *dep; /* block data entry */
69 xfs_dir2_data_unused_t *dup; /* block unused entry */
92 * Read the (one and only) directory block int
435 xfs_dir2_block_t *block; /* directory block structure */ local
558 xfs_dir2_block_t *block; /* directory block structure */ local
579 xfs_dir2_block_t *block; /* directory block structure */ local
598 xfs_dir2_block_t *block; /* block structure */ local
644 xfs_dir2_block_t *block; /* block structure */ local
737 xfs_dir2_block_t *block; /* block structure */ local
819 xfs_dir2_block_t *block; /* block structure */ local
885 xfs_dir2_block_t *block; /* block structure */ local
1027 xfs_dir2_block_t *block; /* block structure */ local
[all...]
/freebsd-9.3-release/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_random.c17 int offset, block; local
21 block = read(fd, &buffer[offset], count);
23 if (block < 0) {
25 return block;
27 if (!block) return offset;
29 offset += block;
30 count -= block;

Completed in 118 milliseconds

1234567891011>>