Home
last modified time | relevance | path

Searched refs:entry_len (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/fs/ext2fs/
H A Dext2_htree.c521 uint16_t entry_len; in ext2_append_entry() local
524 last_entry->e2d_reclen = htole16(entry_len); in ext2_append_entry()
544 uint16_t entry_len = 0; in ext2_htree_split_dirblock() local
612 entry_len = EXT2_DIR_REC_LEN(ep->e2d_namlen); in ext2_htree_split_dirblock()
613 memcpy(dest, ep, entry_len); in ext2_htree_split_dirblock()
615 htole16(entry_len); in ext2_htree_split_dirblock()
618 dest += entry_len; in ext2_htree_split_dirblock()
620 dest -= entry_len; in ext2_htree_split_dirblock()
624 entry_len = 0; in ext2_htree_split_dirblock()
630 ((char *)last + entry_len); in ext2_htree_split_dirblock()
[all …]
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_loclist.c175 Dwarf_Unsigned *entry_len, Dwarf_Unsigned *next_entry, in dwarf_get_loclist_entry() argument
190 entry_len == NULL || next_entry == NULL) { in dwarf_get_loclist_entry()
196 &llbuf, &listlen, entry_len, error); in dwarf_get_loclist_entry()
220 *next_entry = offset + *entry_len; in dwarf_get_loclist_entry()
H A Dlibdwarf_loclist.c96 Dwarf_Unsigned *entry_len, Dwarf_Error *error) in _dwarf_loclist_find() argument
144 entry_len, error); in _dwarf_loclist_find()
/freebsd/sys/sys/
H A Dmodule.h101 int entry_len; /* Length of each entry in the table (may be */ member
184 .entry_len = sizeof((t)[0]), \
/freebsd/usr.sbin/kldxref/
H A Dkldxref.c533 cval, descr, pnp->num_entry, pnp->entry_len); in record_pnp_info()
544 len = pnp->num_entry * pnp->entry_len; in record_pnp_info()
562 walker += pnp->entry_len; in record_pnp_info()
617 cval, descr, pnp.num_entry, pnp.entry_len); in parse_entry()
H A Def.h132 int entry_len; /* Length of each entry in the table (may be */ member
H A Delf.c675 pnp->entry_len = elf_int(efile, p + offset); in elf_read_mod_pnp_match_info()
/freebsd/contrib/tcpdump/
H A Dprint-openflow-1.0.c1719 uint16_t entry_len; in of10_flow_stats_reply_print() local
1724 entry_len = GET_BE_U_2(cp); in of10_flow_stats_reply_print()
1725 ND_PRINT("\n\t length %u", entry_len); in of10_flow_stats_reply_print()
1726 if (entry_len < OF_FLOW_STATS_REPLY_MINLEN || entry_len > len) in of10_flow_stats_reply_print()
1765 of10_actions_print(ndo, "\n\t ", cp, entry_len - OF_FLOW_STATS_REPLY_MINLEN); in of10_flow_stats_reply_print()
1766 OF_FWD(entry_len - OF_FLOW_STATS_REPLY_MINLEN); in of10_flow_stats_reply_print()
/freebsd/sys/dev/mpr/
H A Dmpr.c2903 uint32_t offset, entry_len, page_mask_result, page_mask; in mpr_build_nvme_prp() local
3003 entry_len = PAGE_SIZE - offset; in mpr_build_nvme_prp()
3071 paddr += entry_len; in mpr_build_nvme_prp()
3074 if (entry_len > length) in mpr_build_nvme_prp()
3077 length -= entry_len; in mpr_build_nvme_prp()
3095 uint32_t i, sge_dwords, length, offset, entry_len; in mpr_check_pcie_native_sgl() local
3312 entry_len = PAGE_SIZE - offset; in mpr_check_pcie_native_sgl()
3322 *(ptr_first_sgl + 2) = htole32(entry_len); in mpr_check_pcie_native_sgl()
3341 paddr += entry_len; in mpr_check_pcie_native_sgl()
3344 if (entry_len > length) in mpr_check_pcie_native_sgl()
[all …]
/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr_app.c269 U32 offset, entry_len, dev_pgsz; in mpi3mr_app_build_nvme_prp() local
411 entry_len = dev_pgsz - offset; in mpi3mr_app_build_nvme_prp()
491 if (entry_len >= length) in mpi3mr_app_build_nvme_prp()
494 if (entry_len <= desc_len) { in mpi3mr_app_build_nvme_prp()
495 dma_addr += entry_len; in mpi3mr_app_build_nvme_prp()
496 desc_len -= entry_len; in mpi3mr_app_build_nvme_prp()
510 length -= entry_len; in mpi3mr_app_build_nvme_prp()