| /freebsd-12.1/sys/dev/ocs_fc/ |
| H A D | ocs_hw_queues.c | 356 eq->entry_count = entry_count; in hw_new_eq() 375 eq->entry_count); in hw_new_eq() 402 cq->entry_count = entry_count; in hw_new_cq() 410 eq->entry_count); in hw_new_cq() 417 cq->entry_count); in hw_new_cq() 456 cq->entry_count = entry_count; in hw_new_cq_set() 506 mq->entry_count = entry_count; in hw_new_mq() 521 mq->entry_count); in hw_new_mq() 550 wq->entry_count = entry_count; in hw_new_wq() 608 rq->entry_count, in hw_new_rq() [all …]
|
| H A D | ocs_utils.c | 296 if (va->entry_count < va->array_count) { in ocs_varray_add() 297 va->array[va->entry_count++] = entry; in ocs_varray_add() 363 if (++va->next_index >= va->entry_count) { in _ocs_varray_iter_next() 414 rc = va->entry_count; in ocs_varray_get_count() 422 uint32_t entry_count; /*<< entry count */ member 453 cbuf->entry_count = entry_count; in ocs_cbuf_alloc() 511 if (unlikely(++cbuf->cidx >= cbuf->entry_count)) { in ocs_cbuf_get() 728 uint32_t entry_count = 0; in ocs_ddump_queue_entries() local 733 entry_count = length; in ocs_ddump_queue_entries() 736 entry_count = qentries; in ocs_ddump_queue_entries() [all …]
|
| H A D | ocs_hw.h | 1111 uint32_t entry_count; member 1126 uint32_t entry_count; /*<< Number of entries */ member 1147 uint32_t entry_count; member 1163 uint32_t entry_count; member 1208 uint32_t entry_count; member 1241 extern hw_eq_t *hw_new_eq(ocs_hw_t *hw, uint32_t entry_count); 1242 extern hw_cq_t *hw_new_cq(hw_eq_t *eq, uint32_t entry_count); 1243 …ern uint32_t hw_new_cq_set(hw_eq_t *eqs[], hw_cq_t *cqs[], uint32_t num_cqs, uint32_t entry_count); 1244 extern hw_mq_t *hw_new_mq(hw_cq_t *cq, uint32_t entry_count); 1245 extern hw_wq_t *hw_new_wq(hw_cq_t *cq, uint32_t entry_count, uint32_t class, uint32_t ulp); [all …]
|
| H A D | ocs_utils.h | 55 extern ocs_varray_t *ocs_varray_alloc(ocs_os_handle_t os, uint32_t entry_count); 73 extern ocs_cbuf_t *ocs_cbuf_alloc(ocs_os_handle_t os, uint32_t entry_count);
|
| H A D | ocs_hw.c | 782 count += hw->hw_rq[i]->entry_count; in ocs_hw_init() 1425 for (j = 0; j < rq->entry_count; j++) { in ocs_hw_reset() 8069 for (j = 0; j < rq->entry_count; j++) { in ocs_hw_get_rqes_produced_count() 11665 rq->hdr_buf = ocs_hw_rx_buffer_alloc(hw, rqindex, rq->entry_count, hdr_size); in ocs_hw_rx_allocate() 11673 rq->entry_count, hdr_size); in ocs_hw_rx_allocate() 11678 rq->payload_buf = ocs_hw_rx_buffer_alloc(hw, rqindex, rq->entry_count, payload_size); in ocs_hw_rx_allocate() 11685 rq->entry_count, payload_size); in ocs_hw_rx_allocate() 11714 for (i = 0; i < rq->entry_count-1; i++) { in ocs_hw_rx_post() 11751 ocs_hw_rx_buffer_free(hw, rq->hdr_buf, rq->entry_count); in ocs_hw_rx_free() 11753 ocs_hw_rx_buffer_free(hw, rq->payload_buf, rq->entry_count); in ocs_hw_rx_free()
|
| H A D | ocs_ddump.c | 104 for (j = 0; j < rq->entry_count; j++) { in ocs_ddump_sli4_queue()
|
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | mptbl.c | 346 mpch->entry_count += ncpu; in mptable_build() 351 mpch->entry_count += MPE_NUM_BUSES; in mptable_build() 356 mpch->entry_count++; in mptable_build() 362 mpch->entry_count += ioints; in mptable_build() 367 mpch->entry_count += MPEII_NUM_LOCAL_IRQ; in mptable_build()
|
| /freebsd-12.1/lib/libsecureboot/efi/ |
| H A D | efi_variables.c | 179 int digest_count, entry_count; in efi_get_forbidden_digests() local 227 entry_count = list->SignatureListSize - header_size; in efi_get_forbidden_digests() 228 entry_count /= list->SignatureSize; in efi_get_forbidden_digests() 230 while (entry_count-- > 0) { in efi_get_forbidden_digests()
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/history/ |
| H A D | history_003_pos.ksh | 79 typeset -i entry_count=$($ZPOOL history $TESTPOOL | $WC -l | $AWK '{print $1}') 82 ((count_diff = entry_count - orig_count))
|
| /freebsd-12.1/usr.bin/etdump/ |
| H A D | etdump.c | 156 int entry_count; in dump_eltorito() local 198 entry_count = dump_section(buffer, offset, outfile, filename, in dump_eltorito() 201 offset += entry_count * ET_BOOT_ENTRY_SIZE; in dump_eltorito()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | CompactUnwindInfo.h | 116 uint32_t entry_count, uint32_t function_offset, 121 uint32_t entry_count,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugMacro.cpp | 46 uint8_t entry_count = debug_macro_data.GetU8(offset); in SkipOperandTable() local 47 for (uint8_t i = 0; i < entry_count; i++) { in SkipOperandTable()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | CompactUnwindInfo.cpp | 414 uint32_t entry_page_offset, uint32_t entry_count, uint32_t function_offset, in BinarySearchRegularSecondPage() argument 424 uint32_t high = entry_count; in BinarySearchRegularSecondPage() 454 uint32_t entry_page_offset, uint32_t entry_count, in BinarySearchCompressedSecondPage() argument 460 uint32_t high = entry_count; in BinarySearchCompressedSecondPage() 563 uint16_t entry_count = m_unwindinfo_data.GetU16(&offset); // entryCount in GetCompactUnwindInfoForFunction() local 566 second_page_offset + entry_page_offset, entry_count, function_offset, in GetCompactUnwindInfoForFunction() 625 uint16_t entry_count = m_unwindinfo_data.GetU16(&offset); // entryCount in GetCompactUnwindInfoForFunction() local 632 second_page_offset + entry_page_offset, entry_count, function_offset, in GetCompactUnwindInfoForFunction()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | index.c | 82 apr_uint32_t entry_count; member 118 apr_uint32_t entry_count; member 834 int entry_count = 0; in svn_fs_fs__l2p_index_append() local 835 for (i = 0; i < entries->nelts; i += entry_count) in svn_fs_fs__l2p_index_append() 845 entry_count = ffd->l2p_page_size < entries->nelts - i in svn_fs_fs__l2p_index_append() 848 SVN_ERR(encode_l2p_page(entries, i, i + entry_count, in svn_fs_fs__l2p_index_append() 1069 result->page_table[page].entry_count = (apr_uint32_t)value; in get_l2p_header_body() 1341 result->entry_count = table_entry->entry_count; in get_l2p_page() 1342 result->offsets = apr_pcalloc(result_pool, result->entry_count in get_l2p_page() 1346 for (i = 0; i < result->entry_count; ++i) in get_l2p_page() [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | index.c | 77 apr_uint32_t entry_count; member 113 apr_uint32_t entry_count; member 960 int entry_count = 0; in svn_fs_x__l2p_index_append() local 961 for (i = 0; i < entries->nelts; i += entry_count) in svn_fs_x__l2p_index_append() 974 SVN_ERR(encode_l2p_page(entries, i, i + entry_count, in svn_fs_x__l2p_index_append() 1346 result->page_table[page].entry_count = (apr_uint32_t)value; in get_l2p_header_body() 1455 result->entry_count = table_entry->entry_count; in get_l2p_page() 1456 result->offsets = apr_pcalloc(result_pool, result->entry_count in get_l2p_page() 1458 result->sub_items = apr_pcalloc(result_pool, result->entry_count in get_l2p_page() 1475 for (i = 0; i < result->entry_count; ++i) in get_l2p_page() [all …]
|
| /freebsd-12.1/sys/dev/isci/scil/ |
| H A D | scic_sds_controller.h | 463 #define INCREMENT_QUEUE_GET(index, cycle, entry_count, bit_toggle) \ argument 465 if ((index) + 1 == entry_count) \
|
| /freebsd-12.1/sys/x86/include/ |
| H A D | mptable.h | 73 uint16_t entry_count; member
|
| /freebsd-12.1/tools/tools/ncpus/ |
| H A D | biosmptable.c | 88 for (i = 0; i < mpcth->entry_count; i++) { in biosmptable_detect()
|
| /freebsd-12.1/usr.sbin/mptable/ |
| H A D | mptable.c | 570 printf( " entry count:\t\t\t%d\n", cth->entry_count ); in MPConfigTableHeader() 597 for (c = cth->entry_count; c; c--) { in MPConfigTableHeader()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | name-lookup.c | 138 size_t entry_count; member 147 table->entry_count = 0; in binding_table_construct() 173 table->entry_count = 0; 194 const size_t old_entry_count = table->entry_count; in binding_table_expand() 213 table->entry_count = old_entry_count; in binding_table_expand() 227 ++table->entry_count; in binding_table_insert() 229 if (3 * table->chain_count < 5 * table->entry_count) in binding_table_insert()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 1729 int entry_count = lines->getChildCount(); in ParseCompileUnitLineTable() local 1736 for (int i = 0; i < entry_count; ++i) { in ParseCompileUnitLineTable() 1789 if (entry_count > 0 && ShouldAddLine(match_line, prev_line, prev_length)) { in ParseCompileUnitLineTable()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-cfg.c | 4441 gcov_type total_count = 0, entry_count = 0; in tree_duplicate_sese_region() local 4498 entry_count = entry->count; in tree_duplicate_sese_region() 4501 if (entry_count > total_count) in tree_duplicate_sese_region() 4502 entry_count = total_count; in tree_duplicate_sese_region() 4521 total_count - entry_count, in tree_duplicate_sese_region() 4523 scale_bbs_frequencies_gcov_type (region_copy, n_region, entry_count, in tree_duplicate_sese_region()
|
| /freebsd-12.1/sys/sys/ |
| H A D | ata.h | 789 uint8_t entry_count; member
|
| /freebsd-12.1/sys/x86/x86/ |
| H A D | mptable.c | 441 for (i = 0; i < mpct->entry_count; i++) { in mptable_walk_table()
|
| /freebsd-12.1/sys/cam/ata/ |
| H A D | ata_da.c | 3020 && (softc->ata_iddir.entry_count > 0)) { in adadone() 3023 num_entries = softc->ata_iddir.entry_count; in adadone()
|