Searched refs:TRACE (Results 376 - 400 of 865) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.cpp20 # define TRACE(x...) dprintf("\33[34mbtrfs:\33[0m " x) macro
22 # define TRACE(x...) ; macro
60 TRACE("Open\n");
88 TRACE("Stat\n");
162 TRACE("AttributeIterator::Lookup(): Couldn't find entry with hash %"
H A DDirectoryIterator.cpp14 # define TRACE(x...) dprintf("\33[34mbtrfs:\33[0m " x) macro
16 # define TRACE(x...) ; macro
91 TRACE("DirectoryIterator::GetNext() entries_length %ld name_length %d\n",
133 TRACE("DirectoryIterator::Lookup(): Couldn't find entry with hash %" B_PRIu32
147 TRACE("DirectoryIterator::Lookup() entries_length %ld name_length %d\n",
/haiku/src/add-ons/accelerants/vesa/
H A Daccelerant.cpp22 # define TRACE(x) _sPrintf x macro
24 # define TRACE(x) ; macro
99 TRACE(("vesa_init_accelerant()\n"));
135 TRACE(("vesa_clone_accelerant()\n"));
173 TRACE(("vesa_uninit_accelerant()\n"));
/haiku/src/add-ons/kernel/drivers/network/ether/usb_rndis/
H A DRNDISDevice.cpp215 TRACE("Initialization result: %s\n", strerror(status));
326 TRACE("Received data packet len %08" B_PRIx32 " data [off %08" B_PRIx32 " len %08" B_PRIx32 "]\n",
568 TRACE("Send init command results in %s\n", strerror(result));
572 TRACE("Received notification after init command\n");
577 TRACE("Read init command results in %s\n", strerror(result));
581 TRACE("Type %" B_PRIx32 "\n", response[0]);
582 TRACE("Length %" B_PRIx32 "\n", response[1]);
583 TRACE("Req ID %" B_PRIx32 "\n", response[2]);
584 TRACE("Status %" B_PRIx32 "\n", response[3]);
585 TRACE("Ver
[all...]
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86PagingMethod64Bit.cpp31 # define TRACE(x...) dprintf(x) macro
33 # define TRACE(x...) ; macro
129 TRACE("X86PagingMethod64Bit::MapEarly(%#" B_PRIxADDR ", %#" B_PRIxPHYSADDR
153 TRACE("X86PagingMethod64Bit::MapEarly(): creating page directory for va"
177 TRACE("X86PagingMethod64Bit::MapEarly(): creating page table for va"
244 TRACE("X86PagingMethod64Bit::PageTableForAddress(): creating PML4T"
275 TRACE("X86PagingMethod64Bit::PageTableForAddress(): creating PDPT "
305 TRACE("X86PagingMethod64Bit::PageTableForAddress(): creating page "
347 TRACE("X86PagingMethod64Bit::PageTableForAddress(%#" B_PRIxADDR ", "
368 TRACE("X86PagingMethod64Bi
[all...]
/haiku/src/system/boot/loader/
H A Dpackage_support.cpp20 # define TRACE(...) dprintf(__VA_ARGS__) macro
22 # define TRACE(...) do {} while (false) macro
174 TRACE("PackageVolumeInfo::SetTo()\n");
182 TRACE("PackageVolumeInfo::SetTo(): failed to open packages directory: "
196 TRACE("PackageVolumeInfo::SetTo(): failed to init current state: "
209 TRACE("PackageVolumeInfo::LoadOldStates(): package directory is NULL");
220 TRACE(" old state directory \"%s\"\n", entry->d_name);
237 TRACE("PackageVolumeInfo::LoadOldStates(): failed to "
247 TRACE("PackageVolumeInfo::LoadOldStates(): failed to open "
300 TRACE("PackageVolumeInf
[all...]
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DExtent.cpp38 TRACE("Extent::Init: startoff:(%" B_PRIu64 "), startblock:(%" B_PRIu64 "),"
155 TRACE("Extend::GetNext\n");
166 TRACE("numberOfEntries:(%" B_PRId32 ")\n", numberOfEntries);
173 TRACE("Unused entry found\n");
197 TRACE("Entry found. Name: (%s), Length: (%" B_PRIuSIZE "),ino: (%" B_PRIu64 ")\n", name,
209 TRACE("Extent: Lookup\n");
210 TRACE("Name: %s\n", name);
212 TRACE("Hashval:(%" B_PRIu32 ")\n", hashValueOfRequest);
232 TRACE("offset:(%" B_PRIu32 ")\n", offset);
238 TRACE("in
[all...]
H A DNode.cpp61 TRACE("Node directory : init()\n");
101 TRACE("Extent::Init: startoff:(%" B_PRIu64 "), startblock:(%" B_PRIu64 "),"
110 TRACE("FILLBUFFER\n");
165 TRACE("Leaf block invalid");
180 TRACE("Node block invalid");
258 TRACE("NodeDirectory::GetNext\n");
285 TRACE("fOffset:(%" B_PRIu32 "), blockNoFromAddress:(%" B_PRIu32 ")\n",
315 TRACE("Unused entry found\n");
324 TRACE("GetNext: fOffset:(%" B_PRIu32 "), currentOffset:(%" B_PRIu16 ")\n",
341 TRACE("Entr
[all...]
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.cpp31 #undef TRACE macro
34 # define TRACE(x...) printf(x) macro
38 # define TRACE(x...) macro
129 TRACE("AVCodecDecoder::AVCodecDecoder()\n");
135 TRACE("[%c] AVCodecDecoder::~AVCodecDecoder()\n", fIsAudio ? 'a' : 'v');
192 TRACE("[%c] AVCodecDecoder::Setup()\n", fIsAudio ? 'a' : 'v');
197 TRACE("[%c] input_format = %s\n", fIsAudio ? 'a' : 'v', buffer);
198 TRACE("[%c] infoSize = %ld\n", fIsAudio ? 'a' : 'v', infoSize);
199 TRACE("[%c] user_data_type = %08" B_PRIx32 "\n", fIsAudio ? 'a' : 'v',
201 TRACE("[
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/radeon_hd/
H A Dradeon_hd.cpp35 # define TRACE(x...) dprintf("radeon_hd: " x) macro
37 # define TRACE(x) ; macro
49 TRACE("%s: seeking AtomBIOS from ACPI\n", __func__);
69 TRACE("%s: ACPI VFCT contains a BIOS for: %" B_PRIx32 ":%" B_PRIx32 ":%"
76 TRACE("%s: not valid AtomBIOS rom for current device\n", __func__);
89 TRACE("%s: not valid AtomBIOS rom at ACPI\n", __func__);
160 TRACE("%s: seeking AtomBIOS @ 0x%" B_PRIXPHYSADDR " [size: 0x%" B_PRIX32 "]\n",
179 TRACE("%s: BIOS signature incorrect @ 0x%" B_PRIXPHYSADDR " (%X)\n",
193 TRACE("%s: not AtomBIOS rom at 0x%" B_PRIXPHYSADDR "(%X)\n",
216 TRACE("
[all...]
/haiku/src/add-ons/kernel/busses/ata/silicon_image_3112/
H A Dsilicon_image_3112.c13 #define TRACE(x...) do { dprintf("si-3112: " x); ktrace_printf("si-3112: " x); } while (0) macro
143 TRACE("controller found! vendor 0x%04x, device 0x%04x\n", vendorID, deviceID);
160 TRACE("controller_probe\n");
183 TRACE("unsupported asic\n");
188 TRACE("mmio not configured\n");
193 TRACE("irq not configured\n");
237 TRACE("publishing controller\n");
261 TRACE("controller_init\n");
280 TRACE("controller_init: mapping memory failed\n");
289 TRACE("asi
[all...]
/haiku/src/system/boot/loader/file_systems/fat/
H A DDirectory.cpp25 //#define TRACE(x) dprintf x
26 #define TRACE(x) do {} while (0) macro
310 TRACE(("FASFS::Directory::(, %lu, %s)\n", cluster, name));
316 TRACE(("FASFS::Directory::~()\n"));
334 TRACE(("FASFS::Directory::%s(, %d)\n", __FUNCTION__, mode));
352 TRACE(("FASFS::Directory::%s()\n", __FUNCTION__));
363 TRACE(("FASFS::Directory::%s('%s')\n", __FUNCTION__, name));
379 TRACE(("FASFS::Directory::%s: %s <> '%s'\n", __FUNCTION__,
382 TRACE(("GOT IT!\n"));
388 TRACE(("I
[all...]
/haiku/src/add-ons/kernel/drivers/disk/mmc/
H A Dmmc_disk.cpp33 # define TRACE(x...) dprintf("\33[33mmmc_disk:\33[0m " x) macro
35 # define TRACE(x...) ; macro
38 #define CALLED() TRACE("CALLED %s\n", __PRETTY_FUNCTION__)
101 TRACE("SD card found, parent: %p\n", parent);
103 TRACE("SDHC card found, parent: %p\n", parent);
154 TRACE("Get geometry\n");
158 TRACE("Could not get CSD! %s\n", strerror(error));
162 TRACE("CSD: %" PRIx64 " %" PRIx64 "\n", csd.bits[0], csd.bits[1]);
165 TRACE("unknown CSD version %d\n", csd.structure_version());
221 TRACE("MM
[all...]
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp26 # define TRACE(x) dprintf x macro
28 # define TRACE(x) macro
262 TRACE(("EndpointManager::SetConnection(%p)\n", endpoint));
338 TRACE(("TCP: Received packet corresponds to explicit endpoint %p\n",
351 TRACE(("TCP: Received packet corresponds to wildcard endpoint %p\n",
363 TRACE(("TCP: Received packet corresponds to local wildcard endpoint "
370 TRACE(("TCP: no matching endpoint!\n"));
411 TRACE(("EndpointManager::BindToAddress(%p)\n", endpoint));
469 TRACE(("EndpointManager::BindToEphemeral(%p)\n", endpoint));
492 TRACE((" EndpointManage
[all...]
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp231 TRACE("newctrl send to modem: 0x%08x\n", newControl);
240 TRACE("send to modem: speed %d sb: 0x%08x db: 0x%08x parity: 0x%08x\n",
255 TRACE("%s(,0x%08lx,,%d)\n", __FUNCTION__, op, length);
259 TRACE("%s(,0x%08lx,,%d)\n", __FUNCTION__, op, length);
265 TRACE("TTYENABLE: %sable\n", enable ? "en" : "dis");
270 TRACE("installing irq handler for %d: %s\n", IRQ(), strerror(err));
299 TRACE("TTYISTOP: %sstopped\n", fInputStopped ? "" : "not ");
313 TRACE("TTYGETSIGNALS\n");
322 TRACE("TTYSETMODES\n");
341 TRACE("TTYOSTAR
[all...]
/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.cpp45 #undef TRACE macro
48 # define TRACE(x...) _sPrintf("radeon_hd: " x) macro
50 # define TRACE(x...) ; macro
156 TRACE("%s: Unknown IIO opcode.\n", __func__);
180 TRACE("%s: PCI registers are not implemented.\n", __func__);
183 TRACE("%s: SYSIO registers are not implemented.\n",
188 TRACE("%s: Bad IO mode.\n", __func__);
192 TRACE("%s: Undefined indirect IO read method %d.\n",
413 TRACE("%s: PCI registers are not implemented.\n",
417 TRACE("
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Dmmu.cpp52 # define TRACE(x...) dprintf(x) macro
54 # define TRACE(x...) ; macro
147 TRACE("get_next_page_table, sNextPageTableAddress %#" B_PRIxADDR
179 TRACE("add_page_table(base = %p), got page: %p\n", (void*)base, pageTable);
203 TRACE("unmap_page(virtualAddress = %p)\n", (void *)virtualAddress);
227 TRACE("map_page: vaddr 0x%lx, paddr 0x%lx\n", virtualAddress,
254 TRACE("map_page: inserting pageTable %p, tableEntry %" B_PRIu32
262 TRACE("map_page: done\n");
288 TRACE("get_memory_map()\n");
320 TRACE("init_page_director
[all...]
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixStreamEndpoint.cpp41 TRACE("[%" B_PRId32 "] %p->UnixStreamEndpoint::UnixStreamEndpoint()\n",
48 TRACE("[%" B_PRId32 "] %p->UnixStreamEndpoint::~UnixStreamEndpoint()\n",
56 TRACE("[%" B_PRId32 "] %p->UnixStreamEndpoint::Init()\n", find_thread(NULL),
66 TRACE("[%" B_PRId32 "] %p->UnixStreamEndpoint::Uninit()\n", find_thread(NULL),
88 TRACE("[%" B_PRId32 "] %p->UnixStreamEndpoint::Open()\n", find_thread(NULL),
104 TRACE("[%" B_PRId32 "] %p->UnixStreamEndpoint::Close()\n", find_thread(NULL),
131 TRACE("[%" B_PRId32 "] %p->UnixStreamEndpoint::Free()\n", find_thread(NULL),
148 TRACE("[%" B_PRId32 "] %p->UnixStreamEndpoint::Bind(\"%s\")\n",
166 TRACE("[%" B_PRId32 "] %p->UnixStreamEndpoint::Unbind()\n", find_thread(NULL),
178 TRACE("[
[all...]
/haiku/src/tests/system/kernel/device_manager/
H A Dconfig.c19 #define TRACE(x...) dprintf(x) macro
21 #define TRACE(x...) macro
87 TRACE("DM_GET_CHILD parent %p child %p\n", cook->parent, cook->child);
101 TRACE("DM_GET_NEXT_CHILD parent %p child %p\n", cook->parent, cook->child);
110 TRACE("DM_GET_PARENT parent %p child %p\n", cook->parent, cook->child);
123 TRACE("DM_NEXT_ATTRIBUTE parent %p child %p attr %p\n", cook->parent, cook->child, cook->attr);
126 TRACE("DM_RETRIEVE_ATTRIBUTE parent %p child %p attr %p\n", cook->parent, cook->child, cook->attr);
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDriver.cpp43 TRACE(INF, "The device is plugged back. Use entry at %ld.\n", i);
72 TRACE(INF, "New device is added at %ld.\n", i);
77 TRACE(ERR, "Error: no more device entries availble.\n");
98 TRACE(INF, "Device at %ld deleted.\n", i);
125 TRACE(ERR, "%s\n", kVersion); // TODO: always???
251 TRACE(INF, "publishing %s\n", gDeviceNames[deviceCount]);
254 TRACE(ERR, "Error: out of memory during allocating device name.\n");
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.cpp22 # define TRACE(x...) dprintf("\33[34mexfat:\33[0m " x) macro
25 # define TRACE(x...) ; macro
40 TRACE("Inode::Inode(%" B_PRIu32 ", %" B_PRIu32 ") inode %" B_PRIdINO "\n",
55 TRACE("Inode::Inode(%" B_PRIdINO ") end\n", ID());
75 TRACE("Inode::Inode(%" B_PRIdINO ") cluster %" B_PRIu32 "\n", ID(),
107 TRACE("Inode destructor\n");
110 TRACE("Inode destructor: Done\n");
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire_module.cpp99 TRACE("add child %s\n", childname);
115 TRACE("remove child %s\n", childname);
154 TRACE("pci module unavailable\n");
160 TRACE("pci module unavailable\n");
206 TRACE("found %d cards\n", found);
263 TRACE("fw_module_init\n");
267 TRACE("fw_module_uninit\n");
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DTabletProtocolHandler.cpp88 TRACE("tablet device with %" B_PRIu32 " buttons, %" B_PRIu32 " switches,"
95 TRACE("report id: %u\n", report.ID());
129 TRACE("found tablet/digitizer\n");
139 TRACE("collection not a tablet/digitizer\n");
170 TRACE("failed to allocated tablet protocol handler\n");
241 TRACE("device has been removed\n");
312 TRACE("got tablet report\n");
/haiku/src/system/kernel/arch/arm/
H A Darch_elf.cpp27 # define TRACE(x) dprintf x macro
30 # define TRACE(x) ; macro
187 TRACE(("looking at rel type %s, offset 0x%lx\n",
208 TRACE(("failed relocating %s\n", SYMNAME(image, symbol)));
214 TRACE(("S %p (%s)\n", (void *)S, SYMNAME(image, symbol)));
228 TRACE(("A %p\n", (void *)A));
263 TRACE(("-> offset %#lx = %#lx\n",
/haiku/src/add-ons/accelerants/radeon_hd/
H A Ddisplayport.cpp23 #undef TRACE macro
27 # define TRACE(x...) _sPrintf("radeon_hd: " x) macro
29 # define TRACE(x...) ; macro
175 TRACE("%s: aux reply defer received. Snoozing.\n", __func__);
179 TRACE("%s: aux invalid native reply: 0x%02x\n", __func__,
193 //TRACE("%s: connector(%" B_PRId32 "): 0x%" B_PRIx32 " -> 0x%" B_PRIx8 "\n",
214 //TRACE("%s: connector(%" B_PRId32 "): read 0x%" B_PRIx32 ".\n",
270 TRACE("%s: aux i2c nack\n", __func__);
273 TRACE("%s: aux i2c defer\n", __func__);
277 TRACE("
[all...]

Completed in 225 milliseconds

<<11121314151617181920>>