Searched refs:B_PRIx32 (Results 1 - 25 of 334) sorted by relevance

1234567891011>>

/haiku/src/system/boot/platform/bios_ia32/
H A Dbios.cpp31 TRACE(("BIOS(%" B_PRIx8 "h): eax: 0x%" B_PRIx32 ", ebx: 0x%" B_PRIx32 ", "
32 "ecx: 0x%" B_PRIx32 ", edx: 0x%" B_PRIx32 ", esi: 0x%" B_PRIx32 ", "
33 "edi: 0x%" B_PRIx32 ", es: 0x%" B_PRIx16 ", flags: 0x%" B_PRIx8 "\n",
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp61 DO_LOG("put_vnode result: %#" B_PRIx32 "\n", result);
79 DO_LOG("remove_vnode result: %#" B_PRIx32 "\n", result);
110 DO_LOG("lookup result: %#" B_PRIx32 "; id: %" B_PRIdINO "\n", result, *id);
122 DO_LOG("get_vnode_name result: %#" B_PRIx32 "; buffer: \"%s\"\n", result,
152 DO_LOG("read_pages result: %#" B_PRIx32 "; num_bytes: %" B_PRIuSIZE "\n",
166 DO_LOG("write_pages result: %#" B_PRIx32 "; num_bytes: %" B_PRIuSIZE "\n",
181 DO_LOG("io result: %#" B_PRIx32 "\n", result);
192 DO_LOG("cancel_io result: %#" B_PRIx32 "\n", result);
204 DO_LOG("get_file_map result: %#" B_PRIx32 "; count: %" B_PRIuSIZE "\n",
217 DO_LOG("ioctl result: %#" B_PRIx32 "\
[all...]
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci_info.cpp46 TRACE(("PCI: I/O window %04" B_PRIx32 "-%04" B_PRIx32 "\n", io_base,
51 TRACE(("PCI: memory window %08" B_PRIx32 "-%08" B_PRIx32 "\n",
72 TRACE(("PCI: ROM base host %08" B_PRIx32 ", pci %08" B_PRIx32 ", size ??\n",
75 TRACE(("PCI: base reg %d: host %08" B_PRIx32 ", pci %08" B_PRIx32 ", "
76 "size %08" B_PRIx32 ", flags %02x\n", i, info->u.h1.base_registers[i],
93 TRACE(("PCI: memory_base_upper32 %08" B_PRIx32 ", memory_bas
[all...]
H A Dpci_fixup.cpp47 dprintf("jmicron_fixup_ahci: Register 0x40 : 0x%08" B_PRIx32 "\n", val);
70 dprintf("jmicron_fixup_ahci: Register 0x40 : 0x%08" B_PRIx32 "\n", val);
111 dprintf("intel_fixup_ahci: 0x24: 0x%08" B_PRIx32 "\n",
113 dprintf("intel_fixup_ahci: 0x90: 0x%02" B_PRIx32 "\n",
128 dprintf("intel_fixup_ahci: ide-bar5 bits-1: 0x%08" B_PRIx32 "\n",
131 dprintf("intel_fixup_ahci: ide-bar5 bits-0: 0x%08" B_PRIx32 "\n",
139 dprintf("intel_fixup_ahci: ahci-bar5 bits-1: 0x%08" B_PRIx32 "\n",
142 dprintf("intel_fixup_ahci: ahci-bar5 bits-0: 0x%08" B_PRIx32 "\n",
151 dprintf("intel_fixup_ahci: 0x24: 0x%08" B_PRIx32 "\n",
153 dprintf("intel_fixup_ahci: 0x90: 0x%02" B_PRIx32 "\
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A Dkernel_interface.cpp75 PRINT(("userlandfs_mount(%p (%" B_PRId32 "), %s, 0x%" B_PRIx32
132 PRINT(("userlandfs_unmount() done: %" B_PRIx32 "\n", error));
143 PRINT(("userlandfs_sync() done: %" B_PRIx32 "\n", error));
154 PRINT(("userlandfs_read_fs_info() done: %" B_PRIx32 "\n", error));
164 PRINT(("userlandfs_write_fs_info(%p, %p, 0x%" B_PRIx32 ")\n", volume, info,
167 PRINT(("userlandfs_write_fs_info() done: %" B_PRIx32 "\n", error));
184 PRINT(("userlandfs_lookup() done: (%" B_PRIx32 ", %" B_PRIdINO ")\n", error,
199 PRINT(("userlandfs_get_vnode_name() done: (%" B_PRIx32 ", \"%.*s\")\n",
221 PRINT(("userlandfs_get_vnode() done: (%" B_PRIx32 ", %p, %#x, %#" B_PRIx32
[all...]
/haiku/src/system/libroot/posix/stdlib/
H A Dpty.cpp40 snprintf(buffer, sizeof(buffer), "/dev/tt/%c%" B_PRIx32,
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPanelFitter.cpp54 TRACE("%s: this fitter is connected to pipe #%" B_PRIx32 "\n", __func__,
87 TRACE("%s: PCH_PANEL_FITTER_CONTROL, 0x%" B_PRIx32 "\n", __func__, read32(fRegisterBase + PCH_PANEL_FITTER_CONTROL));
88 TRACE("%s: PCH_PANEL_FITTER_WINDOW_POS, 0x%" B_PRIx32 "\n", __func__, read32(fRegisterBase + PCH_PANEL_FITTER_WINDOW_POS));
H A DPipes.cpp198 TRACE("%s: trans conf reg: 0x%" B_PRIx32"\n", __func__,
200 TRACE("%s: trans DDI func ctl reg: 0x%" B_PRIx32"\n", __func__,
226 TRACE("%s: FDI/PIPE M1 data before: 0x%" B_PRIx32 "\n", __func__, read32(PCH_FDI_PIPE_A_DATA_M1 + fPipeOffset));
227 TRACE("%s: FDI/PIPE N1 data before: 0x%" B_PRIx32 "\n", __func__, read32(PCH_FDI_PIPE_A_DATA_N1 + fPipeOffset));
228 TRACE("%s: FDI/PIPE M1 link before: 0x%" B_PRIx32 "\n", __func__, read32(PCH_FDI_PIPE_A_LINK_M1 + fPipeOffset));
229 TRACE("%s: FDI/PIPE N1 link before: 0x%" B_PRIx32 "\n", __func__, read32(PCH_FDI_PIPE_A_LINK_N1 + fPipeOffset));
241 TRACE("%s: FDI/PIPE link with %" B_PRIx32 " lane(s) in use\n", __func__, lanes);
279 TRACE("%s: FDI/PIPE M1 data after: 0x%" B_PRIx32 "\n", __func__, read32(PCH_FDI_PIPE_A_DATA_M1 + fPipeOffset));
280 TRACE("%s: FDI/PIPE N1 data after: 0x%" B_PRIx32 "\n", __func__, read32(PCH_FDI_PIPE_A_DATA_N1 + fPipeOffset));
281 TRACE("%s: FDI/PIPE M1 link after: 0x%" B_PRIx32 "\
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBitmapBlock.cpp101 TRACE("BitmapBlock::_Check(): start %" B_PRIx32 " mask %" B_PRIx32
113 B_PRIx32 "\n", iterations, data[index - 1]);
124 " remaining %" B_PRIx32 " mask %" B_PRIx32 "\n", remainingBits,
155 TRACE("BitmapBlock::_Update(): bits: %" B_PRIx32 "\n", bits);
160 TRACE("BitmapBlock::_Update(): mask: %" B_PRIx32 "\n", mask);
163 ERROR("BitmapBlock::_Update() Marking failed bits %" B_PRIx32
173 TRACE("BitmapBlock::_Update(): updated bits: %" B_PRIx32 "\n",
190 TRACE("BitmapBlock::_Update(): mask: %" B_PRIx32 ", bit
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/usb_rndis/
H A DRNDISDevice.cpp277 TRACE_ALWAYS("device status error 0x%08" B_PRIx32 "\n", fStatusRead);
290 TRACE_ALWAYS("Received unexpected packet type %08" B_PRIx32 " on data link\n",
298 TRACE_ALWAYS("Received frame at %ld length %08" B_PRIx32 " out of bounds of receive buffer"
299 "%08" B_PRIx32 "\n", (uint8*) fReadHeader - fReadBuffer, fReadHeader[1],
309 TRACE_ALWAYS("Received frame has out of band data: off %08" B_PRIx32 " len %08" B_PRIx32
310 " count %08" B_PRIx32 "\n", fReadHeader[4], fReadHeader[5], fReadHeader[6]);
314 TRACE_ALWAYS("Received frame has per-packet info: off %08" B_PRIx32 " len %08" B_PRIx32
319 TRACE_ALWAYS("Received frame has non-0 reserved field %08" B_PRIx32 "\
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A Dnetfs.cpp259 PRINT("netfs_sync() done: %" B_PRIx32 " \n", error);
281 PRINT("netfs_read_fs_stat() done: %" B_PRIx32 " \n", error);
303 PRINT("netfs_write_fs_stat() done: %" B_PRIx32 " \n", error);
329 PRINT("netfs_read_vnode() done: (%" B_PRIx32 ", %p)\n", error, *node);
347 // PRINT(("netfs_write_vnode() done: %" B_PRIx32 "\n", error));
360 // PRINT(("netfs_remove_vnode() done: %" B_PRIx32 "\n", error));
377 PRINT("netfs_fsync() done: %" B_PRIx32 "\n", error);
391 PRINT("netfs_read_stat() done: %" B_PRIx32 "\n", error);
403 PRINT("netfs_write_stat() done: %" B_PRIx32 "\n", error);
415 PRINT("netfs_access() done: %" B_PRIx32 "\
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dmem_controller.c149 SHOW_INFO( 3, " local memory 0x%" B_PRIx32 "@0x%" B_PRIx32,
151 SHOW_INFO( 3, " PCI GART 0x%" B_PRIx32 "@0x%" B_PRIx32,
153 SHOW_INFO( 3, " disabled AGP GART 0x%" B_PRIx32 "@0x%" B_PRIx32,
H A Dinit.c57 SHOW_FLOW( 3, "old PCI command state: 0x%08" B_PRIx32, tmp );
64 "physical address of memory-mapped I/O: 0x%8" B_PRIx32 "-0x%8" B_PRIx32,
110 "restrict frame buffer from 0x%8" B_PRIx32
111 " to 0x%8" B_PRIx32 " bytes",
124 "physical address of framebuffer: 0x%8" B_PRIx32 "-0x%8" B_PRIx32,
322 SHOW_INFO( 2, "LVDS GEN = %8" B_PRIx32,
324 SHOW_INFO( 2, "LVDS PLL = %8" B_PRIx32,
326 SHOW_INFO( 2, "TMDS PLL = %8" B_PRIx32,
[all...]
/haiku/src/system/boot/platform/efi/arch/arm/
H A Darch_start.cpp201 TRACE("CPSR = 0x%08" B_PRIx32 "\n", cpu_read_CPSR());
202 TRACE("SCTLR = 0x%08" B_PRIx32 "\n", mmu_read_SCTLR());
203 TRACE("TTBR0 = 0x%08" B_PRIx32 ", TTBR1 = 0x%08" B_PRIx32 ", TTBCR = 0x%08" B_PRIx32 "\n",
205 TRACE("DACR = 0x%08" B_PRIx32 "\n",
/haiku/src/bin/bfs_tools/lib/
H A Ddump.cpp52 Print(" magic1 = %#08" B_PRIx32 " (%s) %s\n", superBlock->magic1,
55 Print(" fs_byte_order = %#08" B_PRIx32 " (%s, %s endian)\n",
63 Print(" magic2 = %#08" B_PRIx32 " (%s) %s\n", superBlock->magic2,
69 Print(" flags = %#08" B_PRIx32 " (%s)\n", superBlock->flags,
74 Print(" magic3 = %#08" B_PRIx32 " (%s) %s\n", superBlock->magic3,
132 Print(" magic1 = %08" B_PRIx32 " (%s) %s\n",inode->magic1,
139 Print(" flags = %08" B_PRIx32 "\n",inode->flags);
151 Print(" etc = %#08" B_PRIx32 "\n",inode->etc);
179 printf("%#08" B_PRIx32 " (%s), name = \"%s\", ", item->type,
195 printf(" magic = %#08" B_PRIx32 " (
[all...]
/haiku/src/add-ons/kernel/generic/tty/
H A Dmodule.cpp31 kprintf(" c_iflag: 0x%08" B_PRIx32 "\n", settings.termios.c_iflag);
32 kprintf(" c_oflag: 0x%08" B_PRIx32 "\n", settings.termios.c_oflag);
33 kprintf(" c_cflag: 0x%08" B_PRIx32 "\n", settings.termios.c_cflag);
34 kprintf(" c_lflag: 0x%08" B_PRIx32 "\n", settings.termios.c_lflag);
/haiku/src/system/kernel/arch/x86/
H A Darch_elf.cpp81 TRACE(("looking at rel type %s, offset 0x%" B_PRIx32 "\n",
105 TRACE(("S 0x%08" B_PRIx32 " (%s)\n", S, SYMNAME(image, symbol)));
123 TRACE(("A 0x%08" B_PRIx32 "\n", A));
133 TRACE(("P 0x%08" B_PRIx32 "\n", P));
164 dprintf("arch_elf_relocate_rel: invalid offset 0x%" B_PRIx32 "\n",
172 TRACE(("-> offset 0x%08" B_PRIx32 "x (0x%08" B_PRIx32 ") = 0x%08" B_PRIx32 "\n",
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioDevice.cpp156 PRINT(("%" B_PRId32 "\t%d\t0x%" B_PRIx32 "\t0x%" B_PRIx32 "\n",
164 PRINT(("Output rates\t\t0x%" B_PRIx32 "\n", fDescription.output_rates));
165 PRINT(("Input rates\t\t0x%" B_PRIx32 "\n", fDescription.input_rates));
168 PRINT(("Output formats\t\t0x%" B_PRIx32 "\n", fDescription.output_formats));
169 PRINT(("Input formats\t\t0x%" B_PRIx32 "\n", fDescription.input_formats));
170 PRINT(("Lock sources\t\t0x%" B_PRIx32 "\n", fDescription.lock_sources));
171 PRINT(("Timecode sources\t0x%" B_PRIx32 "\n", fDescription.timecode_sources));
172 PRINT(("Interface flags\t\t0x%" B_PRIx32 "\n", fDescription.interface_flags));
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_controller.cpp84 TRACE("satacr0 = 0x%08" B_PRIx32 ", satacr1 = 0x%08" B_PRIx32 "\n",
97 TRACE("Jmicron controller control 1 old 0x%08" B_PRIx32 "\n", ctrl);
100 TRACE("Jmicron controller control 1 new 0x%08" B_PRIx32 "\n", ctrl);
157 TRACE("ports-implemented mask is zero, using 0x%" B_PRIx32 " instead.\n",
171 TRACE("cap: Number of Command Slots: %d (raw %#" B_PRIx32 ")\n",
173 TRACE("cap: Number of Ports: %d (raw %#" B_PRIx32 ")\n", fPortCount,
218 TRACE("Ports Implemented Mask: %#08" B_PRIx32 " Number of Available Ports:"
220 TRACE("AHCI Version %02" B_PRIx32 "%02" B_PRIx32 "
[all...]
/haiku/src/servers/bluetooth/
H A DHCITransportAccessor.cpp21 printf("%s: hid retrieved %" B_PRIx32 " status=%" B_PRId32 "\n",
/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Dutil.c57 TRACE("mapping '%s' failed, error 0x%" B_PRIx32 " (%s)\n", name, area,
66 ", area = 0x%08" B_PRIx32 "\n", phy, *virt, offset, phyadr, mapadr,
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dutil.c92 ERROR("mapping '%s' failed, error 0x%" B_PRIx32 " (%s)\n", name, area,
100 "mapadr = %p, size = %ld, area = 0x%08" B_PRIx32 "\n", phy, *virt,
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPMailbox.cpp104 printf("IMAP: flags changed %s, uid %" B_PRIu32 ", from %" B_PRIx32 " to %"
105 B_PRIx32 "\n", ref.name, token.uid, oldFlags, newFlags);
/haiku/src/tests/kits/net/
H A Dwlan_test.cpp45 printf("%-32s %s %4g dB %s C%02" B_PRIx32 " K%02" B_PRIx32
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp223 TRACE("%s: to assemble %" B_PRIuSIZE " bytes of 0x%" B_PRIx32 "\n",
230 ERROR("%s: Device 0x%" B_PRIx32 " could not be matched\n", __func__,
271 TRACE("%s: Device %" B_PRIx32 "\n", __func__, device->index);
314 ERROR("%s: No device 0x%" B_PRIx32 "\n", __func__, hciId);
318 TRACE("%s: index 0x%" B_PRIx32 " try to send bt packet of %" B_PRIu32
319 " bytes (flags 0x%" B_PRIx32 "):\n", __func__, device->index,
384 kprintf("\tindex=%" B_PRIx32 " @%p hooks=%p\n", device->index,

Completed in 271 milliseconds

1234567891011>>