Searched refs:B_PRIx64 (Results 76 - 100 of 112) sorted by relevance

12345

/haiku/headers/private/kernel/vm/
H A DVMCache.h379 ASSERT_PRINT(fWiredCount > 0, "page: %#" B_PRIx64, physical_page_number * B_PAGE_SIZE);
/haiku/src/bin/listdev/
H A Dlistdev.cpp107 printf("uint64 : %" B_PRIu64 " (%#" B_PRIx64 ")", attr->value.ui64,
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp255 dprintf(" %016" B_PRIx64, val);
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A DHeader.cpp422 dprintf(" attributes: %" B_PRIx64 "\n", entry.Attributes());
/haiku/src/system/boot/platform/riscv/
H A Dmmu.cpp438 dprintf("satp: %#" B_PRIx64 "\n", satp);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp206 snprintf(buffer, sizeof(buffer), "%0*" B_PRIx64,
806 snprintf(buffer, bufferSize, "%0*" B_PRIx64,
/haiku/src/kits/debugger/elf/
H A DCoreFile.cpp513 WARNING("Area %" B_PRIu64 " (ID %#" B_PRIx32 " @ %#" B_PRIx64
530 B_PRIx32 " @ %#" B_PRIx64 ", name: '%s')", i, id, baseAddress,
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp706 "virtual address: %#" B_PRIxADDR ", pde: %#" B_PRIx64
707 ", existing pte: %#" B_PRIx64, virtualAddress, *pageDirEntry, *entry);
/haiku/src/system/kernel/vm/
H A DVMCache.cpp1455 kprintf(" virtual_base: 0x%" B_PRIx64 "\n", virtual_base);
1456 kprintf(" virtual_end: 0x%" B_PRIx64 "\n", virtual_end);
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp762 TRACE("setting ERDP addr = 0x%" B_PRIx64 "\n", fErst->rs_addr);
2107 TRACE("Endpoint status 0x%08" B_PRIx32 " 0x%08" B_PRIx32 " 0x%016" B_PRIx64 "\n",
2114 TRACE("Endpoint status 0x%08" B_PRIx32 " 0x%08" B_PRIx32 " 0x%016" B_PRIx64 "\n",
2273 TRACE("endpoint 0x%" B_PRIx32 " 0x%" B_PRIx32 " 0x%" B_PRIx64 " 0x%"
2572 TRACE("command[%u] = %" B_PRId32 " (0x%016" B_PRIx64 ", 0x%08" B_PRIx32
2786 TRACE("command[%" B_PRId32 "] = %" B_PRId32 " (0x%016" B_PRIx64 ","
3065 TRACE("event[%u] = %u (0x%016" B_PRIx64 " 0x%08" B_PRIx32 " 0x%08"
/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp152 printf(" kinds = 0x%" B_PRIx64, info->kinds);
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp2073 ": thread: %" B_PRId32 ", ignore: %" B_PRIx64 " (op: %"
2074 B_PRIu32 "), ignore once: %" B_PRIx64 " (op: %" B_PRIu32
2146 "ignore: %" B_PRIx64 ", ignore once: %" B_PRIx64 ", result: "
H A Dtracing.cpp1016 snprintf(buffer, sizeof(buffer), "%" B_PRIx64, fValue);
/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c.cpp404 TRACE_ALWAYS("init_bus() addr 0x%" B_PRIxPHYSADDR " size 0x%" B_PRIx64
/haiku/src/system/kernel/arch/x86/
H A Dioapic.cpp622 dprintf("found local apic override with address 0x%016" B_PRIx64
H A Darch_debug.cpp1339 result = snprintf(buffer, bufferSize, "%016" B_PRIx64,
/haiku/src/bin/
H A Dhey.cpp1216 sprintf(str, "%" B_PRId64 " (0x%" B_PRIx64 ")", i64, i64);
1242 sprintf(str, "%" B_PRIu64 " (0x%" B_PRIx64 ")", ui64, ui64);
H A Dsysinfo.cpp792 printf("Kernel name: %s built on: %s %s version 0x%" B_PRIx64 "\n",
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.cpp909 TRACE("SectorSize %" B_PRIu32 ", SectorCount 0x%" B_PRIx64 "\n",
951 TRACE("SectorSize %" B_PRIu32 ", SectorCount 0x%" B_PRIx64 "\n",
/haiku/src/system/kernel/
H A Dthread.cpp1781 kprintf("sig_pending: %#" B_PRIx64 " (blocked: %#" B_PRIx64
1782 ", before sigsuspend(): %#" B_PRIx64 ")\n",
/haiku/src/kits/debugger/model/
H A DTeam.cpp575 TRACE_CODE("Team::GetStatementAtAddress(%#" B_PRIx64 ")\n", address);
/haiku/src/add-ons/kernel/busses/virtio/virtio_pci/
H A Dvirtio_pci.cpp240 TRACE("read_host_features() %" B_PRIx64 "\n", *features);
/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.cpp73 dprintf("address 0x%04" B_PRIx64 "; pin %u;", entry.device_address,
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp1458 data.SetToFormat("[@ %#" B_PRIx64 "]", piece.address);
1562 "%#" B_PRIx64 ", Size: %" B_PRId64 " bytes\n",
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1567 #define B_PRIx64 FSSH_B_PRIx64 macro

Completed in 220 milliseconds

12345