Home
last modified time | relevance | path

Searched refs:B_PRIx8 (Results 1 – 15 of 15) sorted by relevance

/haiku/src/system/boot/platform/bios_ia32/
H A Dbios.cpp29 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 Ddebug.cpp61 printFunc("msdosfsmount flags 0x%" B_PRIx64 ", media descriptor 0x%" B_PRIx8 "\n", in _dump_volume()
/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); in DumpMemory()
551 temp.SetToFormat("%#" B_PRIx8, in FormatSIMDValue()
/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, in dump_attribute()
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86PagingMethod64Bit.cpp130 ", %#" B_PRIx8 ")\n", virtualAddress, physicalAddress, attributes); in MapEarly()
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp112 "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 Dvm_debug.cpp185 kprintf(" %02" B_PRIx8, *(uint8*)&value); in display_mem()
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp541 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 DMemoryView.cpp743 snprintf(buffer, bufferSize, "%02" B_PRIx8, in _GetNextHexBlock()
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1558 #define B_PRIx8 FSSH_B_PRIx8 macro
/haiku/docs/user/support/
H A DSupportDefs.dox381 \def B_PRIx8
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp267 kprintf("uint8 : %" B_PRIu8 " (%#" B_PRIx8 ")", attr->value.ui8, in dump_attribute()
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.cpp392 kprintf(" %02" B_PRIx8, pci_read_io_8(address + i * itemSize)); in display_io()