Searched refs:B_PRIu64 (Results 76 - 100 of 131) sorted by relevance

123456

/haiku/src/kits/package/hpkg/
H A DPackageFileHeapAccessorBase.cpp341 fErrorOutput->PrintError("ReadFileData(%" B_PRIu64 ", %p, %zu) failed "
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDirectoryIterator.cpp176 TRACE("Checking entry at block %" B_PRIu64 ", displacement %" B_PRIu32
247 "current: (%" B_PRIu32 ", %" B_PRIu64 ", %" B_PRIu32 "), start: (%"
248 B_PRIu32 ", %" B_PRIu64 ", %" B_PRIu32 ")\n", fLogicalBlock,
900 TRACE("DirectoryIterator::_HTreeRootChecksum() size %" B_PRIu64 "\n",
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp446 TRACE_LOCALS(" set single piece size to %" B_PRIu64 "\n",
838 TRACE_LOCALS("bit field: byte size: %" B_PRIu64 ", bit offset/size: %"
839 B_PRIu64 "/%" B_PRIu64 "\n", byteSize, bitOffset, bitSize);
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.cpp794 ", sectors48 %" B_PRIu64 ", size %" B_PRIu64 "\n",
1044 dprintf("[%3" B_PRIu32 "] %" B_PRIu64 " : %" B_PRIu32 "\n", i,
1139 dprintf("[%3" B_PRIu32 "] %" B_PRIu64 " : %" B_PRIu64 "\n", i,
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DACPICAHaiku.cpp479 dprintf("ACPI: cannot map memory at 0x%" B_PRIu64 ", length %"
480 B_PRIu64 "\n", (uint64)where, (uint64)length);
/haiku/src/add-ons/kernel/drivers/disk/virtual/virtio_block/
H A Dvirtio_block.cpp284 TRACE("virtio_block: capacity: %" B_PRIu64 ", block_size %" B_PRIu32 "\n",
449 TRACE("set_capacity(device = %p, capacity = %" B_PRIu64 ", blockSize = %" B_PRIu32 ")\n",
/haiku/src/add-ons/kernel/drivers/disk/mmc/
H A Dmmc_disk.cpp522 TRACE("trim %" B_PRIu64 " bytes from %" B_PRIu64 "\n",
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.cpp122 TRACE("Inode::Create() id % " B_PRIu64 " mode %" B_PRId32 " flags %"
123 B_PRIu64"\n", id, flags, mode);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DInode.cpp550 TRACE("Next leaf is at: (%" B_PRIu64 ")\n", fileSystemBlockNo);
748 TRACE("blockToRead:(%" B_PRIu64 ")\n", actualBlockToRead);
/haiku/src/bin/package_repo/
H A Dcommand_update.cpp196 printf("total size: %10" B_PRIu64 "\n", totalSize);
/haiku/src/system/boot/platform/u-boot/arch/ppc/
H A Darch_mmu.cpp237 dprintf("%" B_PRIu32 ": base = %" B_PRIu64 ","
/haiku/headers/os/support/
H A DSupportDefs.h86 #define B_PRIu64 __HAIKU_PRI_PREFIX_64 "u" macro
/haiku/src/bin/listdev/
H A Dlistdev.cpp107 printf("uint64 : %" B_PRIu64 " (%#" B_PRIx64 ")", attr->value.ui64,
/haiku/src/system/kernel/
H A Dlow_resource_manager.cpp288 kprintf(" pages: %s (%" B_PRIu64 ")\n", state_to_string(sLowPagesState),
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp1354 PRINT(("_TrimNext(index %" B_PRIu32 ", offset %" B_PRIu64 ", size %"
1355 B_PRIu64 ")\n", trimData.range_count, offset, size));
1365 dprintf("[%3" B_PRIu32 "] %" B_PRIu64 " : %" B_PRIu64 "\n", i,
/haiku/src/apps/haikudepot/util/
H A DStorageUtils.cpp54 result.SetToFormat("%s; @ %" B_PRIu64, fPath.Leaf(), fLastAccessMillisSinceEpoch);
/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp150 TRACE("checksum_device: setting check sum of block %" B_PRIu64 " to: ",
588 B_PRIu64 "\n", blockIndex);
597 panic("Check sum mismatch for block %" B_PRIu64 " (exptected at %p"
/haiku/src/system/kernel/debug/
H A Ddebug_parser.cpp848 snprintf(sTempBuffer, sizeof(sTempBuffer), "%" B_PRIu64, value);
860 snprintf(sTempBuffer, sizeof(sTempBuffer), "%" B_PRIu64, value);
1053 "invalid size (%" B_PRIu64 ") for unary * operator", size);
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.cpp244 TRACE(" pageTableSize: %" B_PRIu64 "\n", fPageTableSize);
251 TRACE(" pageTableSize: %" B_PRIu64 "\n", fPageTableSize);
252 TRACE(" GetPageTableSize(): %" B_PRIu64 "\n",
/haiku/src/add-ons/kernel/drivers/disk/virtual/ram_disk/
H A Dram_disk.cpp482 dprintf("ramdisk: error copying page %" B_PRIu64
571 TRACE("ramdisk: trim %" B_PRIu64 " bytes from %" B_PRIu64 "\n",
593 TRACE("free range %" B_PRIu32 ", page %" B_PRIu64 ", offset %"
594 B_PRIu64 "\n", i, j, offset);
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp48 # define TRACE_EP(format, args...) dprintf("UDP [%" B_PRIu64 ",%" \
51 # define TRACE_EPM(format, args...) dprintf("UDP [%" B_PRIu64 ",%" \
54 # define TRACE_DOMAIN(format, args...) dprintf("UDP [%" B_PRIu64 ",%" \
/haiku/src/add-ons/kernel/drivers/disk/nvme/
H A Dnvme_disk.cpp139 TRACE("set_capacity(device = %p, capacity = %" B_PRIu64 ", blockSize = %" B_PRIu32 ")\n",
907 TRACE("trim %" B_PRIu64 " bytes from %" B_PRIu64 "\n", length, offset);
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.cpp26 ", id = %p, position = %" B_PRIdOFF ", parent length = %" B_PRIu64
/haiku/src/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp295 ERROR("checksumfs: attribute directory (%" B_PRIu64 ") of node %"
296 B_PRIu64 " is not a directory!\n", blockIndex,
752 ERROR("checksumfs: attribute directory (%" B_PRIu64 ") of node %"
753 B_PRIu64 " is not a directory!\n", blockIndex,
/haiku/src/kits/tracker/infowindow/
H A DAttributesView.cpp241 representation.SetToFormat("%" B_PRIu64, value);

Completed in 158 milliseconds

123456