Home
last modified time | relevance | path

Searched refs:B_PRIu64 (Results 1 – 25 of 134) sorted by relevance

123456

/haiku/src/bin/package/
H A DPackageWriterListener.cpp49 printf("cached strings size: %10" B_PRIu64 " (uncompressed)\n", in OnTOCSizeInfo()
51 printf("TOC main size: %10" B_PRIu64 " (uncompressed)\n", in OnTOCSizeInfo()
53 printf("total TOC size: %10" B_PRIu64 " (uncompressed)\n", in OnTOCSizeInfo()
81 printf("heap size: %10" B_PRIu64 "\n", heapSize); in OnPackageSizeInfo()
82 printf("TOC size: %10" B_PRIu64 "\n", tocSize); in OnPackageSizeInfo()
85 printf("total size: %10" B_PRIu64 "\n", totalSize); in OnPackageSizeInfo()
/haiku/src/add-ons/disk_systems/bfs/
H A DBFSAddOn.cpp268 printf("%9" B_PRIu64 " nodes processed\x1b[1A\n", counter); in Repair()
313 printf(" %" B_PRIu64 " nodes checked,\n\t%" B_PRIu64 " blocks not " in Repair()
314 "allocated,\n\t%" B_PRIu64 " blocks already set,\n\t%" B_PRIu64 in Repair()
317 printf("\tfiles\t\t%" B_PRIu64 "\n\tdirectories\t%" B_PRIu64 "\n" in Repair()
318 "\tattributes\t%" B_PRIu64 "\n\tattr. dirs\t%" B_PRIu64 "\n" in Repair()
319 "\tindices\t\t%" B_PRIu64 "\n", files, directories, attributes, in Repair()
322 printf("\n\tdirect block runs\t\t%" B_PRIu64 " (%s)\n", in Repair()
326 printf("\tindirect block runs\t\t%" B_PRIu64 " (in %" B_PRIu64 in Repair()
331 printf("\tdouble indirect block runs\t%" B_PRIu64 " (in %" B_PRIu64 in Repair()
/haiku/src/bin/
H A Dvmstat.cpp77 printf("max memory:\t\t%" B_PRIu64 "\n", info.max_pages * B_PAGE_SIZE); in main()
78 printf("free memory:\t\t%" B_PRIu64 "\n", info.free_memory); in main()
79 printf("needed memory:\t\t%" B_PRIu64 "\n", info.needed_memory); in main()
80 printf("block cache memory:\t%" B_PRIu64 "\n", in main()
82 printf("max swap space:\t\t%" B_PRIu64 "\n", in main()
84 printf("free swap space:\t%" B_PRIu64 "\n", in main()
H A Dps.c103 printf("%-37s %5" B_PRId32 " %8s %4" B_PRId32 " %8" B_PRIu64 " %8" in printTeamThreads()
228 printf("%" B_PRIu64 "k (%" B_PRIu64 " bytes) total memory\n", in main()
231 printf("%" B_PRIu64 "k (%" B_PRIu64 " bytes) currently committed\n", in main()
234 printf("%" B_PRIu64 "k (%" B_PRIu64 " bytes) currently available\n", in main()
H A Dfstrim.cpp254 printf("Range to trim (bytes): offset = %" B_PRIu64 in main()
255 ", length = %" B_PRIu64 "\n", offset, length); in main()
270 printf("Trimmed %" B_PRIu64 " bytes (%s) from device%s.\n", in main()
/haiku/src/kits/package/hpkg/
H A DPackageFileHeapReader.cpp69 "Compressed and uncompressed heap sizes (%" B_PRIu64 " vs. " in Init()
70 "%" B_PRIu64 ") don't match for uncompressed heap.\n", in Init()
84 "Invalid total compressed heap size (%" B_PRIu64 ", " in Init()
85 "uncompressed %" B_PRIu64 ")\n", fCompressedHeapSize, in Init()
125 "Invalid total compressed heap size (%" B_PRIu64 ", uncompressed: " in Init()
126 "%" B_PRIu64 ", last chunk offset: %" B_PRIu64 ")\n", in Init()
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DChunk.cpp39 TRACE("chunk[0] length %" B_PRIu64 " owner %" B_PRIu64 " stripe_length %" in Chunk()
40 B_PRIu64 " type %" B_PRIu64 " stripe_count %u sub_stripes %u " in Chunk()
H A DVolume.cpp189 TRACE("Volume::Mount() chunk_root: %" B_PRIu64 " (physical block %" B_PRIu64 in Mount()
196 TRACE("Volume::Mount() root: %" B_PRIu64 " (physical block %" B_PRIu64 ")\n", in Mount()
212 TRACE("Volume::Mount(): Found extent root: %" B_PRIu64 "\n", in Mount()
228 TRACE("Volume::Mount(): Found fs root: %" B_PRIu64 "\n", in Mount()
244 TRACE("Volume::Mount(): Found dev root: %" B_PRIu64 "\n", in Mount()
260 TRACE("Volume::Mount(): Found checksum root: %" B_PRIu64 "\n", in Mount()
276 TRACE("Volume::Mount() Find larget inode id % " B_PRIu64 "\n", in Mount()
307 TRACE("Volume::Mount(): Found root node: %" B_PRIu64 " (%s)\n", in Mount()
H A DExtentAllocator.cpp64 TRACE("%s at %" B_PRIu64 " length %" B_PRIu64 " refCount %i\n", in Info()
402 B_PRIu64 "\n", flag); in Initialize()
534 TRACE("ExtentAllocator::_LoadExtentTree() flags: %" B_PRIu64 "\n", flags); in _LoadExtentTree()
562 "start %" B_PRIu64 " end %" B_PRIu64 "\n", lowerBound, in _LoadExtentTree()
613 TRACE("ExtentAllocator::_Allocate() start %" B_PRIu64 " size %" B_PRIu64 in _Allocate()
614 " type %" B_PRIu64 "\n", start, size, type); in _Allocate()
632 TRACE("ExtentAllocator::_Allocate() found %" B_PRIu64 "\n", start); in _Allocate()
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlockAllocator.cpp90 PRINT(" fTotalBlocks: %" B_PRIu64 "\n", fTotalBlocks); in Initialize()
91 PRINT(" fFreeBlocks: %" B_PRIu64 "\n", fFreeBlocks); in Initialize()
92 PRINT(" fAllocationGroupBlock: %" B_PRIu64 "\n", fAllocationGroupBlock); in Initialize()
93 PRINT(" fAllocationGroupCount: %" B_PRIu64 "\n", fAllocationGroupCount); in Initialize()
94 PRINT(" fBitmapBlock: %" B_PRIu64 "\n", fBitmapBlock); in Initialize()
95 PRINT(" fBitmapBlockCount: %" B_PRIu64 "\n", fBitmapBlockCount); in Initialize()
157 PRINT(" fFreeBlocks: %" B_PRIu64 "\n", fFreeBlocks); in Initialize()
169 PRINT("BlockAllocator::Allocate(%" B_PRIu64 ", %" B_PRIu64 ")\n", baseHint, in Allocate()
202 PRINT("BlockAllocator::AllocateExactly(%" B_PRIu64 ", %" B_PRIu64 ")\n", in AllocateExactly()
358 PRINT("BlockAllocator::_AllocateInGroup(%" B_PRIu64 ", %" B_PRIu32 ")\n", in _AllocateInGroup()
[all …]
H A DFile.cpp117 B_PRIu64 "\n", BlockIndex()); in DeletingNode()
123 ERROR("Failed to delete contents of file at %" B_PRIu64 "\n", in DeletingNode()
131 B_PRIu64 "\n", BlockIndex()); in DeletingNode()
143 FUNCTION("%" B_PRIu64 " -> %" B_PRIu64 "\n", size, newSize); in Resize()
307 FUNCTION("offset: %" B_PRIu64 ", size: %" B_PRIuSIZE ", count: %" B_PRIuSIZE in GetFileVecs()
338 PRINT(" preparing iteration: firstBlock: %" B_PRIu64 ", blockIndex: %" in GetFileVecs()
339 B_PRIu64 "\n", firstBlock, blockIndex); in GetFileVecs()
358 ", firstBlock: %" B_PRIu64 ", blockIndex: %" B_PRIu64 "\n", i, in GetFileVecs()
382 B_PRIu64 "\n", level, info.index, blockIndex); in GetFileVecs()
489 FUNCTION("blockCount: %" B_PRIu64 " -> %" B_PRIu64 "\n", blockCount, in _ShrinkTree()
[all …]
H A DDirectory.cpp525 " has invalid block index: %" B_PRIu64, i, blockIndices[-i]); in Check()
745 PRINT(" found entry: \"%s\" -> %" B_PRIu64 "\n", foundName, _blockIndex); in LookupNextEntry()
755 FUNCTION("name: \"%s\", blockIndex: %" B_PRIu64 "\n", name, blockIndex); in InsertEntry()
794 PRINT(" level %" B_PRId32 ", block %" B_PRIu64 " -> index: %" B_PRId32 in InsertEntry()
884 PRINT(" level %" B_PRId32 ", block %" B_PRIu64 " -> index: %" B_PRId32 in RemoveEntry()
1109 "blockIndex: %" B_PRIu64 "\n", level, insertKey ? "insert" : "update", in _UpdateOrInsertKey()
1260 "\"%.*s\" (%" B_PRIuSIZE "), blockIndex: %" B_PRIu64 "\n", in _UpdateOrInsertKey()
1389 PRINT(" -> new block: %" B_PRIu64 "\n", newInfo.block.Index()); in _InsertEntryIncrementDepth()
1433 PRINT(" -> new block: %" B_PRIu64 "\n", newBlock.Index()); in _InsertEntrySplitBlock()
1447 B_PRIu64 " not valid!\n", level, blockIndex); in _Check()
[all …]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DExtentStream.cpp54 TRACE("FindBlock(%" B_PRIdOFF ", %" B_PRIu64 ")\n", offset, index); in FindBlock()
74 TRACE("FindBlock() getting index %" B_PRId32 " at %" B_PRIu64 "\n", in FindBlock()
122 TRACE("FindBlock() sparse block index %" B_PRIu64 " at beginning of " in FindBlock()
132 TRACE("FindBlock() sparse block index %" B_PRIu64 " at %" B_PRIu32 in FindBlock()
147 TRACE("FindBlock(offset %" B_PRIdOFF "): %" B_PRIu64 " %" B_PRIu32 in FindBlock()
192 TRACE("Enlarge() getting index %" B_PRId32 " at %" B_PRIu64 "\n", in Enlarge()
204 TRACE("Enlarge() last %" B_PRIu64 " allocatedPos %" B_PRIu64 "\n", in Enlarge()
252 TRACE("Enlarge() move root to block %" B_PRIu64 "\n", in Enlarge()
301 TRACE("Enlarge() init index block %" B_PRIu64 " at depth %d\n", in Enlarge()
345 TRACE("Enlarge() init entry block %" B_PRIu64 in Enlarge()
[all …]
H A DBlockAllocator.cpp157 ERROR("AllocationBlockGroup(%" B_PRIu32 ",%" B_PRIu64 ")::Initialize()" in Initialize()
467 ERROR("AllocationBlockGroup(%" B_PRIu32 ",%" B_PRIu64 ")::_InitGroup()" in _InitGroup()
615 ", block groups: %" B_PRIu32 ", first block: %" B_PRIu64 in Initialize()
616 ", num blocks: %" B_PRIu64 "\n", fBlocksPerGroup, fNumGroups, in Initialize()
654 " %" B_PRIu64 ", num groups: %" B_PRIu32 "\n", transaction.ID(), in AllocateBlocks()
679 "range: block group: %" B_PRIu32 ", %" B_PRIu64 "-%" in AllocateBlocks()
680 B_PRIu64 "\n", groupNum, bestStart, in AllocateBlocks()
711 B_PRIu32 ", %" B_PRIu64 "-%" B_PRIu64 "\n", bestGroup, bestStart, in AllocateBlocks()
811 TRACE("BlockAllocator::Free(%" B_PRIu64 ", %" B_PRIu32 ")\n", start, in Free()
825 TRACE("BlockAllocator::Free(): first block: %" B_PRIu64 in Free()
[all …]
H A DInodeAllocator.cpp190 ERROR("Unable to open inode bitmap (block number: %" B_PRIu64 in _MarkInBitmap()
201 "block %" B_PRIu64 " (numInodes %" B_PRIu32 ").\n", blockGroup, in _MarkInBitmap()
207 ERROR("Failed to mark bit %" B_PRIu32 " at bitmap block %" B_PRIu64 in _MarkInBitmap()
225 ERROR("Unable to open inode bitmap at block %" B_PRIu64 "\n", in _UnmarkInBitmap()
233 B_PRIu64 "\n", pos, bitmapBlock); in _UnmarkInBitmap()
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortDirectory.cpp89 TRACE("ShortDirectory:Lookup: name: \".\" ino: (%" B_PRIu64 ")\n", *ino); in Lookup()
93 TRACE("Parent: (%" B_PRIu64 ")\n", *ino); in Lookup()
127 TRACE("ShortDirectory:GetNext: name: \".\" ino: (%" B_PRIu64 ")\n", *ino); in GetNext()
138 TRACE("ShortDirectory:GetNext: name: \"..\" ino: (%" B_PRIu64 ")\n", *ino); in GetNext()
158 TRACE("Entry found. Name: (%s), Length: (%" B_PRIuSIZE "),ino: (%" B_PRIu64 ")\n", in GetNext()
H A DSymlink.cpp40 TRACE("Extent::Init: startoff:(%" B_PRIu64 "), startblock:(%" B_PRIu64 ")," in _FillMapEntry()
41 "blockcount:(%" B_PRIu64 "),state:(%" B_PRIu8 ")\n", fMap.br_startoff, fMap.br_startblock, in _FillMapEntry()
H A DExtent.cpp38 TRACE("Extent::Init: startoff:(%" B_PRIu64 "), startblock:(%" B_PRIu64 ")," in FillMapEntry()
39 "blockcount:(%" B_PRIu64 "),state:(%" B_PRIu8 ")\n", fMap->br_startoff, fMap->br_startblock, in FillMapEntry()
197 TRACE("Entry found. Name: (%s), Length: (%" B_PRIuSIZE "),ino: (%" B_PRIu64 ")\n", name, in GetNext()
238 TRACE("ino:(%" B_PRIu64 ")\n", *ino); in Lookup()
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A DHeader.cpp69 dprintf("gpt: alternate header not in last block (%" B_PRIu64 " vs. %" in Header()
70 B_PRIu64 ")\n", fHeader.AlternateBlock(), lastBlock); in Header()
394 dprintf("absolute block: %" B_PRIu64 "\n", header.AbsoluteBlock()); in _Dump()
395 dprintf("alternate block: %" B_PRIu64 "\n", header.AlternateBlock()); in _Dump()
396 dprintf("first usable block: %" B_PRIu64 "\n", header.FirstUsableBlock()); in _Dump()
397 dprintf("last usable block: %" B_PRIu64 "\n", header.LastUsableBlock()); in _Dump()
399 dprintf("entries block: %" B_PRIu64 "\n", header.EntriesBlock()); in _Dump()
418 dprintf(" start block: %" B_PRIu64 "\n", entry.StartBlock()); in _DumpPartitions()
419 dprintf(" end block: %" B_PRIu64 "\n", entry.EndBlock()); in _DumpPartitions()
/haiku/src/system/kernel/arch/riscv64/
H A Darch_real_time_clock.cpp20 dprintf("timerFrequency: %" B_PRIu64 "\n", in arch_rtc_init()
22 dprintf("system_time_conversion_factor: %" B_PRIu64 "\n", in arch_rtc_init()
/haiku/src/kits/debugger/value/
H A DValueLoader.cpp62 TRACE_LOCALS(" -> overly long piece size (%" B_PRIu64 " bytes)\n", in LoadValue()
70 TRACE_LOCALS(" -> totalBitSize: %" B_PRIu64 "\n", totalBitSize); in LoadValue()
84 TRACE_LOCALS(" -> too short for value type (%" B_PRIu64 " vs. %" in LoadValue()
85 B_PRIu64 " bits)\n", totalBitSize, valueBitSize); in LoadValue()
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dmkdos.cpp220 dprintf("dosfs: size = %" B_PRIu64 " bytes " in _dosfs_initialize()
221 "(%" B_PRIu64 " sectors), " in _dosfs_initialize()
222 "%" B_PRIu64 " KB, " in _dosfs_initialize()
223 "%" B_PRIu64 " MB, " in _dosfs_initialize()
224 "%" B_PRIu64 " GB\n", in _dosfs_initialize()
234 dprintf("dosfs Warning: sector count %" B_PRIu64 " won't fit in the FAT BPB. Only the " in _dosfs_initialize()
365 dprintf("dosfs Error: cluster count (%" B_PRIu64 ") exceeds FAT12 limit.\n", clusterCount); in _dosfs_initialize()
369 dprintf("dosfs Error: cluster count (%" B_PRIu64 ") exceeds FAT16 limit.\n", clusterCount); in _dosfs_initialize()
373 dprintf("dosfs Error: cluster count (%" B_PRIu64 ") exceeds FAT32 limit.\n", clusterCount); in _dosfs_initialize()
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp267 TRACE_CFI(" %" B_PRIu64 " bytes of augmentation data\n", length); in Read()
303 "%" B_PRIu64 " bytes of augmentation data, but read " in Read()
304 "%" B_PRIu64 " bytes.\n", length, length - remaining); in Read()
331 TRACE_CFI(" %" B_PRIu64 " bytes of augmentation data\n", length); in ReadFDEData()
1030 TRACE_DIE("DWARF%d compilation unit: version %d, length: %" B_PRIu64 in _ParseDebugInfoSection()
1113 TRACE_DIE("DWARF%d type unit: version %d, length: %" B_PRIu64 in _ParseTypesSection()
1115 "signature: %#" B_PRIx64 ", type offset: %" B_PRIu64 "\n", in _ParseTypesSection()
1213 TRACE_CFI("Invalid CIE offset: %" B_PRIu64 ", max " in _ParseFrameSection()
1214 "possible: %" B_PRIu64 "\n", cieID, lengthOffset); in _ParseFrameSection()
1568 WARNING("Invalid DW_FORM_strx* index: %" B_PRIu64 "\n", index); in _ReadStringIndirect()
[all …]
/haiku/src/kits/debugger/model/
H A DTypeComponentPath.cpp83 printf("base %" B_PRIu64 " \"%s\"", index, name.String()); in Dump()
86 printf("member %" B_PRIu64 " \"%s\"", index, name.String()); in Dump()
89 printf("element %" B_PRIu64 " \"%s\"", index, name.String()); in Dump()
/haiku/src/system/kernel/debug/
H A Ddebug_builtin_commands.cpp95 kprintf("%" B_PRIu64 " (0x%" B_PRIx64 ")\n", result, result); in cmd_expr()
295 kprintf("%10" B_PRIu64 " %10" B_PRIu64 " %10" B_PRIu64 "\n", in cmd_wc()

123456