Symbol: PRIu64
headers/posix/inttypes.h
104
# define PRIuMAX PRIu64
headers/posix/inttypes.h
92
# define PRIuLEAST64 PRIu64
headers/posix/inttypes.h
93
# define PRIuFAST64 PRIu64
headers/private/fs_shell/fssh_types.h
76
#define FSSH_B_PRIu64 PRIu64
src/add-ons/kernel/busses/scsi/hyperv/HyperVSCSIRequest.cpp
237
TRACE(" page[%u]: %" PRIu64 "\n", i, fGPARange->page_nums[i]);
src/kits/debugger/dwarf/DwarfFile.cpp
1981
"field type %" PRIu64 "\n", fName, format);
src/kits/debugger/dwarf/DwarfFile.cpp
2012
"field type %" PRIu64 "\n", fName, format);
src/kits/debugger/dwarf/DwarfFile.cpp
2151
"field in dirs %" PRIu64 "\n", fName, content);
src/kits/debugger/dwarf/DwarfFile.cpp
2232
"field in files %" PRIu64 "\n",
src/system/boot/loader/elf.cpp
359
TRACE(("load segment %" PRId32 " (%" PRIu64 " bytes) mapped at %p...\n",
src/system/boot/platform/efi/arch/x86/arch_smp_32.cpp
59
TRACE("size of trampoline code = %" PRIu64 " bytes\n", (uint64)&smp_trampoline_end - (uint64)&smp_trampoline);
src/system/boot/platform/efi/arch/x86_64/arch_smp_64.cpp
63
TRACE("size of trampoline code = %" PRIu64 " bytes\n", (uint64)&long_smp_trampoline_end - (uint64)&long_smp_trampoline);
src/system/boot/platform/efi/devices.cpp
224
"blocksize: %" PRIu32 ", lastblock: %" PRIu64 "\n",
src/system/kernel/arch/sparc/arch_elf.cpp
144
dprintf("looking at rel type %" PRIu64 ", offset 0x%lx, sym 0x%lx, "
src/system/kernel/arch/sparc/arch_elf.cpp
172
"entry index %d, rel type %" PRIu64 ", offset 0x%lx, "
src/system/kernel/arch/sparc/arch_elf.cpp
259
PRIu64 "\n", ELF64_R_TYPE(rel[i].r_info));
src/tools/remote_disk_server/remote_disk_server.cpp
199
printf("READ request: offset: %" PRIu64 ", %hd bytes\n", offset, size);
src/tools/remote_disk_server/remote_disk_server.cpp
215
fprintf(stderr, "Error: Failed to read at position %" PRIu64 ": "
src/tools/remote_disk_server/remote_disk_server.cpp
220
fprintf(stderr, "Error: Failed to seek to position %" PRIu64 ": %s.",
src/tools/remote_disk_server/remote_disk_server.cpp
242
printf("WRITE request: offset: %" PRIu64 ", %hd bytes\n", offset, size);
src/tools/remote_disk_server/remote_disk_server.cpp
260
fprintf(stderr, "Error: Failed to write at position %" PRIu64 ": "
src/tools/remote_disk_server/remote_disk_server.cpp
265
fprintf(stderr, "Error: Failed to seek to position %" PRIu64 ": %s.",