Symbol: B_PRIx8
src/add-ons/input_server/devices/mouse/movement_maker.cpp
318
TRACE("TM_EVENT: b:0x%" B_PRIx8 " nf:%" B_PRId8 " f:0x%" B_PRIx8
src/add-ons/input_server/devices/mouse/movement_maker.cpp
328
TRACE("TM_STATUS: b:0x%" B_PRIx8 " %c%c%c%c%c%c"
src/add-ons/kernel/bus_managers/pci/pci.cpp
392
kprintf(" %02" B_PRIx8, pci_read_io_8(address + i * itemSize));
src/add-ons/kernel/drivers/disk/usb/usb_disk/usb_disk.cpp
530
TRACE_ALWAYS("operation %#" B_PRIx8
src/add-ons/kernel/drivers/disk/usb/usb_disk/usb_disk.cpp
542
TRACE_ALWAYS("phase error in operation %#" B_PRIx8 "\n",
src/add-ons/kernel/file_systems/fat/debug.cpp
58
printFunc("msdosfsmount flags 0x%" B_PRIx64 ", media descriptor 0x%" B_PRIx8 "\n",
src/add-ons/kernel/network/protocols/tcp/TCPEndpoint.cpp
112
"flags %#" B_PRIx8 ", seq %" B_PRIu32 ", ack %" B_PRIu32
src/add-ons/kernel/network/protocols/tcp/TCPEndpoint.cpp
149
"flags %#" B_PRIx8 ", seq %" B_PRIu32 ", ack %" B_PRIu32
src/add-ons/kernel/network/protocols/tcp/TCPEndpoint.cpp
2004
"to %s flags %#" B_PRIx8 ", seq %" B_PRIu32 ", ack %" B_PRIu32
src/add-ons/kernel/network/protocols/tcp/TCPEndpoint.cpp
2185
"%s flags %#" B_PRIx8 ", seq %" B_PRIu32 ", ack %" B_PRIu32
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp
743
snprintf(buffer, bufferSize, "%02" B_PRIx8,
src/bin/listdev/listdev.cpp
95
printf("uint8 : %" B_PRIu8 " (%#" B_PRIx8 ")", attr->value.ui8,
src/kits/debugger/user_interface/util/UiUtils.cpp
395
data.SetToFormat(" %02" B_PRIx8, *(uint8*)value);
src/kits/debugger/user_interface/util/UiUtils.cpp
551
temp.SetToFormat("%#" B_PRIx8,
src/system/boot/platform/bios_ia32/bios.cpp
29
TRACE(("BIOS(%" B_PRIx8 "h): Restore BIOS IDT\n", num));
src/system/boot/platform/bios_ia32/bios.cpp
31
TRACE(("BIOS(%" B_PRIx8 "h): eax: 0x%" B_PRIx32 ", ebx: 0x%" B_PRIx32 ", "
src/system/boot/platform/bios_ia32/bios.cpp
33
"edi: 0x%" B_PRIx32 ", es: 0x%" B_PRIx16 ", flags: 0x%" B_PRIx8 "\n",
src/system/boot/platform/bios_ia32/bios.cpp
37
TRACE(("BIOS(%" B_PRIx8 "h): Set debug BIOS IDT\n", num));
src/system/kernel/arch/x86/paging/64bit/X86PagingMethod64Bit.cpp
134
", %#" B_PRIx8 ")\n", virtualAddress, physicalAddress, attributes);
src/system/kernel/device_manager/device_manager.cpp
266
kprintf("uint8 : %" B_PRIu8 " (%#" B_PRIx8 ")", attr->value.ui8,
src/system/kernel/vm/vm_debug.cpp
185
kprintf(" %02" B_PRIx8, *(uint8*)&value);