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

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_macinfo.c50 Dwarf_Unsigned max_count, Dwarf_Signed *entry_cnt,
57 if (dbg == NULL || entry_cnt == NULL || details == NULL) {
79 *entry_cnt = cnt;
49 dwarf_get_macro_details(Dwarf_Debug dbg, Dwarf_Off offset, Dwarf_Unsigned max_count, Dwarf_Signed *entry_cnt, Dwarf_Macro_Details **details, Dwarf_Error *error) argument
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_htree.c506 int entry_cnt = 0; local
532 entry_cnt++;
547 qsort(sort_info, entry_cnt, sizeof(struct ext2fs_htree_sort_entry),
553 for (i = entry_cnt - 1; i >= 0; i--) {
570 for (k = i + 1; k < entry_cnt; k++) {
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c696 int entry_cnt = 0, multiline = 0; local
735 ++entry_cnt >= MAX_BID_ENTRY)
769 if (++entry_cnt >= MAX_BID_ENTRY)
793 if (entry_cnt >= MAX_BID_ENTRY || (entry_cnt > 0 && len == 0)) {
/freebsd-11-stable/sys/dev/advansys/
H A Dadvlib.c720 sg_entry_cnt = scsiq->sg_head->entry_cnt;
1754 sg_entry_cnt = sg_head->entry_cnt - 1;
H A Dadvlib.h705 u_int16_t entry_cnt; /* member in struct:adv_sg_head
712 * to store entry_cnt
H A Dadvansys.c520 sghead.entry_cnt
/freebsd-11-stable/sys/netinet/
H A Dsctp_indata.c3886 int entry_flight, entry_cnt; local
3892 entry_cnt = asoc->total_flight_count;
3920 entry_flight, entry_cnt);
/freebsd-11-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h14451 uint16_t entry_cnt; member in struct:hwrm_queue_dscp2pri_qcfg_output
14531 uint16_t entry_cnt; member in struct:hwrm_queue_dscp2pri_cfg_input
[all...]

Completed in 416 milliseconds