Home
last modified time | relevance | path

Searched refs:entry_cnt (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_macinfo.c50 Dwarf_Unsigned max_count, Dwarf_Signed *entry_cnt, in dwarf_get_macro_details() argument
57 if (dbg == NULL || entry_cnt == NULL || details == NULL) { in dwarf_get_macro_details()
79 *entry_cnt = cnt; in dwarf_get_macro_details()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_dcb.c482 int rc, entry_cnt; in bnxt_hwrm_queue_dscp2pri_qcfg() local
505 entry_cnt = le16toh(resp->entry_cnt); in bnxt_hwrm_queue_dscp2pri_qcfg()
506 for (i = 0; i < entry_cnt; i++) { in bnxt_hwrm_queue_dscp2pri_qcfg()
545 req.entry_cnt = htole16(1); in bnxt_hwrm_queue_dscp2pri_cfg()
H A Dhsi_struct_def.h36601 uint16_t entry_cnt; member
36687 uint16_t entry_cnt; member
/freebsd/sys/fs/ext2fs/
H A Dext2_htree.c540 int entry_cnt = 0; in ext2_htree_split_dirblock() local
570 entry_cnt++; in ext2_htree_split_dirblock()
586 qsort(sort_info, entry_cnt, sizeof(struct ext2fs_htree_sort_entry), in ext2_htree_split_dirblock()
592 for (i = entry_cnt - 1; i >= 0; i--) { in ext2_htree_split_dirblock()
609 for (k = i + 1; k < entry_cnt; k++) { in ext2_htree_split_dirblock()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c695 int entry_cnt = 0, multiline = 0; in detect_form() local
732 ++entry_cnt >= MAX_BID_ENTRY) in detect_form()
765 if (++entry_cnt >= MAX_BID_ENTRY) in detect_form()
789 if (entry_cnt >= MAX_BID_ENTRY || (entry_cnt > 0 && len == 0)) { in detect_form()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c2771 for (i = 0; i < le16_to_cpu(resp.entry_cnt) && i < in_count; i++) { in bnxt_re_query_hwrm_dscp2pri()
2777 *count = le16_to_cpu(resp.entry_cnt); in bnxt_re_query_hwrm_dscp2pri()
2832 req.entry_cnt = cpu_to_le16(count); in bnxt_re_set_hwrm_dscp2pri()
/freebsd/sys/netinet/
H A Dsctp_indata.c3844 int entry_flight, entry_cnt; in sctp_fs_audit() local
3850 entry_cnt = asoc->total_flight_count; in sctp_fs_audit()
3879 entry_flight, entry_cnt); in sctp_fs_audit()