/haiku/src/system/boot/platform/bios_ia32/ |
H A D | bios.cpp | 29 TRACE(("BIOS(%" B_PRIx8 "h): Restore BIOS IDT\n", num)); in call_bios() 31 TRACE(("BIOS(%" B_PRIx8 "h): eax: 0x%" B_PRIx32 ", ebx: 0x%" B_PRIx32 ", " in call_bios() 33 "edi: 0x%" B_PRIx32 ", es: 0x%" B_PRIx16 ", flags: 0x%" B_PRIx8 "\n", in call_bios() 37 TRACE(("BIOS(%" B_PRIx8 "h): Set debug BIOS IDT\n", num)); in call_bios()
|
/haiku/src/add-ons/kernel/file_systems/fat/ |
H A D | debug.cpp | 61 printFunc("msdosfsmount flags 0x%" B_PRIx64 ", media descriptor 0x%" B_PRIx8 "\n", in _dump_volume()
|
/haiku/headers/build/ |
H A D | HaikuBuildCompatibility.h | 223 # define B_PRIx8 "x" macro
|
/haiku/src/kits/debugger/user_interface/util/ |
H A D | UiUtils.cpp | 395 data.SetToFormat(" %02" B_PRIx8, *(uint8*)value); in DumpMemory() 551 temp.SetToFormat("%#" B_PRIx8, in FormatSIMDValue()
|
/haiku/headers/os/support/ |
H A D | SupportDefs.h | 76 #define B_PRIx8 "x" macro
|
/haiku/src/bin/listdev/ |
H A D | listdev.cpp | 95 printf("uint8 : %" B_PRIu8 " (%#" B_PRIx8 ")", attr->value.ui8, in dump_attribute()
|
/haiku/src/system/kernel/arch/x86/paging/64bit/ |
H A D | X86PagingMethod64Bit.cpp | 130 ", %#" B_PRIx8 ")\n", virtualAddress, physicalAddress, attributes); in MapEarly()
|
/haiku/src/add-ons/kernel/network/protocols/tcp/ |
H A D | TCPEndpoint.cpp | 112 "flags %#" B_PRIx8 ", seq %" B_PRIu32 ", ack %" B_PRIu32 in AddDump() 149 "flags %#" B_PRIx8 ", seq %" B_PRIu32 ", ack %" B_PRIu32 in AddDump() 1978 "to %s flags %#" B_PRIx8 ", seq %" B_PRIu32 ", ack %" B_PRIu32 in SegmentReceived() 2133 "%s flags %#" B_PRIx8 ", seq %" B_PRIu32 ", ack %" B_PRIu32 in _PrepareAndSend()
|
/haiku/src/system/kernel/vm/ |
H A D | vm_debug.cpp | 185 kprintf(" %02" B_PRIx8, *(uint8*)&value); in display_mem()
|
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/ |
H A D | usb_disk.cpp | 541 TRACE_ALWAYS("operation %#" B_PRIx8 in usb_disk_operation_bulk() 553 TRACE_ALWAYS("phase error in operation %#" B_PRIx8 "\n", in usb_disk_operation_bulk()
|
/haiku/src/apps/debugger/user_interface/gui/inspector_window/ |
H A D | MemoryView.cpp | 743 snprintf(buffer, bufferSize, "%02" B_PRIx8, in _GetNextHexBlock()
|
/haiku/headers/private/fs_shell/ |
H A D | fssh_api_wrapper.h | 1558 #define B_PRIx8 FSSH_B_PRIx8 macro
|
/haiku/docs/user/support/ |
H A D | SupportDefs.dox | 381 \def B_PRIx8
|
/haiku/src/system/kernel/device_manager/ |
H A D | device_manager.cpp | 267 kprintf("uint8 : %" B_PRIu8 " (%#" B_PRIx8 ")", attr->value.ui8, in dump_attribute()
|
/haiku/src/add-ons/kernel/bus_managers/pci/ |
H A D | pci.cpp | 392 kprintf(" %02" B_PRIx8, pci_read_io_8(address + i * itemSize)); in display_io()
|