| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 108 uint64_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables() local 109 llvm::Expected<DebugNames::Entry> entry_or = ni.getEntry(&entry_offset); in GetGlobalVariables() 110 for (; entry_or; entry_or = ni.getEntry(&entry_offset)) { in GetGlobalVariables() 130 uint64_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables() local 131 llvm::Expected<DebugNames::Entry> entry_or = ni.getEntry(&entry_offset); in GetGlobalVariables() 132 for (; entry_or; entry_or = ni.getEntry(&entry_offset)) { in GetGlobalVariables() 269 uint64_t entry_offset = nte.getEntryOffset(); in GetFunctions() local 270 llvm::Expected<DebugNames::Entry> entry_or = ni.getEntry(&entry_offset); in GetFunctions() 271 for (; entry_or; entry_or = ni.getEntry(&entry_offset)) { in GetFunctions()
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | space_map.c | 166 uint64_t entry_offset = (raw_offset << sm->sm_shift) + in space_map_iterate() local 170 VERIFY0(P2PHASE(entry_offset, 1ULL << sm->sm_shift)); in space_map_iterate() 172 ASSERT3U(entry_offset, >=, sm->sm_start); in space_map_iterate() 173 ASSERT3U(entry_offset, <, sm->sm_start + sm->sm_size); in space_map_iterate() 175 ASSERT3U(entry_offset + entry_run, <=, in space_map_iterate() 181 .sme_offset = entry_offset, in space_map_iterate() 355 uint64_t entry_offset = in space_map_incremental_destroy() local 359 VERIFY0(P2PHASE(entry_offset, 1ULL << sm->sm_shift)); in space_map_incremental_destroy() 361 VERIFY3U(entry_offset, >=, sm->sm_start); in space_map_incremental_destroy() 364 VERIFY3U(entry_offset + entry_run, <=, in space_map_incremental_destroy() [all …]
|
| H A D | spa_log_spacemap.c | 1228 uint64_t entry_offset = ms->ms_id * entry_size; in spa_ld_unflushed_txgs() local 1231 entry_offset, entry_size, &entry, 0); in spa_ld_unflushed_txgs()
|
| H A D | metaslab.c | 6151 uint64_t entry_offset = ms->ms_id * entry_size; in metaslab_update_ondisk_flush_data() local 6167 dmu_write(spa_meta_objset(spa), object, entry_offset, entry_size, in metaslab_update_ondisk_flush_data()
|
| /freebsd-13.1/usr.bin/etdump/ |
| H A D | etdump.c | 125 size_t entry_offset; in dump_section() local 137 entry_offset = offset + i * ET_BOOT_ENTRY_SIZE; in dump_section() 139 (boot_catalog_section_entry *)&buffer[entry_offset]; in dump_section()
|
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | pci_passthru.c | 290 size_t entry_offset; in msix_table_read() local 328 entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in msix_table_read() 332 src8 = (uint8_t *)((uint8_t *)entry + entry_offset); in msix_table_read() 336 src16 = (uint16_t *)((uint8_t *)entry + entry_offset); in msix_table_read() 340 src32 = (uint32_t *)((uint8_t *)entry + entry_offset); in msix_table_read() 344 src64 = (uint64_t *)((uint8_t *)entry + entry_offset); in msix_table_read() 364 size_t entry_offset; in msix_table_write() local 400 entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in msix_table_write() 404 assert(entry_offset % 4 == 0); in msix_table_write() 407 dest32 = (uint32_t *)((void *)entry + entry_offset); in msix_table_write()
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_ar.c | 59 int64_t entry_offset; member 473 ar->entry_offset = 0; in ar_parse_common_header() 507 *offset = ar->entry_offset; in archive_read_format_ar_read_data() 508 ar->entry_offset += bytes_read; in archive_read_format_ar_read_data() 525 *offset = ar->entry_offset; in archive_read_format_ar_read_data()
|
| H A D | archive_read_support_format_cpio.c | 182 int64_t entry_offset; member 404 cpio->entry_offset = 0; in archive_read_format_cpio_read_header() 480 *offset = cpio->entry_offset; in archive_read_format_cpio_read_data() 481 cpio->entry_offset += bytes_read; in archive_read_format_cpio_read_data() 492 *offset = cpio->entry_offset; in archive_read_format_cpio_read_data()
|
| H A D | archive_write_set_format_zip.c | 124 int64_t entry_offset; member 558 zip->entry_offset = zip->written_bytes; in archive_write_zip_header() 1230 || zip->entry_offset > ZIP_4GB_MAX) { in archive_write_zip_finish_entry() 1243 if (zip->entry_offset >= ZIP_4GB_MAX) { in archive_write_zip_finish_entry() 1244 archive_le64enc(z, zip->entry_offset); in archive_write_zip_finish_entry() 1274 (uint32_t)zipmin(zip->entry_offset, in archive_write_zip_finish_entry()
|
| H A D | archive_read_support_format_lha.c | 150 int64_t entry_offset; member 733 lha->entry_offset = 0; in archive_read_format_lha_read_header() 1478 *offset = lha->entry_offset; in archive_read_format_lha_read_data() 1508 *offset = lha->entry_offset; in lha_read_data_none() 1529 *offset = lha->entry_offset; in lha_read_data_none() 1530 lha->entry_offset += bytes_avail; in lha_read_data_none() 1618 *offset = lha->entry_offset; in lha_read_data_lzh() 1623 lha->entry_offset += *size; in lha_read_data_lzh() 1625 *offset = lha->entry_offset; in lha_read_data_lzh()
|
| H A D | archive_read_support_format_cab.c | 268 int64_t entry_offset; member 993 cab->entry_offset = 0; in archive_read_format_cab_read_header() 1052 *offset = cab->entry_offset; in archive_read_format_cab_read_data() 1919 *offset = cab->entry_offset; in cab_read_data() 1942 *offset = cab->entry_offset; in cab_read_data() 1943 cab->entry_offset += bytes_avail; in cab_read_data()
|
| H A D | archive_read_support_format_7zip.c | 230 int64_t entry_offset; member 654 zip->entry_offset = 0; in archive_read_format_7zip_read_header() 802 *offset = zip->entry_offset; in archive_read_format_7zip_read_data() 851 *offset = zip->entry_offset; in archive_read_format_7zip_read_data() 852 zip->entry_offset += bytes; in archive_read_format_7zip_read_data()
|
| H A D | archive_read_support_format_tar.c | 136 int64_t entry_offset; member 528 tar->entry_offset = 0; in archive_read_format_tar_read_header() 2364 tar->entry_offset = tar->sparse_list->offset; in gnu_sparse_old_read()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompactUnwindInfo.cpp | 563 offset_t entry_offset = BinarySearchRegularSecondPage( in GetCompactUnwindInfoForFunction() local 567 if (entry_offset == LLDB_INVALID_OFFSET) { in GetCompactUnwindInfoForFunction() 570 entry_offset += 4; // skip over functionOffset in GetCompactUnwindInfoForFunction() 571 unwind_info.encoding = m_unwindinfo_data.GetU32(&entry_offset); // encoding in GetCompactUnwindInfoForFunction()
|
| /freebsd-13.1/sys/dev/bhnd/bcma/ |
| H A D | bcma_erom.c | 946 bus_size_t entry_offset; in bcma_erom_corecfg_fill_port_regions() local 984 entry_offset = bcma_erom_tell(erom); in bcma_erom_corecfg_fill_port_regions() 1008 bcma_erom_seek(erom, entry_offset); in bcma_erom_corecfg_fill_port_regions()
|