Searched refs:block_type (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/usr.sbin/burncd/
H A Dburncd.c56 int block_type; member in struct:track_info
82 int block_size = 0, block_type = 0, cdopen = 0, dvdrw = 0; local
250 block_type = CDR_DB_RAW;
255 block_type = CDR_DB_ROM_MODE1;
260 block_type = CDR_DB_ROM_MODE2;
265 block_type = CDR_DB_XA_MODE1;
270 block_type = CDR_DB_XA_MODE2_F2;
275 block_type = CDR_DB_XA_MODE2_F2;
282 block_type = CDR_DB_ROM_MODE1;
302 add_track(file_buf, block_size, block_type, noga
351 add_track(char *name, int block_size, int block_type, int nogap) argument
[all...]
/freebsd-9.3-release/contrib/wpa/src/tls/
H A Dpkcs1.h18 int pkcs1_encrypt(int block_type, struct crypto_rsa_key *key,
H A Dpkcs1.c22 static int pkcs1_generate_encryption_block(u8 block_type, size_t modlen, argument
50 *pos++ = block_type; /* BT */
52 switch (block_type) {
75 "%d", __func__, block_type);
85 int pkcs1_encrypt(int block_type, struct crypto_rsa_key *key, argument
93 if (pkcs1_generate_encryption_block(block_type, modlen, in, inlen,
/freebsd-9.3-release/contrib/libpcap/
H A Dsf-pcap-ng.c71 bpf_u_int32 block_type; member in struct:block_header
201 bpf_u_int32 block_type; member in struct:block_cursor
243 bhdr.block_type = SWAPLONG(bhdr.block_type);
303 cursor->block_type = bhdr.block_type;
320 cursor->block_type);
621 bhdrp->block_type = magic;
673 switch (cursor.block_type) {
796 switch (cursor.block_type) {
[all...]
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dcrypto_libtomcrypt.c492 static int pkcs1_generate_encryption_block(u8 block_type, size_t modlen, argument
520 *pos++ = block_type; /* BT */
522 switch (block_type) {
545 "%d", __func__, block_type);
555 static int crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, argument
564 if (pkcs1_generate_encryption_block(block_type, modlen, in, inlen,
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap.c60 uint64_t block_type; local
62 block_type = *(uint64_t *)vbuf;
64 if (block_type == ZBT_LEAF || block_type == BSWAP_64(ZBT_LEAF))
H A Dzap_micro.c237 uint64_t block_type; local
239 block_type = *(uint64_t *)buf;
241 if (block_type == ZBT_MICRO || block_type == BSWAP_64(ZBT_MICRO)) {
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmdebugread.c292 enum block_type { FUNCTION_BLOCK, NON_FUNCTION_BLOCK };
294 static struct block *new_block (enum block_type);
4689 new_block (enum block_type type)
289 enum block_type { FUNCTION_BLOCK, NON_FUNCTION_BLOCK }; enum

Completed in 137 milliseconds