Searched refs:TRACE (Results 201 - 225 of 865) sorted by relevance

1234567891011>>

/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_smp.cpp22 # define TRACE(x) dprintf x macro
24 # define TRACE(x) ; macro
/haiku/src/system/boot/platform/efi/arch/arm/
H A Darch_smp.cpp22 # define TRACE(x) dprintf x macro
24 # define TRACE(x) ; macro
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortDirectory.cpp83 TRACE("ShortDirectory::Lookup\n");
89 TRACE("ShortDirectory:Lookup: name: \".\" ino: (%" B_PRIu64 ")\n", *ino);
93 TRACE("Parent: (%" B_PRIu64 ")\n", *ino);
98 TRACE("Length of first entry: (%" B_PRIu8 "),offset of first entry:"
127 TRACE("ShortDirectory:GetNext: name: \".\" ino: (%" B_PRIu64 ")\n", *ino);
138 TRACE("ShortDirectory:GetNext: name: \"..\" ino: (%" B_PRIu64 ")\n", *ino);
143 TRACE("Length of first entry: (%" B_PRIu8 "),offset of first entry:"
158 TRACE("Entry found. Name: (%s), Length: (%" B_PRIuSIZE "),ino: (%" B_PRIu64 ")\n",
H A DAttribute.cpp23 TRACE("Attribute:Init: LOCAL\n");
28 TRACE("Attribute::Init: EXTENTS\n");
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DDevice.cpp34 TRACE("creating device\n");
56 TRACE("full device descriptor for device %d:\n", fDeviceAddress);
57 TRACE("\tlength:..............%d\n", fDeviceDescriptor.length);
58 TRACE("\tdescriptor_type:.....0x%04x\n", fDeviceDescriptor.descriptor_type);
59 TRACE("\tusb_version:.........0x%04x\n", fDeviceDescriptor.usb_version);
60 TRACE("\tdevice_class:........0x%02x\n", fDeviceDescriptor.device_class);
61 TRACE("\tdevice_subclass:.....0x%02x\n", fDeviceDescriptor.device_subclass);
62 TRACE("\tdevice_protocol:.....0x%02x\n", fDeviceDescriptor.device_protocol);
63 TRACE("\tmax_packet_size_0:...%d\n", fDeviceDescriptor.max_packet_size_0);
64 TRACE("\tvendor_i
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/amiga/
H A Damiga_rdb.cpp26 # define TRACE(x) dprintf x macro
28 # define TRACE(x) ; macro
49 TRACE(("search_rdb: check sum is incorrect!\n"));
113 TRACE(("search_rdb: read error: %ld\n", bytesRead));
164 TRACE(("amiga_rdb_scan_partition(cookie = %p)\n", _cookie));
183 TRACE(("amiga_rdb: file system: %s\n",
188 TRACE(("amiga_rdb: child partition exceeds existing space (%lld "
196 TRACE(("amiga_rdb: Creating child at index %ld failed\n",
/haiku/src/add-ons/kernel/partitioning_systems/apple/
H A Dapple.cpp25 # define TRACE(x) dprintf x macro
27 # define TRACE(x) ; macro
121 TRACE(("apple: read first chunk (signature = %x)\n", descriptor->signature));
126 TRACE(("apple: valid partition descriptor!\n"));
146 TRACE(("apple_scan_partition(cookie = %p)\n", _cookie));
162 TRACE(("apple: found partition: name = \"%s\", type = \"%s\"\n",
166 TRACE(("apple: child partition exceeds existing space (%lld bytes)\n",
175 TRACE(("apple: Creating child at index %ld failed\n", index - 1));
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp29 # define TRACE(x) dprintf x macro
32 # define TRACE(x) /* nothing */ macro
489 TRACE(("xsi_msgctl: messageQueueID = %d, command = %d\n", messageQueueID, command));
494 TRACE(("xsi_msgctl: message queue id %d not valid\n", messageQueueID));
498 TRACE(("xsi_msgctl: buffer address is not valid\n"));
520 TRACE(("xsi_msgctl: calling process has not read "
535 TRACE(("xsi_msgctl: calling process has not permission "
546 TRACE(("xsi_msgctl: user does not have permission to "
551 TRACE(("xsi_msgctl: can't set msg_qbytes to 0!\n"));
565 TRACE(("xsi_msgct
[all...]
/haiku/src/system/kernel/arch/x86/
H A Darch_smp.cpp37 # define TRACE(x) dprintf x macro
39 # define TRACE(x) ; macro
55 TRACE(("inter-cpu interrupt on cpu %d\n", cpu));
64 TRACE(("spurious interrupt on cpu %" B_PRId32 "\n", smp_get_current_cpu()));
77 TRACE(("smp error interrupt on cpu %" B_PRId32 "\n", smp_get_current_cpu()));
93 TRACE(("%s: entry\n", __func__));
97 TRACE(("%s: apic not available for smp\n", __func__));
125 TRACE(("arch_smp_init_percpu: setting up the apic on cpu %" B_PRId32 "\n",
H A Darch_timer.cpp30 # define TRACE(x...) dprintf("arch_timer: " x) macro
32 # define TRACE(x...) ; macro
52 TRACE("arch_timer_set_hardware_timer: timeout %" B_PRIdBIGTIME "\n", timeout);
60 TRACE("arch_timer_clear_hardware_timer\n");
/haiku/src/system/boot/platform/bios_ia32/
H A Dcpu.cpp25 # define TRACE(x) dprintf x macro
27 # define TRACE(x) ; macro
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DTracing.h16 #define TRACE(x...) usb_serial_trace(false, x); macro
/haiku/src/add-ons/kernel/drivers/video/usb_vision/
H A Dtracing.h15 #define TRACE(x...) usbvision_trace(false, x); macro
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerDebug.h19 #undef TRACE macro
33 # define TRACE printf macro
35 # define TRACE(a...) ((void)0) macro
44 # define TRACE(a...) ((void)0) macro
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dutil.c46 TRACE("allocating %ld bytes for %s\n", size, name);
68 TRACE("area = %" B_PRId32 ", size = %ld, virt = %p, phy = %" B_PRIxPHYSADDR "\n", area, size, virtadr,
83 TRACE("mapping physical address %p with %ld bytes for %s\n", phy, size,
99 TRACE("physical = %p, virtual = %p, offset = %" B_PRId32 ", phyadr = %p, "
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DTracing.h16 #define TRACE(x...) pc_serial_trace(false, x); macro
/haiku/src/system/boot/loader/
H A Dpartitions.cpp27 # define TRACE(x) dprintf x macro
29 # define TRACE(x) ;
114 TRACE(("%p Partition::Partition\n", this));
127 TRACE(("%p Partition::~Partition\n", this));
169 TRACE(("%p Partition::SetParent %p\n", this, parent));
177 //TRACE(("%p Partition::Parent is %p\n", this, fParent));
242 TRACE(("%p Partition::AddChild %p\n", this, child));
257 TRACE(("%p Partition::_Mount check for file_system: %s\n",
279 TRACE(("%p Partition::_Mount: found FileMapDisk\n", this));
317 TRACE(("
[all...]
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp28 # define TRACE(x...) dprintf("\33[33msdhci:\33[0m " x) macro
30 # define TRACE(x...) ; macro
34 #define CALLED(x...) TRACE("CALLED %s\n", __PRETTY_FUNCTION__)
155 TRACE("ExecuteCommand(%d, %x)\n", command, argument);
236 TRACE("Wait for command complete...");
240 TRACE("command complete sem acquired, status: %x\n", fCommandResult);
241 TRACE("real status = %x command line busy: %d\n",
246 TRACE("Command response available\n");
253 TRACE("Command line is still busy, clearing it\n");
270 TRACE("Comman
[all...]
/haiku/src/add-ons/accelerants/ati/
H A Dmach64_dpms.cpp46 TRACE("Mach64_DPMSMode() mode: %d\n", mode);
57 TRACE("Mach64_SetDPMSMode() mode: %d, display type: %d\n", dpmsMode, gInfo.sharedInfo->displayType);
83 TRACE("Invalid DPMS mode %d\n", dpmsMode);
/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Ddriver.c38 #define TRACE dprintf macro
40 #define TRACE(a...) macro
99 TRACE("cx23882: init_hardware()\n");
165 TRACE("cx23882: err_outofmem\n");
181 TRACE("cx23882: uninit_driver\n");
201 TRACE("cx23882: driver open\n");
208 TRACE("cx23882: invalid device name\n");
237 TRACE("cx23882: driver close enter\n");
239 TRACE("cx23882: driver close leave\n");
247 TRACE("cx2388
[all...]
H A Ddvb_interface.c39 #define TRACE dprintf macro
41 #define TRACE(a...) macro
58 TRACE("i2c_read failed: %08lx\n", res);
62 TRACE("EEPROM %02x: %02x %02x %02x %02x %02x %02x %02x %02x\n", i * 8, p[0], p[1], p[2], p[3], p[4], p[5], p[6], p[7]);
75 TRACE("interface_attach\n");
98 TRACE("PCI latency is %02" B_PRIx32 ", changing to %02x\n", val,
108 TRACE("IRQ %d\n", device->irq);
117 TRACE("hardware register address 0x%" B_PRIx32 "\n", val);
124 TRACE("mapped registers to %p\n", device->regs);
144 TRACE("cx22702_ini
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/common/
H A Dmemory_manager.c26 # define TRACE(x) dprintf x macro
28 # define TRACE(x) ; macro
115 TRACE(("mem_init(name=%s, start=%lx, length=%lx, blockSize=%lx, heapEntries=%ld)\n",
169 TRACE(("mem_destroy(mem %p)\n", mem));
193 TRACE(("mem_alloc(mem %p, size=%lx, tag=%p)\n", mem, size, tag));
209 TRACE(("mem_alloc: out of memory\n"));
217 TRACE(("mem_alloc: out of blocks\n"));
244 TRACE(("mem_alloc(block_id=%ld, offset=%lx)\n", *blockID, *offset));
265 TRACE(("mem_free(mem %p, blockID=%ld, tag=%p)\n", mem, blockID, tag));
274 TRACE(("mem_fre
[all...]
/haiku/src/add-ons/accelerants/common/
H A Dvalidate_display_mode.cpp18 # define TRACE(x...) _sPrintf("accelerant common: " x) macro
20 # define TRACE(x...) ; macro
38 TRACE("%s: syncStart(%" B_PRIu16 ") < display(%" B_PRIu16 ")"
43 TRACE("%s: syncStart(%" B_PRIu16 ") > max_sync_start(%" B_PRIu16 ")\n",
50 TRACE("%s: syncLength(%" B_PRIu16 ")"
55 TRACE("%s: syncLength(%" B_PRIu16 ")"
62 TRACE("%s: total(%" B_PRIu16 ")"
71 TRACE("%s: total(%" B_PRIu16 ") > max_total(%" B_PRIu16 ")\n",
96 TRACE("%s: h_display(%" B_PRIu16 ") < min_h_display(%" B_PRIu16 ")\n",
100 TRACE("
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttributeIterator.cpp13 # define TRACE(x...) dprintf("\33[34mbtrfs:\33[0m " x) macro
15 # define TRACE(x...) ; macro
68 TRACE("DirectoryIterator::GetNext() entries_length %ld name_length %d\n",
/haiku/src/apps/soundrecorder/
H A DScopeView.cpp20 //#define TRACE 1
21 #ifdef TRACE
22 #define TRACE(x...) printf(x) macro
24 #define TRACE(x...) macro
134 TRACE("begin computing\n");
139 //TRACE("reading block\n");
153 // TRACE("computing block %ld, sumCount %ld\n", previewIndex,
198 TRACE("finished computing, rendering\n");
203 TRACE("rendering done\n");
211 TRACE("invalidat
[all...]

Completed in 121 milliseconds

1234567891011>>