Searched refs:B_PRIu64 (Results 101 - 125 of 131) sorted by relevance

123456

/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp191 kprintf(" (\33[34m%" B_PRIu64 "\33[0m)", value);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp398 panic("ext2_get_file_map() found block %" B_PRIu64 " for offset %"
505 B_PRIu32 ", first block: %" B_PRIu32 ", start: %" B_PRIu64
512 B_PRIu64 "-%" B_PRIu64 "\n", group, start, start + length);
H A DJournal.cpp722 TRACE("Journal::_LoadSuperBlock(): superblock physical block: %" B_PRIu64
/haiku/src/bin/debug/strace/
H A Dstrace.cpp537 print_to_string(&string, &length, "%6.2f %10" B_PRIu64 " %7" B_PRIu32
538 " %10" B_PRIu64 " %s\n", percent, stats.time, stats.count, perCall,
/haiku/src/system/kernel/vm/
H A DVMCache.cpp474 kprintf("Invalid tracing entry index %" B_PRIu64 "\n", debugEntryIndex);
480 kprintf("cache stack for %s %p at %" B_PRIu64 ":\n",
H A Dvm_page.cpp2492 TRACE(("page writer: wrote 1024 pages (total: %" B_PRIu64 " ms, "
2493 "collect: %" B_PRIu64 " ms, write: %" B_PRIu64 " ms)\n",
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.cpp1390 TRACE_LOCALS(" pointer/reference type: size: %" B_PRIu64 "\n",
1416 TRACE_LOCALS(" -> size: %" B_PRIu64 "\n", _size);
H A DDwarfImageDebugInfo.cpp1109 TRACE_LOCALS(" variableEntry %p, scope start: %" B_PRIu64 "\n",
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp122 dprintf("%" B_PRIu32 ": base = %" B_PRIu64 ","
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATADevice.cpp220 TRACE("returning last block: %" B_PRIu64 "\n",
/haiku/src/servers/app/
H A DDrawState.cpp829 printf("\t Pattern: %" B_PRIu64 "\n", fPattern.GetInt64());
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp1495 dprintf("[%3" B_PRIu32 "] %" B_PRIu64 " : %"
1496 B_PRIu64 "\n", i,
1518 dprintf("[%3" B_PRIu32 "] %" B_PRIu64 " : %"
1519 B_PRIu64 "\n", i,
/haiku/src/system/boot/loader/
H A Delf.cpp285 B_PRIu64 ", delta = %" B_PRIx64 "\n", i, (uint64)region->start,
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp373 TRACE("%s %" B_PRIu64 " bytes at %" B_PRIdOFF "\n",
/haiku/src/add-ons/kernel/drivers/disk/scsi/scsi_cd/
H A Dscsi_cd.cpp188 dprintf("scsi_cd: adjusted capacity from %" B_PRIu64 " to %" B_PRIu64
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp1291 TRACE(" frameCount calculated: %" B_PRIu64 ", from context: %" B_PRIu64 "\n",
/haiku/src/bin/rc/
H A Ddecompile.cpp379 fprintf(sOutputFile, "(uint64)%" B_PRIu64, *(uint64 *)data);
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dgpt.cpp126 "block %" B_PRIu64 ")\n", entry.EndBlock()));
/haiku/src/system/boot/platform/efi/
H A Ddtb.cpp668 dprintf(" clock: %" B_PRIu64 "\n", uart.clock);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.cpp1533 FATAL(("failed to get block %" B_PRIu64 "\n",
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp1201 snprintf(text, sizeof(text), "%" B_PRIu64, *(uint64*)data);
/haiku/src/bin/
H A Dhey.cpp1242 sprintf(str, "%" B_PRIu64 " (0x%" B_PRIx64 ")", ui64, ui64);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1565 #define B_PRIu64 FSSH_B_PRIu64 macro
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp384 out.Print("block cache %p, %s %" B_PRIu64 ", %c%c%c transaction %" B_PRId32
482 out.Print("block cache %p, error %" B_PRIu64 ", %s%s%s",
524 out.Print("block cache %p, block %" B_PRIu64 ", data %c%c%c: %s",
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp2315 "%" B_PRIu64 ")\n", address, data, size);

Completed in 391 milliseconds

123456