Searched refs:entry_len (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/fs/ext2fs/ |
| H A D | ext2_htree.c | 523 uint16_t entry_len; in ext2_append_entry() local 526 last_entry->e2d_reclen = htole16(entry_len); in ext2_append_entry() 546 uint16_t entry_len = 0; in ext2_htree_split_dirblock() local 614 entry_len = EXT2_DIR_REC_LEN(ep->e2d_namlen); in ext2_htree_split_dirblock() 615 memcpy(dest, ep, entry_len); in ext2_htree_split_dirblock() 617 htole16(entry_len); in ext2_htree_split_dirblock() 620 dest += entry_len; in ext2_htree_split_dirblock() 622 dest -= entry_len; in ext2_htree_split_dirblock() 626 entry_len = 0; in ext2_htree_split_dirblock() 632 ((char *)last + entry_len); in ext2_htree_split_dirblock() [all …]
|
| /freebsd-13.1/contrib/elftoolchain/libdwarf/ |
| H A D | dwarf_loclist.c | 175 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 D | libdwarf_loclist.c | 96 Dwarf_Unsigned *entry_len, Dwarf_Error *error) in _dwarf_loclist_find() argument 144 entry_len, error); in _dwarf_loclist_find()
|
| /freebsd-13.1/sys/sys/ |
| H A D | module.h | 103 int entry_len; /* Length of each entry in the table (may be */ member 186 .entry_len = sizeof((t)[0]), \
|
| /freebsd-13.1/usr.sbin/kldxref/ |
| H A D | kldxref.c | 436 cval, descr, pnp.num_entry, pnp.entry_len); in parse_entry() 444 cval, descr, pnp.num_entry, pnp.entry_len); in parse_entry() 455 len = pnp.num_entry * pnp.entry_len; in parse_entry() 534 walker += pnp.entry_len; in parse_entry()
|
| /freebsd-13.1/sys/dev/mpr/ |
| H A D | mpr.c | 2901 uint32_t offset, entry_len, page_mask_result, page_mask; in mpr_build_nvme_prp() local 3001 entry_len = PAGE_SIZE - offset; in mpr_build_nvme_prp() 3069 paddr += entry_len; in mpr_build_nvme_prp() 3072 if (entry_len > length) in mpr_build_nvme_prp() 3075 length -= entry_len; in mpr_build_nvme_prp() 3093 uint32_t i, sge_dwords, length, offset, entry_len; in mpr_check_pcie_native_sgl() local 3310 entry_len = PAGE_SIZE - offset; in mpr_check_pcie_native_sgl() 3320 *(ptr_first_sgl + 2) = htole32(entry_len); in mpr_check_pcie_native_sgl() 3339 paddr += entry_len; in mpr_check_pcie_native_sgl() 3342 if (entry_len > length) in mpr_check_pcie_native_sgl() [all …]
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | print-openflow-1.0.c | 1881 uint16_t entry_len; in of10_flow_stats_reply_print() local 1888 entry_len = EXTRACT_16BITS(cp); in of10_flow_stats_reply_print() 1889 ND_PRINT((ndo, "\n\t length %u", entry_len)); in of10_flow_stats_reply_print() 1890 if (entry_len < OF_FLOW_STATS_LEN || entry_len > len) in of10_flow_stats_reply_print() 1939 if (ep == (cp = of10_actions_print(ndo, "\n\t ", cp, ep, entry_len - OF_FLOW_STATS_LEN))) in of10_flow_stats_reply_print() 1942 len -= entry_len; in of10_flow_stats_reply_print()
|