Searched refs:PRIu32 (Results 1 – 9 of 9) sorted by relevance
/haiku/headers/posix/ |
H A D | inttypes.h | 78 # define PRIu32 __HAIKU_STD_PRI_PREFIX_32 "u" macro 79 # define PRIuLEAST32 PRIu32 80 # define PRIuFAST32 PRIu32
|
/haiku/src/add-ons/kernel/file_systems/udf/ |
H A D | Recognition.cpp | 198 "len:%" PRIu32 ") failed with error 0x%lx\n", in walk_anchor_volume_descriptor_sequences() 332 DEBUG_INIT_ETC(NULL, ("descriptorSequence.loc:%" PRIu32 ", " in walk_volume_descriptor_sequence() 333 "descriptorSequence.len:%" PRIu32, in walk_volume_descriptor_sequence() 349 PRINT(("descriptor #%" PRIu32 " (block %" B_PRIdOFF "):\n", i, block)); in walk_volume_descriptor_sequence()
|
/haiku/headers/private/fs_shell/ |
H A D | fssh_types.h | 72 #define FSSH_B_PRIu32 PRIu32
|
/haiku/src/system/boot/loader/net/ |
H A D | Ethernet.cpp | 127 PRIu32 " bytes)\n", in Send()
|
/haiku/src/add-ons/kernel/bus_managers/fdt/ |
H A D | fdt_module.cpp | 683 …dprintf("childAddr=0x%08" PRIx32 ", childIrq=%" PRIu32 ", parentIrqCtrl=%" PRIu32 ", parentIrq=%" … in fdt_device_print_interrupt_map()
|
/haiku/src/libs/util/ |
H A D | pidfile.c | 191 snprintf(pidstr, sizeof(pidstr), "%" PRIu32, getpid()); in pidfile_write()
|
/haiku/src/system/boot/platform/efi/ |
H A D | dtb.cpp | 272 dprintf("%" PRIu32 " ", fdt32_to_cpu(*it)); in dump_fdt() 296 dprintf("%" PRIu32 " ", fdt32_to_cpu(*it)); in dump_fdt() 302 dprintf("%" PRIu32 " ", fdt32_to_cpu(*it)); in dump_fdt()
|
H A D | devices.cpp | 206 "blocksize: %" PRIu32 ", lastblock: %" PRIu64 "\n", in platform_add_boot_device()
|
/haiku/src/tools/ |
H A D | set_haiku_revision.cpp | 653 "invalid name index: %" PRIu32 ".", nameIndex); in _ReadSectionHeader()
|