Searched refs:TRACE (Results 151 - 175 of 833) sorted by relevance

1234567891011>>

/haiku-fatelf/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, fBufferSize);
145 TRACE("%p: retrieved %" B_PRIuSIZE " bytes from stream\n", this, fSize);
151 TRACE("%p: copy %" B_PRIuSIZE" bytes to buffer\n", this, copy);
168 TRACE("%p::Write(size %lu)\n", this, size);
172 TRACE("%p: throw away previous buffer.\n", this);
195 TRACE("
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DVolume.cpp33 # define TRACE(x...) dprintf("\33[34mext2:\33[0m " x) macro
35 # define TRACE(x...) ; macro
232 TRACE("Volume destructor.\n");
283 TRACE("Volume::Mount(): Read only\n");
285 TRACE("Volume::Mount(): Read write\n");
299 TRACE("features %lx, incompatible features %lx, read-only features %lx\n",
339 TRACE("block size %ld, num groups %ld, groups per block %ld, first %lu\n",
363 TRACE("Volume::Mount(): Initialized block cache: %p\n", fBlockCache);
376 TRACE("Opening an on disk, inode mapped journal.\n");
380 TRACE("Ca
[all...]
H A DBlockAllocator.cpp22 # define TRACE(x...) dprintf("\33[34mext2:\33[0m " x) macro
25 # define TRACE(x...) ; macro
139 TRACE("Group %ld is uninit\n", fBlockGroup);
169 TRACE("AllocationBlockGroup::_ScanFreeRanges() for group %ld\n",
209 TRACE("AllocationBlockGroup::Allocate(%ld,%ld)\n", start, length);
225 TRACE("AllocationBlockGroup::Allocate(): Largest range in %lu-%lu\n",
264 TRACE("AllocationBlockGroup::Allocate(): Largest range in %lu-%lu\n",
280 TRACE("AllocationBlockGroup::Free(): start: %lu, length %lu\n", start,
299 TRACE("AllocationBlockGroup::Free(): Largest range in %lu-%lu\n",
309 TRACE("AllocationGrou
[all...]
H A DExtentStream.cpp21 # define TRACE(x...) dprintf("\33[34mext2:\33[0m ExtentStream::" x) macro
24 # define TRACE(x...) ; macro
52 TRACE("FindBlock(%lld, %lld)\n", offset, index);
55 TRACE("FindBlock: offset larger than inode size\n");
65 TRACE("FindBlock() depth %d\n",
72 TRACE("FindBlock() getting index %ld at %lld\n", i - 1,
100 TRACE("FindBlock() sparse block index %lld at %ld\n", index,
109 TRACE("FindBlock(offset %lld): %lld %ld\n", offset,
117 TRACE("FindBlock() sparse block index %lld at %ld\n", index,
127 TRACE("FindBloc
[all...]
/haiku-fatelf/src/add-ons/accelerants/ati/
H A Drage128_dpms.cpp47 TRACE("Rage128_DPMSMode() mode: %d\n", mode);
60 TRACE("Rage128_SetDPMSMode() mode: %d, display type: %d\n", dpmsMode, si.displayType);
90 TRACE("Invalid DPMS mode %d\n", dpmsMode);
117 TRACE("Invalid DPMS mode %d\n", dpmsMode);
137 TRACE("Invalid DPMS mode %d\n", dpmsMode);
/haiku-fatelf/src/add-ons/kernel/network/notifications/
H A Dnotifications.cpp16 # define TRACE(x...) dprintf("\33[32mnet_notifications:\33[0m " x) macro
18 # define TRACE(x...) ; macro
58 TRACE("notify for %lx\n", opcode);
123 TRACE("init\n");
132 TRACE("uninit\n");
/haiku-fatelf/src/apps/text_search/
H A DChangesIterator.cpp21 # define TRACE(x...) printf(x) macro
23 # define TRACE(x...)
92 TRACE("added: %s\n", path);
103 TRACE("ignoring: %s\n", path);
116 TRACE("changed: %s\n", path);
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dapm.cpp17 # define TRACE(x) dprintf x macro
19 # define TRACE(x) ; macro
81 TRACE((" code32: 0x%x, 0x%lx, length 0x%x\n",
83 TRACE((" code16: 0x%x, length 0x%x\n",
85 TRACE((" data: 0x%x, length 0x%x\n",
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_vm.cpp26 # define TRACE(x) dprintf x macro
28 # define TRACE(x) ; macro
64 TRACE(("arch_vm_init_end(): %lu virtual ranges to keep:\n",
70 TRACE((" start: %p, size: 0x%lx\n", (void*)range.start, range.size));
74 TRACE((" no kernel address, skipping...\n"));
/haiku-fatelf/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatWriter.cpp34 # define TRACE printf macro
38 # define TRACE(a...) macro
107 TRACE("AVFormatWriter::StreamCookie::Init()\n");
115 TRACE(" failed to add new stream\n");
119 // TRACE(" fStream->codec: %p\n", fStream->codec);
235 TRACE(" stream->time_base: (%d/%d), codec->time_base: (%d/%d))\n",
294 TRACE(" av_interleaved_write_frame(): %d\n", result);
298 TRACE(" av_write_frame(): %d\n", result);
309 TRACE("AVFormatWriter::StreamCookie::AddTrackInfo(%lu, %p, %ld, %lu)\n",
328 TRACE("AVFormatWrite
[all...]
H A DAVCodecDecoder.cpp23 #undef TRACE macro
26 # define TRACE(x...) printf(x) macro
30 # define TRACE(x...) macro
107 TRACE("AVCodecDecoder::AVCodecDecoder()\n");
120 TRACE("[%c] AVCodecDecoder::~AVCodecDecoder()\n", fIsAudio?('a'):('v'));
166 TRACE("[%c] AVCodecDecoder::Setup()\n", fIsAudio?('a'):('v'));
171 TRACE("[%c] input_format = %s\n", fIsAudio?('a'):('v'), buffer);
172 TRACE("[%c] infoSize = %ld\n", fIsAudio?('a'):('v'), infoSize);
173 TRACE("[%c] user_data_type = %08lx\n", fIsAudio?('a'):('v'),
175 TRACE("[
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A DVolume.cpp32 # define TRACE(x...) dprintf("\33[34mbtrfs:\33[0m " x) macro
34 # define TRACE(x...) ; macro
229 TRACE("Volume destructor.\n");
257 TRACE("Volume::Mount(): Read only\n");
259 TRACE("Volume::Mount(): Read write\n");
281 TRACE("block size %ld\n", fBlockSize);
287 TRACE("system_chunk_array object_id 0x%llx offset 0x%llx type 0x%x\n",
300 TRACE("Volume::Mount() generation: %lld\n", fSuperBlock.Generation());
303 TRACE("Volume::Mount() root: %lld (physical %lld)\n",
306 TRACE("Volum
[all...]
/haiku-fatelf/src/add-ons/kernel/cpu/x86/
H A Dgeneric_x86.cpp24 # define TRACE(x...) dprintf("mtrr: "x) macro
26 # define TRACE(x...) /* nothing */ macro
77 TRACE("MTRR %lu: new mask %Lx\n", index, mask);
78 TRACE(" mask test base: %Lx\n", mask & base);
79 TRACE(" mask test middle: %Lx\n", mask & (base + length / 2));
80 TRACE(" mask test end: %Lx\n", mask & (base + length));
114 TRACE("CPU %ld has %u variable range MTRRs.\n", smp_get_current_cpu(),
132 TRACE("generic_init_mtrrs(count = %ld)\n", count);
153 TRACE("[cpu %ld] mtrrs now:\n", smp_get_current_cpu());
223 TRACE("CP
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A DDirectoryIterator.cpp15 # define TRACE(x...) dprintf("\33[34mexfat:\33[0m " x) macro
17 # define TRACE(x...) ; macro
30 TRACE("DirectoryIterator::DirectoryIterator() %ld\n", fCluster);
58 TRACE("DirectoryIterator::GetNext() found ..\n");
65 TRACE("DirectoryIterator::GetNext() found .\n");
74 TRACE("DirectoryIterator::GetNext() %ld %s, %" B_PRIdINO "\n",
107 TRACE("DirectoryIterator::Lookup() found ID %" B_PRIdINO "\n", *_id);
113 TRACE("DirectoryIterator::Lookup() not found %s\n", name);
180 TRACE("DirectoryIterator::_GetNext() %ld/%p, type 0x%x, offset %lld\n",
190 TRACE("DirectoryIterato
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DIcb.cpp25 TRACE(("DirectoryIterator::GetNextEntry: name = %p, length = %ld, "
31 TRACE(("DirectoryIterator::GetNextEntry: .\n"));
38 TRACE(("DirectoryIterator::GetNextEntry: end of dir\n"));
59 TRACE(("DirectoryIterator::GetNextEntry: ..\n"));
64 TRACE(("DirectoryIterator::GetNextEntry: UfdString id == `%s', "
114 TRACE(("Icb::Icb: volume = %p, address(block = %ld, partition = %d, "
145 TRACE(("Icb::Icb: status = 0x%lx, `%s'\n", status, strerror(status)));
235 TRACE(("Icb::FindBlock: descriptor type -> short\n"));
248 TRACE(("Icb::FindBlock: descriptor type -> long\n"));
260 TRACE(("Ic
[all...]
/haiku-fatelf/src/add-ons/media/plugins/ac3_decoder/
H A Dac3_decoder.cpp26 #define TRACE printf
28 #define TRACE(a...) macro
84 TRACE("AC3Decoder::Setup: couldn't get stream info\n");
235 TRACE("AC3Decoder::NegotiateOutputFormat: can't decode channel setup\n");
257 TRACE("AC3Decoder::NegotiateOutputFormat: fFlags 0x%x, fFrameRate %d, fBitRate %d, fChannelCount %d, fFrameSize %d\n", fFlags, fFrameRate, fBitRate, fChannelCount, fFrameSize);
269 TRACE("AC3Decoder::SeekedTo called\n");
280 TRACE("AC3Decoder::Decode: DecodeNext failed\n");
321 TRACE("AC3Decoder::InputGetData: %d bytes enter\n", size);
326 TRACE("AC3Decoder::InputGetData: finished\n");
342 TRACE("AC3Decode
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/usb_audio/
H A DAudioControlInterface.cpp281 TRACE("Input Terminal ID:%d >>>\n", fID);
282 TRACE("Terminal type:%s (%#06x)\n",
284 TRACE("Assoc.terminal:%d\n", fAssociatedTerminal);
301 TRACE("Clock Source ID:%d\n", fClockSourceId);
302 TRACE("Controls Bitmap:%#04x\n", fControlsBitmap);
305 TRACE("Out.channels num:%d\n", fOutChannelsNumber);
306 TRACE("Channels config:%#06x\n", fChannelsConfig);
307 TRACE("Channels names:%d\n", fChannelNames);
308 TRACE("StringIndex:%d\n", fStringIndex);
332 TRACE("Outpu
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/tty/
H A Dmaster.cpp16 # define TRACE(x) dprintf x macro
18 # define TRACE(x) ; macro
70 TRACE(("master_open: TTY index = %ld (name = %s)\n", index, name));
113 TRACE(("master_close: cookie %p\n", _cookie));
149 TRACE(("master_ioctl: cookie %p, op %lu, buffer %p, length %lu\n", _cookie, op, buffer, length));
160 TRACE(("master_read: cookie %p, offset %Ld, buffer %p, length %lu\n",
165 TRACE(("master_read done: cookie %p, result: %lx, length %lu\n", _cookie,
177 TRACE(("master_write: cookie %p, offset %Ld, buffer %p, length %lu\n",
182 TRACE(("master_write done: cookie %p, result: %lx, length %lu\n", _cookie,
/haiku-fatelf/src/add-ons/accelerants/3dfx/
H A Doverlay.cpp52 TRACE("AllocateOverlayBuffer() width %u, height %u, colorSpace 0x%lx\n",
72 TRACE("AllocateOverlayBuffer() unsupported color space 0x%x\n",
130 TRACE("AllocateOverlayBuffer() insuffcient space for %ld (0x%lx) "
160 TRACE("AllocateOverlayBuffer() allocated %ld (0x%lx) byte buffer at 0x%lx\n",
171 TRACE("ReleaseOverlayBuffer() called\n");
192 TRACE("ReleaseOverlayBuffer() return OK\n");
221 TRACE("GetOverlayConstraints() color space 0x%x out of range\n",
258 TRACE("AllocateOverlay() called\n");
264 TRACE("AllocateOverlay() overlay channel already in use\n");
267 TRACE("AllocateOverla
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/input/usb_hid/
H A DDriver.cpp44 TRACE("device_added()\n");
48 TRACE("vendor id: 0x%04x; product id: 0x%04x\n",
81 TRACE("interface %" B_PRIuSIZE ": class: %u; subclass: %u; protocol: "
162 TRACE("device_removed(%" B_PRId32 ")\n", parentCookie);
204 TRACE("open(%s, %lu, %p)\n", name, flags, _cookie);
213 TRACE(" name %s: handler %p\n", name, handler);
238 TRACE("read(%p, %llu, %p, %p (%lu)\n", cookie, position, buffer, numBytes,
250 TRACE("write(%p, %llu, %p, %p (%lu)\n", cookie, position, buffer, numBytes,
261 TRACE("control(%p, %lu, %p, %lu)\n", cookie, op, buffer, length);
271 TRACE("clos
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ipw2100/
H A Dipw2100.cpp214 TRACE(("IPW2100: register base: 0x%08lx\n", fRegisterBase));
248 TRACE(("IPW2100: device class created (device: %ld)\n", fDeviceID));
295 TRACE(("IPW2100: open\n"));
346 TRACE(("IPW2100: open was successful\n"));
354 TRACE(("IPW2100: close\n"));
370 TRACE(("IPW2100: free\n"));
378 TRACE(("IPW2100: read at most %ld bytes\n", *numBytes));
436 TRACE(("IPW2100: write %ld bytes\n", *numBytes));
524 TRACE(("IPW2100: ETHER_INIT\n"));
529 TRACE(("IPW210
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/rtl8169/
H A Ddevice.c123 TRACE("phy_config()\n");
127 TRACE("performing phy init\n");
193 TRACE("TBI mode active\n");
195 TRACE("TBICSR_ResetTBI\n");
197 TRACE("TBICSR_TBILoopBack\n");
199 TRACE("TBICSR_TBINWEn\n");
201 TRACE("TBICSR_TBIReNW\n");
203 TRACE("TBICSR_TBILinkOk\n");
205 TRACE("TBICSR_NWComplete\n");
207 TRACE("TB
[all...]
/haiku-fatelf/src/add-ons/accelerants/common/
H A Dddc.c24 # define TRACE(x...) _sPrintf("DDC: " x) macro
26 # define TRACE(x...) ; macro
44 TRACE("%s: DDC information contains zeros only\n", __func__);
49 TRACE("%s: Checksum error in DDC information\n", __func__);
73 TRACE("%s: DDC information read failure\n", __func__);
160 TRACE("%s: EDID version or revision out of range\n", __func__);
/haiku-fatelf/src/add-ons/accelerants/radeon_hd/
H A Dringqueue.cpp19 # define TRACE(x...) _sPrintf("radeon_hd: " x) macro
21 # define TRACE(x...) ; macro
52 TRACE("%s: Requested %d bytes for %s RingQueue.\n", __func__, sizeBytes,
60 TRACE("%s: Allocating %d bytes for %s RingQueue.\n", __func__, fSize,
72 TRACE("%s: Closing %s RingQueue.\n", __func__, queueName[fQueueType]);
80 TRACE("%s: Clearing %s RingQueue\n", __func__, queueName[fQueueType]);
/haiku-fatelf/src/add-ons/kernel/bus_managers/config_manager/
H A Dconfig_manager.c23 #define TRACE(x) dprintf x macro
101 TRACE(("config_manager: driver module: init\n"));
106 TRACE(("config_manager: failed to load PCI module\n"));
111 TRACE(("config_manager: driver module: uninit\n"));
129 TRACE(("config_manager: bus module: init\n"));
132 TRACE(("config_manager: bus module: uninit\n"));

Completed in 307 milliseconds

1234567891011>>