| /freebsd-11-stable/sys/mips/nlm/hal/ |
| HD | xaui.h | 38 #define XAUI_CONFIG0(block) NAE_REG(block, 4, 0x00) argument 39 #define XAUI_CONFIG1(block) NAE_REG(block, 4, 0x01) argument 40 #define XAUI_CONFIG2(block) NAE_REG(block, 4, 0x02) argument 41 #define XAUI_CONFIG3(block) NAE_REG(block, 4, 0x03) argument 46 #define XAUI_MAX_FRAME_LEN(block) NAE_REG(block, 4, 0x08) argument 47 #define XAUI_REVISION_LVL(block) NAE_REG(block, 4, 0x0b) argument 48 #define XAUI_MII_MGMT_CMD(block) NAE_REG(block, 4, 0x10) argument 49 #define XAUI_MII_MGMT_FIELD(block) NAE_REG(block, 4, 0x11) argument 50 #define XAUI_MII_MGMT_CFG(block) NAE_REG(block, 4, 0x12) argument 51 #define XAUI_MIIM_LINK_FALL_VEC(block) NAE_REG(block, 4, 0x13) argument [all …]
|
| HD | interlaken.h | 39 #define ILK_TX_CONTROL(block) NAE_REG(block, 5, 0x00) argument 40 #define ILK_TX_RATE_LIMIT(block) NAE_REG(block, 5, 0x01) argument 41 #define ILK_TX_META_CTRL(block) NAE_REG(block, 5, 0x02) argument 42 #define ILK_RX_CTRL(block) NAE_REG(block, 5, 0x03) argument 43 #define ILK_RX_STATUS1(block) NAE_REG(block, 5, 0x04) argument 44 #define ILK_RX_STATUS2(block) NAE_REG(block, 5, 0x05) argument 45 #define ILK_GENERAL_CTRL1(block) NAE_REG(block, 5, 0x06) argument 46 #define ILK_STATUS3(block) NAE_REG(block, 5, 0x07) argument 47 #define ILK_RX_FC_TMAP0(block) NAE_REG(block, 5, 0x08) argument 48 #define ILK_RX_FC_TMAP1(block) NAE_REG(block, 5, 0x09) argument [all …]
|
| HD | sgmii.h | 40 #define SGMII_MAC_CONF1(block, i) NAE_REG(block, i, 0x00) argument 41 #define SGMII_MAC_CONF2(block, i) NAE_REG(block, i, 0x01) argument 42 #define SGMII_IPG_IFG(block, i) NAE_REG(block, i, 0x02) argument 43 #define SGMII_HLF_DUP(block, i) NAE_REG(block, i, 0x03) argument 44 #define SGMII_MAX_FRAME(block, i) NAE_REG(block, i, 0x04) argument 45 #define SGMII_TEST(block, i) NAE_REG(block, i, 0x07) argument 46 #define SGMII_MIIM_CONF(block, i) NAE_REG(block, i, 0x08) argument 47 #define SGMII_MIIM_CMD(block, i) NAE_REG(block, i, 0x09) argument 48 #define SGMII_MIIM_ADDR(block, i) NAE_REG(block, i, 0x0a) argument 49 #define SGMII_MIIM_CTRL(block, i) NAE_REG(block, i, 0x0b) argument [all …]
|
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | block.h | 60 struct block struct 68 /* The symbol that names this block, if the block is the body of a argument 73 /* The `struct block' for the containing block, or 0 if none. argument 79 struct block *superblock; argument 92 this block: using directives and the current namespace argument 102 to this block, or 0 if not compiled with GCC. When possible, argument 122 /* Macro to loop through all symbols in a block BL, in no particular argument 126 #define ALL_BLOCK_SYMBOLS(block, iter, sym) \ argument 134 struct block *block[1]; member
|
| HD | block.c | 167 block_scope (const struct block *block) in block_scope() 184 block_set_scope (struct block *block, const char *scope, in block_set_scope() 202 block_using (const struct block *block) in block_using() 218 block_set_using (struct block *block, in block_set_using() 231 block_initialize_namespace (struct block *block, struct obstack *obstack) in block_initialize_namespace() 246 block_static_block (const struct block *block) in block_static_block() 261 block_global_block (const struct block *block) in block_global_block()
|
| HD | cp-namespace.c | 225 struct block *block, in cp_set_block_scope() 337 const struct block *block, in cp_lookup_symbol_nonlocal() 363 const struct block *block, in lookup_namespace_scope() 410 const struct block *block, in cp_lookup_symbol_namespace() 469 const struct block *block, in lookup_symbol_file() 527 const struct block *block) in cp_lookup_nested_type() 785 struct block *block = get_possible_namespace_block (objfile); in check_one_possible_namespace_symbol() local
|
| /freebsd-11-stable/contrib/libpcap/ |
| HD | gencode.h | 243 struct block { struct 255 struct block *head; argument 256 struct block *link; /* link field used by optimizer */ argument 273 struct block *b; /* protocol checks */ argument
|
| /freebsd-11-stable/sys/mips/nlm/dev/net/ |
| HD | mdio.c | 45 nlm_int_gmac_mdio_read(uint64_t nae_base, int bus, int block, in nlm_int_gmac_mdio_read() 95 nlm_int_gmac_mdio_write(uint64_t nae_base, int bus, int block, in nlm_int_gmac_mdio_write() 146 nlm_int_gmac_mdio_reset(uint64_t nae_base, int bus, int block, in nlm_int_gmac_mdio_reset() 178 nlm_gmac_mdio_read(uint64_t nae_base, int bus, int block, in nlm_gmac_mdio_read() 239 nlm_gmac_mdio_write(uint64_t nae_base, int bus, int block, in nlm_gmac_mdio_write() 301 nlm_gmac_mdio_reset(uint64_t nae_base, int bus, int block, in nlm_gmac_mdio_reset()
|
| /freebsd-11-stable/contrib/xz/src/liblzma/common/ |
| HD | block_util.c | 18 lzma_block_compressed_size(lzma_block *block, lzma_vli unpadded_size) in lzma_block_compressed_size() 46 lzma_block_unpadded_size(const lzma_block *block) in lzma_block_unpadded_size() 82 lzma_block_total_size(const lzma_block *block) in lzma_block_total_size()
|
| HD | block_buffer_encoder.c | 89 block_encode_uncompressed(lzma_block *block, const uint8_t *in, size_t in_size, in block_encode_uncompressed() 167 block_encode_normal(lzma_block *block, const lzma_allocator *allocator, in block_encode_normal() 224 block_buffer_encode(lzma_block *block, const lzma_allocator *allocator, in block_buffer_encode() 319 lzma_block_buffer_encode(lzma_block *block, const lzma_allocator *allocator, in lzma_block_buffer_encode() 329 lzma_block_uncomp_encode(lzma_block *block, in lzma_block_uncomp_encode()
|
| HD | block_header_encoder.c | 18 lzma_block_header_size(lzma_block *block) in lzma_block_header_size() 74 lzma_block_header_encode(const lzma_block *block, uint8_t *out) in lzma_block_header_encode()
|
| HD | block_header_decoder.c | 18 free_properties(lzma_block *block, const lzma_allocator *allocator) in free_properties() 34 lzma_block_header_decode(lzma_block *block, in lzma_block_header_decode()
|
| /freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/ |
| HD | kmp_environment.cpp | 237 ___kmp_env_blk_parse_string(kmp_env_blk_t *block, // M: Env block to fill. in ___kmp_env_blk_parse_string() 306 kmp_env_blk_t *block, // M: Env block to fill. in ___kmp_env_blk_parse_windows() 380 ___kmp_env_blk_parse_unix(kmp_env_blk_t *block, // M: Env block to fill. in ___kmp_env_blk_parse_unix() 430 void __kmp_env_blk_init(kmp_env_blk_t *block, // M: Block to initialize. in __kmp_env_blk_init() 463 kmp_env_blk_t *block // M: Block of environment variables to sort. in __kmp_env_blk_sort() 473 kmp_env_blk_t *block // M: Block of environment variables to free. in __kmp_env_blk_free() 486 kmp_env_blk_t *block, // I: Block of environment variables. in __kmp_env_blk_var()
|
| /freebsd-11-stable/sys/compat/ndis/ |
| HD | subr_ndis.c | 497 ndis_miniport_block *block; local 544 ndis_encode_parm(block, oid, type, parm) in ndis_encode_parm() argument 621 ndis_miniport_block *block; local 688 ndis_decode_parm(block, parm, val) in ndis_decode_parm() argument 726 ndis_miniport_block *block; local 776 ndis_miniport_block *block; local 901 ndis_miniport_block *block; local 944 ndis_miniport_block *block; local 974 ndis_miniport_block *block; in NdisWriteErrorLogEntry() local 1051 ndis_miniport_block *block; in NdisMStartBufferPhysicalMapping() local [all …]
|
| HD | kern_ndis.c | 207 ndis_miniport_block *block; local 222 ndis_miniport_block *block; local 238 ndis_miniport_block *block; local 250 ndis_miniport_block *block; local 261 ndis_miniport_block *block; in ndis_resetdone_func() local 467 ndis_miniport_block *block; local 502 ndis_miniport_block *block; in ndis_return_packet() local 562 ndis_miniport_block *block; local 1069 ndis_miniport_block *block; local 1177 ndis_miniport_block *block; local [all …]
|
| /freebsd-11-stable/crypto/openssl/crypto/modes/ |
| HD | cfb128.c | 70 int enc, block128_f block) in CRYPTO_cfb128_encrypt() 190 block128_f block) in cfbr_encrypt_block() 226 int enc, block128_f block) in CRYPTO_cfb128_1_encrypt() 245 int enc, block128_f block) in CRYPTO_cfb128_8_encrypt()
|
| HD | ccm128.c | 67 block128_f block) in CRYPTO_ccm128_init() 111 block128_f block = ctx->block; in CRYPTO_ccm128_aad() local 183 block128_f block = ctx->block; in CRYPTO_ccm128_encrypt() local 267 block128_f block = ctx->block; in CRYPTO_ccm128_decrypt() local 354 block128_f block = ctx->block; in CRYPTO_ccm128_encrypt_ccm64() local 418 block128_f block = ctx->block; in CRYPTO_ccm128_decrypt_ccm64() local
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
| HD | udivsi3.S | 198 #define block(shift) \ macro 213 #define block(shift) \ macro
|
| /freebsd-11-stable/sbin/pfctl/ |
| HD | pfctl_optimize.c | 267 struct superblock *block; in pfctl_optimize_ruleset() local 367 optimize_superblock(struct pfctl *pf, struct superblock *block) in optimize_superblock() 448 remove_identical_rules(struct pfctl *pf, struct superblock *block) in remove_identical_rules() 490 combine_rules(struct pfctl *pf, struct superblock *block) in combine_rules() 640 reorder_rules(struct pfctl *pf, struct superblock *block, int depth) in reorder_rules() 814 block_feedback(struct pfctl *pf, struct superblock *block) in block_feedback() 884 struct superblock *block, *blockcur; in load_feedback_profile() local 1012 remove_from_skipsteps(struct skiplist *head, struct superblock *block, in remove_from_skipsteps() 1340 struct superblock *block = NULL; in construct_superblocks() local 1410 superblock_inclusive(struct superblock *block, struct pf_opt_rule *por) in superblock_inclusive() [all …]
|
| /freebsd-11-stable/contrib/ntp/lib/isc/ |
| HD | mutexblock.c | 28 isc_mutexblock_init(isc_mutex_t *block, unsigned int count) { in isc_mutexblock_init() 47 isc_mutexblock_destroy(isc_mutex_t *block, unsigned int count) { in isc_mutexblock_destroy()
|
| /freebsd-11-stable/sys/crypto/rijndael/ |
| HD | rijndael-api-fst.c | 89 u_int8_t block[16], iv[4][4]; in rijndael_blockEncrypt() local 204 u_int8_t block[16], *iv, *cp; in rijndael_padEncrypt() local 267 u_int8_t block[16], iv[4][4]; in rijndael_blockDecrypt() local 366 u_int8_t block[16]; in rijndael_padDecrypt() local
|
| /freebsd-11-stable/contrib/elftoolchain/libdwarf/ |
| HD | libdwarf_rw.c | 199 _dwarf_write_lsb_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_lsb_alloc() 255 _dwarf_write_msb_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_msb_alloc() 322 _dwarf_write_sleb128_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_sleb128_alloc() 385 _dwarf_write_uleb128_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_uleb128_alloc() 479 _dwarf_write_string_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_string_alloc() 525 _dwarf_write_block_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_block_alloc() 557 _dwarf_write_padding_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_padding_alloc()
|
| /freebsd-11-stable/contrib/ofed/opensm/include/opensm/ |
| HD | osm_pkey.h | 156 uint16_t block; member 269 uint16_t block) in osm_pkey_tbl_block_get() 301 uint16_t block) in osm_pkey_tbl_new_block_get()
|
| /freebsd-11-stable/sbin/newfs_nandfs/ |
| HD | newfs_nandfs.c | 213 struct nandfs_block *block, *new_block; in get_block() local 271 prepare_blockgrouped_file(uint32_t block) in prepare_blockgrouped_file() 283 alloc_blockgrouped_file(uint32_t block, uint32_t entry) in alloc_blockgrouped_file() 414 update_datfile(uint64_t block) in update_datfile() 468 struct nandfs_block *block; in save_segsum() local 603 add_de(void *block, struct nandfs_dir_entry *de, uint64_t ino, in add_de() 630 make_dir(void *block, uint64_t ino, uint64_t parent_ino) in make_dir() 660 void *block; in save_root_dir() local 679 void *block; in save_sufile() local 865 struct nandfs_block *block; in write_fs() local
|
| /freebsd-11-stable/tools/tools/mcgrab/ |
| HD | mcgrab.cc | 91 void grab(char *interface, struct in_addr *group, int number, int block) { in grab() 165 int block = 1; ///< Do we block or just return? in main() local
|