Searched refs:TRACE (Results 126 - 150 of 865) sorted by relevance

1234567891011>>

/haiku/src/system/kernel/arch/x86/
H A Darch_vm_translation_map.cpp26 # define TRACE(x...) dprintf(x) macro
28 # define TRACE(x...) ; macro
59 TRACE("vm_translation_map_init: entry\n");
62 TRACE("physical memory ranges:\n");
66 TRACE(" %#10" B_PRIxPHYSADDR " - %#10" B_PRIxPHYSADDR "\n", start,
70 TRACE("allocated physical ranges:\n");
74 TRACE(" %#10" B_PRIxPHYSADDR " - %#10" B_PRIxPHYSADDR "\n", start,
78 TRACE("allocated virtual ranges:\n");
82 TRACE(" %#10" B_PRIxADDR " - %#10" B_PRIxADDR "\n", start, end);
138 TRACE("vm_translation_map_init_post_are
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A Dkernel_interface.cpp31 #undef TRACE macro
35 # define TRACE(x) dprintf x macro
38 # define TRACE(x) /* nothing */ macro
79 TRACE(("udf_identify_partition: fd = %d, id = %ld, offset = %lld, size = %lld "
108 TRACE(("udf_scan_partition: fd = %d\n", fd));
138 TRACE(("udb_unmount: _volume = %p\n", _volume));
148 TRACE(("udf_read_fs_stat: _volume = %p, info = %p\n", _volume, info));
176 TRACE(("udf_get_vnode: _volume = %p, _node = %p, reenter = %s\n",
183 TRACE(("udf_get_vnode: id = %lld, blockSize = %lu\n", id,
212 TRACE(("udf_looku
[all...]
H A DVolume.cpp51 TRACE(("Volume::Mount: deviceName = `%s', offset = %" B_PRIdOFF ", length "
95 TRACE(("Volume::Mount: partition recognized\n"));
115 TRACE(("Volume::Mount: partition map %d (type %d):\n", i,
118 TRACE(("Volume::Mount: map type -> physical\n"));
136 TRACE(("Volume::Mount: adding PhysicalPartition(number: %d, "
155 TRACE(("map type: virtual\n"));
161 TRACE(("map type: sparable\n"));
167 TRACE(("map type: metadata\n"));
195 TRACE(("Volume::Mount: adding MetadataPartition()"));
208 TRACE(("ma
[all...]
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dbios.cpp18 #undef TRACE macro
22 # define TRACE(x...) _sPrintf("radeon_hd: " x) macro
24 # define TRACE(x...) ; macro
128 TRACE("%s: called even though has_rom == false\n", __func__);
158 TRACE("%s: couldn't parse system AtomBIOS\n", __func__);
164 TRACE("%s: couldn't create semaphore for AtomBIOS exec thread!\n",
174 TRACE("%s: init AtomBIOS for this card as it is not not posted\n",
179 TRACE("%s: AtomBIOS is already posted\n",
193 TRACE("%s: Dumping AtomBIOS as ATOM_DEBUG is set...\n",
203 TRACE("
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Dacpi.cpp23 # define TRACE(x) dprintf x macro
25 # define TRACE(x) ; macro
49 TRACE(("acpi: rsdp failed basic checksum\n"));
61 TRACE(("acpi: rsdp failed extended checksum\n"));
90 TRACE(("acpi: found rsdp at %p oem id: %.6s, rev %d\n",
92 TRACE(("acpi: rsdp points to rsdt at 0x%lx\n", rsdp->rsdt_address));
104 TRACE(("acpi: invalid extended system description table\n"));
117 TRACE(("acpi: couldn't map rsdt header\n"));
123 TRACE(("acpi: invalid root system description table\n"));
129 TRACE(("acp
[all...]
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.cpp21 # define TRACE(x...) debug_printf("virtio_input_device: " x) macro
23 # define TRACE(x...) ; macro
26 #define CALLED() TRACE("CALLED %s\n", __PRETTY_FUNCTION__)
57 TRACE("syn");
60 TRACE("key, ");
63 TRACE("left");
66 TRACE("middle");
69 TRACE("right");
72 TRACE("gearDown");
75 TRACE("gearU
[all...]
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660.cpp32 # define TRACE(x) dprintf x macro
34 # define TRACE(x) ; macro
163 TRACE(("InitVolDesc - ENTER\n"));
182 TRACE(("InitVolDesc - system id string is %s\n", volume->systemIDString));
188 TRACE(("InitVolDesc - volume id string is %s\n", volume->volIDString));
250 TRACE(("InitVolDesc - volume set id string is %s\n", volume->volSetIDString));
256 TRACE(("InitVolDesc - volume pub id string is %s\n", volume->pubIDString));
262 TRACE(("InitVolDesc - volume dataPreparer string is %s\n", volume->dataPreparer));
268 TRACE(("InitVolDesc - volume app id string is %s\n", volume->appIDString));
274 TRACE(("InitVolDes
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DVolume.cpp33 # define TRACE(x...) dprintf("\33[34mbtrfs:\33[0m " x) macro
35 # define TRACE(x...) ; macro
96 TRACE("Volume destructor.\n");
124 TRACE("Volume::Mount(): Read only\n");
126 TRACE("Volume::Mount(): Read write\n");
149 TRACE("block size %" B_PRIu32 "\n", fBlockSize);
150 TRACE("sector size %" B_PRIu32 "\n", fSectorSize);
156 TRACE("system_chunk_array object_id 0x%" B_PRIx64 " offset 0x%"
183 TRACE("Volume::Mount(): Initialized block cache: %p\n", fBlockCache);
189 TRACE("Volum
[all...]
H A DChunk.cpp16 # define TRACE(x...) dprintf("\33[34mbtrfs:\33[0m " x) macro
18 # define TRACE(x...) ; macro
39 TRACE("chunk[0] length %" B_PRIu64 " owner %" B_PRIu64 " stripe_length %"
45 TRACE("chunk.stripe[%" B_PRId32 "].physical %" B_PRId64 " deviceid %"
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DVolume.cpp34 # define TRACE(x...) dprintf("\33[34mext2:\33[0m " x) macro
36 # define TRACE(x...) ; macro
82 TRACE("Volume destructor.\n");
131 TRACE("Volume::Mount(): Read only\n");
133 TRACE("Volume::Mount(): Read write\n");
154 TRACE("features %" B_PRIx32 ", incompatible features %" B_PRIx32
212 TRACE("64bits\n");
223 TRACE("block size %" B_PRIu32 ", num groups %" B_PRIu32 ", groups per "
253 TRACE("Volume::Mount(): Initialized block cache: %p\n", fBlockCache);
265 TRACE("Openin
[all...]
H A DInode.cpp26 # define TRACE(x...) dprintf("\33[34mext2:\33[0m " x) macro
29 # define TRACE(x...) ; macro
52 TRACE("Inode::Inode(): ext2_inode: %lu, disk inode: %" B_PRIu32
64 TRACE("Inode::Inode(): Not creating the file cache\n");
69 TRACE("Inode: Failed initialization\n");
86 TRACE("Inode::Inode(): ext2_inode: %lu, disk inode: %" B_PRIu32 "\n",
95 TRACE("Inode destructor\n");
99 TRACE("Inode destructor: Done\n");
115 TRACE("Inode::WriteLockInTransaction(): Locking\n");
142 TRACE("Inod
[all...]
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_synaptics.cpp26 # define TRACE(x...) dprintf(x) macro
28 # define TRACE(x...) macro
169 TRACE("SYNAPTICS: read_event: Error device no longer active\n");
175 TRACE("SYNAPTICS: error copying buffer\n");
195 TRACE("SYNAPTICS: received packet %02x %02x %02x %02x %02x %02x -> W = %d\n",
353 TRACE("SYNAPTICS: extended mode %2x\n", val[0] >> 7 & 1);
355 TRACE("SYNAPTICS: extended queries %2x\n", val[0] >> 4 & 7);
357 TRACE("SYNAPTICS: middle button %2x\n", val[0] >> 2 & 1);
360 TRACE("SYNAPTICS: pass through %2x\n", val[2] >> 7 & 1);
365 TRACE("SYNAPTIC
[all...]
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_init.cpp51 TRACE("TDFX_Init()\n");
61 TRACE("Video Memory size: %d MB\n", si.videoMemSize / 1024 / 1024);
62 TRACE("frameBufferOffset: 0x%x cursorOffset: 0x%x\n",
76 TRACE("Undefined chip type: %d\n", si.chipType);
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DDataStream.cpp17 # define TRACE(x...) dprintf("\33[34mexfat:\33[0m " x) macro
19 # define TRACE(x...) ; macro
45 TRACE("FindBlock: offset larger than size\n");
66 TRACE("inode %" B_PRIdINO ": cluster %" B_PRIu32 ", pos %" B_PRIdOFF ", %"
/haiku/src/libs/compat/freebsd_network/
H A Dsysinit.c13 # define TRACE(x...) dprintf(x) macro
15 # define TRACE(x...) macro
44 TRACE("sysinit: %d, %d, %s\n", orders[i], (*initee)->order,
62 TRACE("sysinit: de-initializing %s %p\n", (*initee)->name, (*initee)->func);
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DSettings.h27 #define TRACE(x...) usb_asix_trace(false, __func__, x) macro
/haiku/src/system/libroot/posix/wchar/
H A Dwcrtomb.cpp17 # define TRACE(x) debug_printf x macro
19 # define TRACE(x) ; macro
66 TRACE(("mbrtowc(): setting errno to EILSEQ\n"));
72 TRACE(("wcrtomb(): setting errno to EINVAL (status: %lx)\n", status));
H A Dmbrtowc.cpp17 # define TRACE(x) debug_printf x macro
19 # define TRACE(x) ; macro
77 TRACE(("mbrtowc(): setting errno to EILSEQ\n"));
83 TRACE(("mbrtowc(): setting errno to EINVAL (status: %lx)\n", status));
/haiku/src/system/kernel/arch/arm/
H A Darch_timer.cpp31 # define TRACE(x...) dprintf(x) macro
33 # define TRACE(x...) ; macro
57 TRACE("%s\n", __func__);
60 TRACE("init ARMv7 generic timer\n");
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A DPartitionMapParser.cpp28 # define TRACE(x) printf x macro
30 # define TRACE(x) dprintf x macro
33 # define TRACE(x) ; macro
102 TRACE(("intel: Parse(): trying with a fixed 512 block size\n"));
112 TRACE(("intel: Parse(): try failed, reverting\n"));
140 TRACE(("intel: _ParsePrimary(): invalid PartitionTable signature: %lx\n",
158 TRACE(("intel: _ParsePrimary(): partition %ld: bad location, "
194 TRACE(("intel: _ParseExtended(): Maximal number of logical "
206 TRACE(("intel: _ParseExtended(): invalid partition table signature: "
213 TRACE(("inte
[all...]
/haiku/src/system/boot/loader/
H A DFileMapDisk.cpp22 # define TRACE(x) dprintf x macro
24 # define TRACE(x) ; macro
47 TRACE(("FileMapDisk::FileMapDisk(%p)\n", node));
71 TRACE(("FileMapDisk::Open(, 0x%08x)\n", mode));
82 TRACE(("FileMapDisk::Close(%p)\n", cookie));
95 TRACE(("FileMapDisk::ReadAt(%p, %lld, , %ld)\n", cookie, pos, bufferSize));
148 TRACE(("FileMapDisk::FindAnyFileMapDisk(%p)\n", volume));
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioAdapter.cpp21 # define TRACE(x...) printf(x) macro
23 # define TRACE(x...)
44 TRACE("AudioAdapter() - using format converter\n");
53 TRACE("AudioAdapter() - using resampler (%.1f -> %.1f)\n",
64 TRACE("AudioAdapter() - using channel converter (%ld -> %ld)\n",
96 TRACE("AudioAdapter::Read(%p, %lld, %lld)\n", buffer, pos, frames);
102 TRACE("AudioAdapter::Read() done: %s\n", strerror(ret));
/haiku/src/system/boot/platform/u-boot/arch/ppc/
H A Darch_cpu.cpp37 # define TRACE(x) dprintf x macro
39 # define TRACE(x) ; macro
62 TRACE(("found CPU: %s\n", cpuPath));
101 TRACE((" CPU clock frequency: %ld\n", clockFrequency));
102 //TRACE((" bus clock frequency: %ld\n", busFrequency));
103 TRACE((" time base frequency: %ld\n", timeBaseFrequency));
129 TRACE((" bus clock frequency: %lld\n",
247 TRACE(("CPU detection:\n"));
248 TRACE(("PVR revision %sknown: 0x%8lx\n", pvr_unknown ? "un" : "", pvr));
249 TRACE(("FD
[all...]
/haiku/src/kits/support/
H A DBufferedDataIO.cpp17 # define TRACE(x...) printf(x) macro
19 # define TRACE(x...) ; macro
111 TRACE("%p::Read(size %lu)\n", this, size);
118 TRACE("%p: read %lu bytes we already have in the buffer.\n", this,
143 TRACE("%p: read %" B_PRIuSIZE " bytes from stream\n", this,
150 TRACE("%p: retrieved %" B_PRIuSIZE " bytes from stream\n", this, fSize);
156 TRACE("%p: copy %" B_PRIuSIZE" bytes to buffer\n", this, copy);
173 TRACE("%p::Write(size %lu)\n", this, size);
186 TRACE("%p: throw away previous buffer.\n", this);
194 TRACE("
[all...]
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioControlInterface.cpp238 TRACE(ERR, "Unknown Terminal Type: %#06x", TerminalType);
254 TRACE(UAC, "Input Terminal ID:%d >>>\n", fID);
255 TRACE(UAC, "Terminal type:%s (%#06x)\n",
257 TRACE(UAC, "Assoc.terminal:%d\n", fAssociatedTerminal);
272 TRACE(UAC, "Clock Source ID:%d\n", fClockSourceId);
273 TRACE(UAC, "Controls Bitmap:%#04x\n", fControlsBitmap);
276 TRACE(UAC, "Out.channels num:%d\n", fOutChannelsNumber);
277 TRACE(UAC, "Channels config:%#06x\n", fChannelsConfig);
278 TRACE(UAC, "Channels names:%d\n", fChannelNames);
279 TRACE(UA
[all...]

Completed in 159 milliseconds

1234567891011>>