Searched refs:B_PRIx8 (Results 1 - 13 of 13) sorted by relevance

/haiku/src/system/boot/platform/bios_ia32/
H A Dbios.cpp29 TRACE(("BIOS(%" B_PRIx8 "h): Restore BIOS IDT\n", num));
31 TRACE(("BIOS(%" B_PRIx8 "h): eax: 0x%" B_PRIx32 ", ebx: 0x%" B_PRIx32 ", "
33 "edi: 0x%" B_PRIx32 ", es: 0x%" B_PRIx16 ", flags: 0x%" B_PRIx8 "\n",
37 TRACE(("BIOS(%" B_PRIx8 "h): Set debug BIOS IDT\n", num));
/haiku/headers/build/
H A DHaikuBuildCompatibility.h223 # define B_PRIx8 "x" macro
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp395 data.SetToFormat(" %02" B_PRIx8, *(uint8*)value);
551 temp.SetToFormat("%#" B_PRIx8,
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86PagingMethod64Bit.cpp130 ", %#" B_PRIx8 ")\n", virtualAddress, physicalAddress, attributes);
/haiku/headers/os/support/
H A DSupportDefs.h76 #define B_PRIx8 "x" macro
/haiku/src/bin/listdev/
H A Dlistdev.cpp95 printf("uint8 : %" B_PRIu8 " (%#" B_PRIx8 ")", attr->value.ui8,
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp111 "flags %#" B_PRIx8 ", seq %" B_PRIu32 ", ack %" B_PRIu32
148 "flags %#" B_PRIx8 ", seq %" B_PRIu32 ", ack %" B_PRIu32
1897 "to %s flags %#" B_PRIx8 ", seq %" B_PRIu32 ", ack %" B_PRIu32
2052 "%s flags %#" B_PRIx8 ", seq %" B_PRIu32 ", ack %" B_PRIu32
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp541 TRACE_ALWAYS("operation %#" B_PRIx8
553 TRACE_ALWAYS("phase error in operation %#" B_PRIx8 "\n",
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp743 snprintf(buffer, bufferSize, "%02" B_PRIx8,
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1555 #define B_PRIx8 FSSH_B_PRIx8 macro
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp268 kprintf("uint8 : %" B_PRIu8 " (%#" B_PRIx8 ")", attr->value.ui8,
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.cpp392 kprintf(" %02" B_PRIx8, pci_read_io_8(address + i * itemSize));
/haiku/src/system/kernel/vm/
H A Dvm.cpp3349 kprintf(" %02" B_PRIx8, *(uint8*)&value);

Completed in 164 milliseconds