Home
last modified time | relevance | path

Searched refs:PRId32 (Results 1 – 7 of 7) sorted by relevance

/haiku/src/tests/libs/bsd/
H A Dwait4_test.cpp61 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 Dinttypes.h32 # 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 Ddtb.cpp222 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 Dfssh_types.h60 #define FSSH_B_PRId32 PRId32
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfDebug.h199 LPRINT(("returning 0x%" B_PRIx32 " = %" PRId32 "\n", \
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DACPICAHaiku.cpp602 DEBUG_FUNCTION_F("max: %" B_PRIu32 "; count: %" B_PRIu32 "; result: %" PRId32, in AcpiOsCreateSemaphore()
/haiku/src/system/boot/loader/
H A Delf.cpp354 TRACE(("load segment %" PRId32 " (%" PRIu64 " bytes) mapped at %p...\n", in Load()