Searched refs:PRId32 (Results 1 – 7 of 7) sorted by relevance
/haiku/src/tests/libs/bsd/ |
H A D | wait4_test.cpp | 61 printf("wait4() returned %" PRId32 " (%s), child status %" PRId32 in main() 62 ", kernel: %ld.%06" PRId32 " user: %ld.%06" PRId32 "\n", in main()
|
/haiku/headers/posix/ |
H A D | inttypes.h | 32 # define PRId32 __HAIKU_STD_PRI_PREFIX_32 "d" macro 33 # define PRIdLEAST32 PRId32 34 # define PRIdFAST32 PRId32
|
/haiku/src/system/boot/platform/efi/ |
H A D | dtb.cpp | 222 dprintf("%" PRId32 ", %" PRId32, fdt32_to_cpu(*it), fdt32_to_cpu(*(it + 1))); in dump_fdt() 267 dprintf("(bus: %" PRId32 ", dev: %" PRId32 ", fn: %" PRId32 "), ", in dump_fdt() 278 dprintf("parentPhandle: %" PRId32 ", ", parentPhandle); in dump_fdt() 314 dprintf(" (len %" PRId32 ")\n", fdt32_to_cpu(property->len)); in dump_fdt()
|
/haiku/headers/private/fs_shell/ |
H A D | fssh_types.h | 60 #define FSSH_B_PRId32 PRId32
|
/haiku/src/add-ons/kernel/file_systems/udf/ |
H A D | UdfDebug.h | 199 LPRINT(("returning 0x%" B_PRIx32 " = %" PRId32 "\n", \
|
/haiku/src/add-ons/kernel/bus_managers/acpi/ |
H A D | ACPICAHaiku.cpp | 602 DEBUG_FUNCTION_F("max: %" B_PRIu32 "; count: %" B_PRIu32 "; result: %" PRId32, in AcpiOsCreateSemaphore()
|
/haiku/src/system/boot/loader/ |
H A D | elf.cpp | 354 TRACE(("load segment %" PRId32 " (%" PRIu64 " bytes) mapped at %p...\n", in Load()
|