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

1234567891011>>

/haiku/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/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",
H A Dsmp.cpp35 # define TRACE(x) dprintf x macro
37 # define TRACE(x) ; macro
70 TRACE(("smp_mp_probe: entry base 0x%lx, limit 0x%lx\n", base, limit));
73 TRACE(("smp_mp_probe: found floating pointer structure at %p\n",
87 TRACE(("smp: unsupported structure length of %" B_PRIu8 " units\n",
92 TRACE(("smp: intel mp version %s, %s",
101 TRACE(("smp: standard configuration %d unimplemented\n",
107 TRACE(("smp: standard configuration %d\n", floatingStruct->mp_feature_1));
126 TRACE(("smp: invalid config table signature, aborting\n"));
131 TRACE(("sm
[all...]
/haiku/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/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/src/system/boot/platform/openfirmware/arch/sparc/
H A Dcpu.cpp20 # define TRACE(x) dprintf x macro
22 # define TRACE(x) ; macro
44 TRACE(("found CPU: %s\n", cpuPath));
76 TRACE((" CPU clock frequency: %d\n", clockFrequency));
77 TRACE((" bus clock frequency: %d\n", busFrequency));
/haiku/src/servers/app/drawing/interface/remote/
H A DNetReceiver.cpp20 #define TRACE(x...) /*debug_printf("NetReceiver: " x)*/ macro
74 TRACE("got NULL endpoint from accept\n");
78 TRACE("new endpoint connection: %p\n", fEndpoint);
84 TRACE("connection callback rejected connection\n");
110 TRACE("read 0 bytes, retrying\n");
/haiku/src/add-ons/kernel/network/notifications/
H A Dnotifications.cpp17 # define TRACE(x...) dprintf("\33[32mnet_notifications:\33[0m " x) macro
19 # define TRACE(x...) ; macro
62 TRACE("notify for %lx\n", opcode);
135 TRACE("init\n");
147 TRACE("uninit\n");
/haiku/src/system/runtime_loader/arch/arm/
H A Darch_relocate.cpp19 # define TRACE(x...) dprintf(x) macro
21 # define TRACE(x...) ; macro
45 TRACE("resolve symbol \"%s\" returned: %ld\n",
65 TRACE("unhandled relocation type %d\n", ELF32_R_TYPE(rel[i].r_info));
102 TRACE("RELA relocations not supported\n");
/haiku/src/kits/network/libnetapi/
H A DSocket.cpp15 # define TRACE(x...) printf(x) macro
17 # define TRACE(x...) ; macro
86 TRACE("%p: BSocket::Read() error: %s\n", this, strerror(errno));
99 TRACE("%p: BSocket::Write() error: %s\n", this, strerror(errno));
122 TRACE("%p: accepted from %s to %s\n", this, local.ToString().c_str(),
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDevice.cpp32 TRACE(ERR, "Error of getting USB device descriptor.\n");
47 TRACE(ERR, "Error of creating ready "
163 TRACE(ERR, "B_MULTI_GET_EVENT_INFO n/i\n");
167 TRACE(ERR, "B_MULTI_SET_EVENT_INFO n/i\n");
171 TRACE(ERR, "B_MULTI_GET_EVENT n/i\n");
253 TRACE(ERR, "B_MULTI_GET_CHANNEL_FORMATS n/i\n");
257 TRACE(ERR, "B_MULTI_SET_CHANNEL_FORMATS n/i\n");
285 TRACE(ERR, "B_MULTI_LIST_MIX_CHANNELS n/i\n");
331 TRACE(ERR, "B_MULTI_LIST_MIX_CONNECTIONS n/i\n");
381 TRACE(ER
[all...]
/haiku/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/src/add-ons/kernel/file_systems/exfat/
H A DDirectoryIterator.cpp24 # define TRACE(x...) dprintf("\33[34mexfat:\33[0m " x) macro
26 # define TRACE(x...) ; macro
43 TRACE("DirectoryIterator::DirectoryIterator() %" B_PRIu32 "\n", fCluster);
78 TRACE("DirectoryIterator::GetNext() found \"..\"\n");
89 TRACE("DirectoryIterator::GetNext() found \".\"\n");
109 TRACE("DirectoryIterator::GetNext() cluster: %" B_PRIu32 " id: "
146 TRACE("DirectoryIterator::Lookup() found ID %" B_PRIdINO "\n",
153 TRACE("DirectoryIterator::Lookup() not found %s\n", name);
221 TRACE("DirectoryIterator::_GetNext() %" B_PRIu32 "/%p, type 0x%x, "
230 TRACE("DirectoryIterato
[all...]
/haiku/src/add-ons/kernel/drivers/disk/norflash/
H A Dnorflash.cpp23 #define TRACE(x...) dprintf("nor: " x) macro
25 #define TRACE(x...) macro
55 TRACE("init_device\n");
77 TRACE("uninit_device\n");
88 TRACE("open(%s)\n", path);
97 TRACE("close()\n");
105 TRACE("free()\n");
114 TRACE("ioctl(%ld,%lu)\n", op, length);
146 TRACE("read(%lld,%lu)\n", position, *numbytes);
162 TRACE("writ
[all...]
/haiku/src/kits/media/
H A DMediaNode.cpp55 #undef TRACE macro
58 #define TRACE printf macro
60 #define TRACE(x...)
144 TRACE("BMediaNode::~BMediaNode: shadow timesource,"
177 TRACE("BMediaNode::Release() saving node %" B_PRId32
188 TRACE("BMediaRoster::Release() the media roster is NULL!");
249 TRACE("BMediaNode::TimeSource node %" B_PRId32 " enter\n", ID());
269 TRACE("BMediaNode::TimeSource node %" B_PRId32 " leave\n", ID());
338 TRACE("BMediaNode::TimerExpired: error writing port %" B_PRId32
346 TRACE("BMediaNod
[all...]
H A DSoundPlayer.cpp44 TRACE("BSoundPlayer::BSoundPlayer: default constructor used\n");
59 TRACE("BSoundPlayer::BSoundPlayer: raw audio format constructor used\n");
68 TRACE("BSoundPlayer::BSoundPlayer: format %s\n", buf);
83 TRACE("BSoundPlayer::BSoundPlayer: multi audio format constructor used\n");
92 TRACE("BSoundPlayer::BSoundPlayer: format %s\n", buf);
112 TRACE("BSoundPlayer::~BSoundPlayer: Couldn't get BMediaRoster\n");
125 TRACE("BSoundPlayer::~BSoundPlayer: Error disconnecting nodes: "
135 TRACE("BSoundPlayer::~BSoundPlayer: Error releasing input node: "
154 TRACE("BSoundPlayer::~BSoundPlayer: Error the producer node "
196 TRACE("BSoundPlaye
[all...]
H A DPluginManager.cpp106 TRACE("Unable to improve performance with a BufferIO\n");
211 TRACE("PluginManager::CreateReader enter\n");
263 TRACE("PluginManager::CreateReader: Sniff success "
274 TRACE("PluginManager::CreateReader leave\n");
283 TRACE("PluginManager::DestroyReader(%p (plugin: %p))\n", reader,
298 TRACE("PluginManager::CreateDecoder enter\n");
331 TRACE(" created decoder: %p\n", *_decoder);
334 TRACE("PluginManager::CreateDecoder leave\n");
343 TRACE("PluginManager::CreateDecoder enter\n");
370 TRACE(" create
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.cpp25 TRACE(("DirectoryIterator::GetNextEntry: name = %p, length = %" B_PRIu32
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', "
115 TRACE(("Icb::Icb: volume = %p, address(block = %" B_PRIu32 ", partition = "
152 TRACE(("Icb::Icb: status = 0x%" B_PRIx32 ", `%s'\n", status,
243 TRACE(("Icb::FindBlock: descriptor type -> short\n"));
257 TRACE(("Icb::FindBlock: descriptor type -> long\n"));
270 TRACE(("Ic
[all...]
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_dev.cpp29 # define TRACE(x...) dprintf(x) macro
31 # define TRACE(x...) macro
44 TRACE("ps2: ps2_reset_mouse\n");
50 TRACE("ps2: KBC has timed out the mouse reset request. "
57 TRACE("ps2: reset mouse failed, response was: 0x%02x 0x%02x\n",
61 TRACE("ps2: reset mouse failed\n");
63 TRACE("ps2: reset mouse success\n");
201 TRACE("ps2: ps2_dev_publish %s\n", dev->name);
222 TRACE("ps2: publishing %s: parent %s is %s; wait time %" B_PRId64
247 TRACE("ps
[all...]
H A Dps2_elantech.cpp25 # define TRACE(x...) dprintf(x) macro
27 # define TRACE(x...) macro
79 TRACE("ELANTECH: read_event: Error device no longer active\n");
85 TRACE("ELANTECH: error copying buffer\n");
90 TRACE("ELANTECH: bad crc buffer\n");
94 TRACE("ELANTECH: bad crc buffer\n");
99 TRACE("ELANTECH: packet type %d\n", packet_type);
100 TRACE("ELANTECH: packet content 0x%02x%02x%02x%02x%02x%02x\n",
124 TRACE("ELANTECH: buttons 0x%x x %" B_PRIu32 " y %" B_PRIu32
162 TRACE("ELANTEC
[all...]
/haiku/src/system/boot/platform/atari_m68k/
H A Dmmu.cpp76 # define TRACE(x) dprintf x macro
78 # define TRACE(x) ; macro
110 TRACE(("%s(%d): %08x\n", __FUNCTION__, size, address));
121 TRACE(("%s(%d): %08x\n", __FUNCTION__, size, address));
129 TRACE(("%s\n", __FUNCTION__));
137 TRACE(("%s\n", __FUNCTION__));
147 TRACE(("mmu_get_next_page_tables, sNextPageTableAddress %p, kPageTableRegionEnd %p\n",
178 TRACE(("add_page_table(base = %p)\n", (void *)base));
214 TRACE(("map_page: vaddr 0x%lx, paddr 0x%lx\n", virtualAddress, physicalAddress));
244 TRACE(("init_page_director
[all...]
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatWriter.cpp35 # define TRACE printf macro
39 # define TRACE(a...) macro
116 TRACE("AVFormatWriter::StreamCookie::Init()\n");
124 TRACE(" failed to add new stream\n");
130 // TRACE(" fStream->codecpar: %p\n", fStream->codecpar);
295 TRACE(" stream->time_base: (%d/%d)\n",
354 TRACE(" av_interleaved_write_frame(): %d\n", result);
358 TRACE(" av_write_frame(): %d\n", result);
369 TRACE("AVFormatWriter::StreamCookie::AddTrackInfo(%" B_PRIu32 ", %p, %ld, %" B_PRIu32 ")\n",
389 TRACE("AVFormatWrite
[all...]
/haiku/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/src/add-ons/kernel/drivers/wmi/
H A DWMIAsus.cpp78 TRACE("WMIAsus using _UID %s\n", uid);
81 TRACE("_INIT: %x\n", value);
84 TRACE("_SPEC: %x\n", value);
87 TRACE("_SFUN: %x\n", value);
94 TRACE("ALSC enabled\n");
115 TRACE("ALSC disabled\n");
197 TRACE("WMIAsus::_Notify() keyboard fnlock key\n");
200 TRACE("WMIAsus::_Notify() keyboard fnlock key %" B_PRIx32 "\n",
203 TRACE("WMIAsus::_Notify() keyboard backlight key\n");
206 TRACE("WMIAsu
[all...]
/haiku/src/add-ons/kernel/drivers/input/usb_hid/
H A DDriver.cpp64 TRACE("device_added()\n");
68 TRACE("vendor id: 0x%04x; product id: 0x%04x\n",
112 TRACE("interface %" B_PRIuSIZE ": class: %u; subclass: %u; protocol: "
193 TRACE("device_removed(%" B_PRId32 ")\n", parentCookie);
235 TRACE("open(%s, %" B_PRIu32 ", %p)\n", name, flags, _cookie);
244 TRACE(" name %s: handler %p\n", name, handler);
269 TRACE("read(%p, %" B_PRIu64 ", %p, %p (%lu)\n", cookie, position, buffer,
281 TRACE("write(%p, %" B_PRIu64 ", %p, %p (%lu)\n", cookie, position, buffer, numBytes,
292 TRACE("control(%p, %" B_PRIu32 ", %p, %" B_PRIuSIZE ")\n", cookie, op,
303 TRACE("clos
[all...]

Completed in 165 milliseconds

1234567891011>>