Searched refs:block (Results 51 - 75 of 533) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/ipfilter/rules/
H A DBASIC_1.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 in log proto tcp all flags S/SA head 101 group 100
26 block out log on ppp0 all head 150
27 block in log on ed0 from w.x.y.z/24 to any head 200
28 block in log proto tcp all flags S/SA head 201 group 200
29 block in log proto udp all head 202 group 200
30 block out log on ed0 all head 250
36 block i
[all...]
H A Dexample.107 # block incoming connection requests to my internal network from the big bad
10 block in on le0 proto tcp from any to 10.1.0.0/16 flags S/SA
11 # to block the replies:
12 block out on le0 proto tcp from 10.1.0.0 to any flags SA/SA
/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dtest_tar_large.c43 * Each file is built up by duplicating the following block.
85 struct memblock *block; local
98 /* We don't need to store a block of file data. */
103 block = (struct memblock *)malloc(sizeof(*block));
104 memset(block, 0, sizeof(*block));
105 block->size = size;
106 block->buff = malloc(size);
107 memcpy(block
123 struct memblock *block; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/engine/
H A Denginetest.c97 ENGINE *block[512]; local
122 memset(block, 0, 512 * sizeof(ENGINE *));
226 if(((block[loop] = ENGINE_new()) == NULL) ||
227 !ENGINE_set_id(block[loop], id) ||
228 !ENGINE_set_name(block[loop], name))
230 printf("Couldn't create block of ENGINE structures.\n"
237 if(!ENGINE_add(block[loop]))
240 loop, ENGINE_get_id(block[loop]),
241 ENGINE_get_name(block[loop]));
261 OPENSSL_free((void *)ENGINE_get_id(block[loo
[all...]
/freebsd-10.0-release/sys/arm/allwinner/
H A Daintc.c179 uint32_t bit, block, value; local
182 block = (nb / 32);
184 value = aintc_read_4(SW_INT_ENABLE_REG(block));
186 aintc_write_4(SW_INT_ENABLE_REG(block), value);
188 value = aintc_read_4(SW_INT_MASK_REG(block));
190 aintc_write_4(SW_INT_MASK_REG(block), value);
196 uint32_t bit, block, value; local
199 block = (nb / 32);
201 value = aintc_read_4(SW_INT_ENABLE_REG(block));
203 aintc_write_4(SW_INT_ENABLE_REG(block), valu
[all...]
/freebsd-10.0-release/contrib/bzip2/
H A Dblocksort.c9 lossless, block-sorting data compression.
195 ((UChar*)eclass) [0 .. nblock-1] holds block
199 ((UChar*)eclass) [0 .. nblock-1] holds block
253 /*-- set sentinel bits for block-end detection --*/
316 Reconstruct the original block in
321 VPrintf0 ( " reconstructing block ...\n" );
349 UChar* block,
360 c1 = block[i1]; c2 = block[i2];
364 c1 = block[i
347 mainGtU( UInt32 i1, UInt32 i2, UChar* block, UInt16* quadrant, UInt32 nblock, Int32* budget ) argument
485 mainSimpleSort( UInt32* ptr, UChar* block, UInt16* quadrant, Int32 nblock, Int32 lo, Int32 hi, Int32 d, Int32* budget ) argument
621 mainQSort3( UInt32* ptr, UChar* block, UInt16* quadrant, Int32 nblock, Int32 loSt, Int32 hiSt, Int32 dSt, Int32* budget ) argument
751 mainSort( UInt32* ptr, UChar* block, UInt16* quadrant, UInt32* ftab, Int32 nblock, Int32 verb, Int32* budget ) argument
1034 UChar* block = s->block; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DStackID.cpp33 if (sc.block)
34 s->Printf(" (Block {0x%8.8" PRIx64 "})", sc.block->GetID());
103 lhs_sc.function != NULL && lhs_sc.block != NULL &&
104 rhs_sc.function != NULL && rhs_sc.block != NULL)
106 return rhs_sc.block->Contains (lhs_sc.block);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dwrapper.h25 struct block;
30 extern int gdb_parse_exp_1 (char **, struct block *,
/freebsd-10.0-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_pkey.h130 * This objects stores temporary information on pkeys, their target block,
138 uint16_t block; member in struct:osm_pending_pkey
147 * block
148 * The block index based on the previous table extracted from the
152 * The index of the pkey within the block
155 * TRUE for new P_Keys such that the block and index are invalid
245 * Obtain the pointer to the IB PKey table block stored in the object
251 uint16_t block)
253 return ((block < cl_ptr_vector_get_size(&p_pkey_tbl->blocks)) ?
254 cl_ptr_vector_get(&p_pkey_tbl->blocks, block)
249 osm_pkey_tbl_block_get(const osm_pkey_tbl_t * p_pkey_tbl, uint16_t block) argument
280 osm_pkey_tbl_new_block_get(const osm_pkey_tbl_t * p_pkey_tbl, uint16_t block) argument
[all...]
/freebsd-10.0-release/contrib/wpa/src/utils/
H A Dbase64.c100 unsigned char dtable[256], *out, *pos, block[4], tmp; local
131 block[count] = tmp;
134 *pos++ = (block[0] << 2) | (block[1] >> 4);
135 *pos++ = (block[1] << 4) | (block[2] >> 2);
136 *pos++ = (block[2] << 6) | block[3];
/freebsd-10.0-release/tools/regression/pjdfstest/tests/mkdir/
H A D10.t13 for type in regular dir fifo block char socket symlink; do
/freebsd-10.0-release/tools/regression/pjdfstest/tests/mkfifo/
H A D09.t13 for type in regular dir fifo block char socket symlink; do
/freebsd-10.0-release/tools/regression/pjdfstest/tests/symlink/
H A D08.t13 for type in regular dir fifo block char socket symlink; do
/freebsd-10.0-release/sys/mips/nlm/dev/net/
H A Dxaui.c47 int block, lane_ctrl, reg; local
61 block = 7;
65 NAE_REG(block, LANE_CFG, LANE_CFG_CPLX_0_1));
75 NAE_REG(block, LANE_CFG, LANE_CFG_CPLX_0_1),
81 NAE_REG(block, LANE_CFG, LANE_CFG_CPLX_2_3));
91 NAE_REG(block, LANE_CFG, LANE_CFG_CPLX_2_3),
96 for (block = 0; block < 4; block++) {
97 if ((xaui_cplx_mask & (1 << block))
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(NULL),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
/freebsd-10.0-release/crypto/openssl/crypto/modes/
H A Dofb128.c64 * 128bit block we have used is contained in *num;
69 block128_f block)
90 (*block)(ivec, ivec, key);
100 (*block)(ivec, ivec, key);
113 (*block)(ivec, ivec, key);
66 CRYPTO_ofb128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], int *num, block128_f block) argument
H A Dcbc128.c68 unsigned char ivec[16], block128_f block)
81 (*block)(out, out, key);
92 (*block)(out, out, key);
105 (*block)(out, out, key);
117 unsigned char ivec[16], block128_f block)
131 (*block)(in, out, key);
144 (*block)(in, out, key);
159 (*block)(in, tmp.c, key);
175 (*block)(in, tmp.c, key);
190 (*block)(i
66 CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) argument
115 CRYPTO_cbc128_decrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) argument
[all...]
H A Dmodes.h31 unsigned char ivec[16], block128_f block);
34 unsigned char ivec[16], block128_f block);
39 unsigned int *num, block128_f block);
49 block128_f block);
54 int enc, block128_f block);
58 int enc, block128_f block);
62 int enc, block128_f block);
66 unsigned char ivec[16], block128_f block);
72 unsigned char ivec[16], block128_f block);
79 unsigned char ivec[16], block128_f block);
[all...]
H A Dccm128.c64 unsigned int M,unsigned int L,void *key,block128_f block)
69 ctx->block = block;
107 block128_f block = ctx->block; local
112 (*block)(ctx->nonce.c,ctx->cmac.c,ctx->key),
146 (*block)(ctx->cmac.c,ctx->cmac.c,ctx->key),
177 block128_f block = ctx->block; local
182 (*block)(ct
63 CRYPTO_ccm128_init(CCM128_CONTEXT *ctx, unsigned int M,unsigned int L,void *key,block128_f block) argument
252 block128_f block = ctx->block; local
331 block128_f block = ctx->block; local
388 block128_f block = ctx->block; local
[all...]
/freebsd-10.0-release/sys/dev/random/
H A Drandomdev.h50 random_block_func_t *block; member in struct:random_adaptor
/freebsd-10.0-release/contrib/apr-util/crypto/
H A Dapr_crypto_openssl.c130 * @param ctx The block context to use.
147 apr_crypto_block_t *block = (apr_crypto_block_t *) data; local
148 return crypto_block_cleanup(block);
461 * @param ctx The block context returned, see note.
467 * @param blockSize The block size of the cipher.
479 apr_crypto_block_t *block = *ctx; local
480 if (!block) {
481 *ctx = block = apr_pcalloc(p, sizeof(apr_crypto_block_t));
483 if (!block) {
486 block
650 apr_crypto_block_t *block = *ctx; local
[all...]
/freebsd-10.0-release/release/powerpc/
H A Dmkisoimages.sh28 uudecode -o /tmp/hfs-boot-block.bz2 `dirname $0`/hfs-boot.bz2.uu
29 bzip2 -d /tmp/hfs-boot-block.bz2
30 OFFSET=$(hd /tmp/hfs-boot-block | grep 'Loader START' | cut -f 1 -d ' ')
32 dd if=$4/boot/loader of=/tmp/hfs-boot-block seek=$OFFSET conv=notrunc
34 bootable="-o bootimage=macppc;/tmp/hfs-boot-block -o no-emul-boot"
68 rm /tmp/hfs-boot-block
/freebsd-10.0-release/sys/compat/ndis/
H A Dkern_ndis.c205 ndis_miniport_block *block; local
209 block = adapter;
210 sc = device_get_softc(block->nmb_physdeviceobj->do_devext);
220 ndis_miniport_block *block; local
224 block = adapter;
225 sc = device_get_softc(block->nmb_physdeviceobj->do_devext);
236 ndis_miniport_block *block; local
237 block = adapter;
239 block->nmb_setstat = status;
240 KeSetEvent(&block
248 ndis_miniport_block *block; local
259 ndis_miniport_block *block; local
454 ndis_miniport_block *block; local
489 ndis_miniport_block *block; local
551 ndis_miniport_block *block; local
1058 ndis_miniport_block *block; local
1166 ndis_miniport_block *block; local
1325 ndis_miniport_block *block; local
[all...]
/freebsd-10.0-release/contrib/groff/src/libs/libgroff/
H A Dsymbol.cpp31 char *symbol::block = 0; member in class:symbol
138 if (block == 0 || block_size < len) {
140 block = new char [block_size];
142 (void)strcpy(block, p);
143 s = *pp = block;
144 block += len;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp14 // This transformation checks whether a reference of the variable for the block
78 bool VisitBlockDecl(BlockDecl *block) { argument
82 I = block->capture_begin(), E = block->capture_end(); I != E; ++I) {
95 bool onlyValueOfVarIsNeeded = checker.TraverseStmt(block->getBody());
120 bool TraverseBlockDecl(BlockDecl *block) { argument
121 RootBlockObjCVarRewriter(VarsToChange).TraverseDecl(block);

Completed in 277 milliseconds

1234567891011>>