Searched refs:kprintf (Results 1 - 25 of 123) sorted by relevance

12345

/haiku/src/add-ons/kernel/generic/tty/
H A Dmodule.cpp27 kprintf(" pgrp_id: %" B_PRId32 "\n", settings.pgrp_id);
28 kprintf(" session_id: %" B_PRId32 "\n", settings.session_id);
30 kprintf(" termios:\n");
31 kprintf(" c_iflag: 0x%08" B_PRIx32 "\n", settings.termios.c_iflag);
32 kprintf(" c_oflag: 0x%08" B_PRIx32 "\n", settings.termios.c_oflag);
33 kprintf(" c_cflag: 0x%08" B_PRIx32 "\n", settings.termios.c_cflag);
34 kprintf(" c_lflag: 0x%08" B_PRIx32 "\n", settings.termios.c_lflag);
35 kprintf(" c_line: %d\n", settings.termios.c_line);
36 kprintf(" c_ispeed: %u\n", settings.termios.c_ispeed);
37 kprintf(" c_ospee
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DDebug.cpp38 kprintf("%s(%d, %d, %d)\n", prefix, (int)run.allocation_group, run.start,
46 kprintf("disk_super_block:\n");
47 kprintf(" name = %s\n", superBlock->name);
48 kprintf(" magic1 = %#08x (%s) %s\n", (int)superBlock->Magic1(),
51 kprintf(" fs_byte_order = %#08x (%s)\n", (int)superBlock->fs_byte_order,
53 kprintf(" block_size = %u\n", (unsigned)superBlock->BlockSize());
54 kprintf(" block_shift = %u\n", (unsigned)superBlock->BlockShift());
55 kprintf(" num_blocks = %" B_PRIdOFF "\n", superBlock->NumBlocks());
56 kprintf(" used_blocks = %" B_PRIdOFF "\n", superBlock->UsedBlocks());
57 kprintf(" inode_siz
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelDebug.cpp30 kprintf("file system %p: %s\n", fs, (fs ? fs->GetName() : NULL));
32 kprintf(" port pool %p\n", fs->GetPortPool());
36 kprintf(" volume %p: %" B_PRId32 "\n", volume,
49 kprintf("usage: ufs_portpool <port pool pointer>\n");
53 kprintf("free ports:\n");
55 kprintf(" port %p\n", portPool->fPorts[i].port);
57 kprintf("used ports:\n");
59 kprintf(" port %p, owner: %" B_PRId32 ", count: %" B_PRId32 "\n",
71 kprintf("usage: ufs_port <port pointer>\n");
75 kprintf("por
[all...]
/haiku/src/system/kernel/scheduler/
H A Dscheduler_tracing.cpp133 kprintf("Invalid thread ID: %" B_PRId64 "\n", threadID);
273 kprintf("thread %" B_PRId64 " never ran.\n", threadID);
277 kprintf("scheduling statistics for thread %" B_PRId64 ":\n", threadID);
278 kprintf("runs:\n");
279 kprintf(" total #: %" B_PRId64 "\n", runs);
280 kprintf(" total: %" B_PRIdBIGTIME " us\n", totalRunTime);
281 kprintf(" average: %#.2f us\n", (double)totalRunTime / runs);
282 kprintf(" min: %" B_PRIdBIGTIME " us\n", minRunTime);
283 kprintf(" max: %" B_PRIdBIGTIME " us\n", maxRunTime);
286 kprintf("schedulin
[all...]
H A Dscheduler_thread.cpp130 kprintf("\tpriority_penalty:\t%" B_PRId32 "\n", fPriorityPenalty);
134 kprintf("\tadditional_penalty:\t%" B_PRId32 " (%" B_PRId32 ")\n",
136 kprintf("\teffective_priority:\t%" B_PRId32 "\n", GetEffectivePriority());
138 kprintf("\ttime_used:\t\t%" B_PRId64 " us (quantum: %" B_PRId64 " us)\n",
140 kprintf("\tstolen_time:\t\t%" B_PRId64 " us\n", fStolenTime);
141 kprintf("\tquantum_start:\t\t%" B_PRId64 " us\n", fQuantumStart);
142 kprintf("\tneeded_load:\t\t%" B_PRId32 "%%\n", fNeededLoad / 10);
143 kprintf("\twent_sleep:\t\t%" B_PRId64 "\n", fWentSleep);
144 kprintf("\twent_sleep_active:\t%" B_PRId64 "\n", fWentSleepActive);
145 kprintf("\tcor
[all...]
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp147 kprintf("<%s> %.*s<\33[32m%#" B_PRIx32 "\33[0m>%s", image,
150 kprintf("<%s> %.*s<\?\?\?>%s", image, namespaceLength, name, lastName);
156 kprintf("<%s> %s", image, name);
158 kprintf("(");
166 kprintf(", ");
177 kprintf("int64: \33[34m%lld\33[0m", value);
182 kprintf("int32: \33[34m%" B_PRId32 "\33[0m", (int32)value);
187 kprintf("int16: \33[34m%d\33[0m", (int16)value);
192 kprintf("int8: \33[34m%d\33[0m", (int8)value);
197 kprintf("uint6
[all...]
/haiku/src/system/kernel/arch/ppc/
H A Darch_debug.cpp103 kprintf("%08lx (+%4ld) %08lx <%s>:%s + 0x%04lx%s\n", framePointer,
107 kprintf("%08lx (+%4ld) %08lx <%s@%p>:unknown + 0x%04lx\n",
112 kprintf("%08lx (+%4ld) %08lx\n", framePointer, diff, ip);
134 kprintf("could not find thread %ld\n", id);
153 kprintf("Stack traces of other threads not supported yet!\n");
164 kprintf("iframe %p (end = %p)\n",
169 kprintf("stack trace for thread 0x%lx \"%s\"\n", thread->id,
172 kprintf(" kernel stack: %p to %p\n",
176 kprintf(" user stack: %p to %p\n",
182 kprintf("fram
[all...]
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp139 kprintf("<%s> %.*s<\33[32m%#" B_PRIx32 "\33[0m>%s", image,
142 kprintf("<%s> %.*s<\?\?\?>%s", image, namespaceLength, name, lastName);
148 kprintf("<%s> %s", image, name);
150 kprintf("(");
158 kprintf(", ");
169 kprintf("int64: \33[34m%" B_PRId64 "\33[0m", value);
174 kprintf("int32: \33[34m%" B_PRId32 "\33[0m", (int32)value);
179 kprintf("int16: \33[34m%d\33[0m", (int16)value);
184 kprintf("int8: \33[34m%d\33[0m", (int8)value);
189 kprintf("uint6
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Ddevice.cpp72 kprintf("usage: %s <register> [set-to-value]\n", argv[0]);
82 kprintf("intel_extreme register %#" B_PRIx32 "\n", reg);
87 kprintf(" %svalue: %#" B_PRIx32 " (%" B_PRIu32 ")\n", set ? "old " : "",
94 kprintf(" new value: %#" B_PRIx32 " (%" B_PRIu32 ")\n", value, value);
107 kprintf("usage: %s [pipe index]\n", argv[0]);
120 kprintf("intel_extreme pipe configuration:\n");
123 kprintf(" HTOTAL start %" B_PRIu32 " end %" B_PRIu32 "\n",
126 kprintf(" HBLANK start %" B_PRIu32 " end %" B_PRIu32 "\n",
129 kprintf(" HSYNC start %" B_PRIu32 " end %" B_PRIu32 "\n",
132 kprintf(" VTOTA
[all...]
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp185 kprintf("<%s> %.*s<\33[32m%#" B_PRIx32 "\33[0m>%s", image,
188 kprintf("<%s> %.*s<\?\?\?>%s", image, namespaceLength, name, lastName);
194 kprintf("<%s> %s", image, name);
196 kprintf("(");
204 kprintf(", ");
215 kprintf("int64: \33[34m%lld\33[0m", value);
220 kprintf("int32: \33[34m%ld\33[0m", (int32)value);
225 kprintf("int16: \33[34m%d\33[0m", (int16)value);
230 kprintf("int8: \33[34m%d\33[0m", (int8)value);
235 kprintf("uint6
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Dinterrupts.cpp142 kprintf("%s", kInterruptNames[frame.vector]);
144 kprintf("Unknown exception %" B_PRIu32, frame.vector);
150 kprintf(": %s fault at address: %#" B_PRIx32,
154 kprintf("\n");
157 kprintf("Welcome to Boot Loader Death Land!\n");
158 kprintf("\n");
162 kprintf(REG(eax) " " REG(ebx) " " REG(ecx) " " REG(edx) "\n",
164 kprintf(REG(esi) " " REG(edi) " " REG(ebp) " " REG(esp) "\n",
166 kprintf(REG(eip) REG(eflags) "\n", frame.eip, frame.eflags);
171 kprintf("\
[all...]
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug.cpp104 kprintf("%08lx (+%4ld) %08lx <%s>:%s + 0x%04lx%s\n", framePointer,
108 kprintf("%08lx (+%4ld) %08lx <%s@%p>:unknown + 0x%04lx\n",
113 kprintf("%08lx (+%4ld) %08lx\n", framePointer, diff, ip);
134 kprintf("could not find thread %ld\n", id);
153 kprintf("Stack traces of other threads not supported yet!\n");
164 kprintf("iframe %p (end = %p)\n",
169 kprintf("stack trace for thread 0x%lx \"%s\"\n", thread->id,
172 kprintf(" kernel stack: %p to %p\n",
176 kprintf(" user stack: %p to %p\n",
182 kprintf("fram
[all...]
/haiku/src/add-ons/kernel/debugger/qrencode/
H A Dmodule.cpp50 kprintf(" \x1b[%dd\x1b[G\x1b[K", line + 1);
145 kprintf("%s [<string>]\n", argv[0]);
146 kprintf("If an argument is given, encodes that string as a QR code.\n"
168 kprintf("Failed to URL encode buffer.\n");
181 kprintf("Failed to encode buffer into qr code.\n");
208 kprintf("Clears the current QR buffer.\n");
222 kprintf("Flushes the current QR buffer by encoding QR codes from\n"
237 kprintf("%s <string>\n", argv[0]);
238 kprintf("Appends the given string to the QR buffer. Can be used as\n"
282 kprintf("
[all...]
/haiku/src/system/kernel/arch/generic/
H A Dgeneric_vm_physical_page_mapper.cpp174 kprintf("usage: iospace <physical|virtual|queue>\n");
182 kprintf("I/O space physical descriptors (%p)\n", paddr_desc);
189 kprintf("[%03lx %p %3ld %3ld] ", i, (void *)paddr_desc[i].va,
192 kprintf("\n");
195 kprintf("\n");
200 kprintf("I/O space virtual chunk mappings (%p, first free: %d)\n",
204 kprintf("[%2ld. %03lx] ", i, virtual_pmappings[i] - paddr_desc);
206 kprintf("\n");
209 kprintf("\n");
214 kprintf("
[all...]
/haiku/src/system/kernel/vm/
H A DVMAddressSpace.cpp175 kprintf("dump of address space at %p:\n", this);
176 kprintf("id: %" B_PRId32 "\n", fID);
177 kprintf("ref_count: %" B_PRId32 "\n", fRefCount);
178 kprintf("fault_count: %" B_PRId32 "\n", fFaultCount);
179 kprintf("translation_map: %p\n", fTranslationMap);
180 kprintf("base: %#" B_PRIxADDR "\n", fBase);
181 kprintf("end: %#" B_PRIxADDR "\n", fEndAddress);
182 kprintf("change_count: %" B_PRId32 "\n", fChangeCount);
329 kprintf("aspace: not enough arguments\n");
340 kprintf("invali
[all...]
/haiku/src/add-ons/kernel/debugger/disasm/x86/
H A Ddisasm_arch.cpp28 kprintf("<read fault>\n");
81 kprintf("assert: %s\n", condition);
126 kprintf("\x1b[34m");
129 kprintf("0x%08lx: %16.16s\t%s\n", address, ud_insn_hex(&sUDState),
133 kprintf("\x1b[m");
/haiku/src/add-ons/kernel/network/stack/
H A Ddomains.cpp71 kprintf("domain: %p, %s, %d\n", domain, domain->name, domain->family);
72 kprintf(" module: %p\n", domain->module);
73 kprintf(" address_module: %p\n", domain->address_module);
76 kprintf(" routes:\n");
80 kprintf(" %p: dest %s, mask %s, gw %s, flags %" B_PRIx32 ", "
90 kprintf(" route infos:\n");
94 kprintf(" %p\n", info);
/haiku/src/system/kernel/slab/
H A DSlab.cpp253 kprintf(" %p %p %6" B_PRIuSIZE " %6" B_PRIuSIZE " %6" B_PRIuSIZE " %p\n",
261 kprintf("%*s %22s %8s %8s %8s %6s %8s %8s %8s\n",
270 kprintf("%p %22s %8lu %8" B_PRIuSIZE " %8lu %6lu %8lu %8lu %8" B_PRIx32
284 kprintf("usage: slab_cache [address]\n");
290 kprintf("name: %s\n", cache->name);
291 kprintf("lock: %p\n", &cache->lock);
292 kprintf("object_size: %lu\n", cache->object_size);
293 kprintf("alignment: %" B_PRIuSIZE "\n", cache->alignment);
294 kprintf("cache_color_cycle: %lu\n", cache->cache_color_cycle);
295 kprintf("total_object
[all...]
H A DObjectDepot.cpp419 kprintf(" full: %p, count %lu\n", depot->full, depot->full_count);
420 kprintf(" empty: %p, count %lu\n", depot->empty, depot->empty_count);
421 kprintf(" max full: %lu\n", depot->max_count);
422 kprintf(" capacity: %lu\n", depot->magazine_capacity);
423 kprintf(" stores:\n");
428 kprintf(" [%d] loaded: %p\n", i, depot->stores[i].loaded);
429 kprintf(" previous: %p\n", depot->stores[i].previous);
438 kprintf("usage: %s [address]\n", args[0]);
450 kprintf("usage: %s [address]\n", args[0]);
456 kprintf("nex
[all...]
/haiku/src/system/kernel/
H A Dguarded_heap.cpp584 kprintf("stack trace:\n");
595 kprintf(" %p %s + 0x%lx (%s)%s\n", (void*)address, symbol,
599 kprintf(" %p\n", (void*)address);
630 kprintf("didn't find area for address\n");
637 kprintf("page index: %" B_PRIuSIZE "\n", pageIndex);
638 kprintf("flags:");
640 kprintf(" used");
642 kprintf(" first");
644 kprintf(" guard");
646 kprintf(" dea
[all...]
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DBTCoreData.cpp51 kprintf("LocalDevice=0x%" B_PRIx32 " Destination=%s handle=%#x type=%d"
59 kprintf("\tChannels\n");
65 kprintf("\t\tscid=%x dcid=%x state=%x cfg=%x\n", chan->scid,
70 kprintf("\n\tOutGoingFrames\n");
75 kprintf("\t\tscid=%x code=%x ident=%x type=%x, buffer=%p\n",
81 kprintf("\n\tExpectedFrames\n");
87 kprintf("\t\tscid=%x code=%x ident=%x type=%x, buffer=%p\n",
/haiku/src/system/kernel/debug/
H A Ddebug_hex_dump.cpp104 kprintf("%02x", buffer[k]);
110 kprintf("%*s",
117 kprintf("%c", isprint(buffer[k]) ? buffer[k] : '.');
H A Ddebug_builtin_commands.cpp58 kprintf("debugger command for \"%s\" and aliases:\n", specified->name);
60 kprintf("debugger commands starting with \"%s\":\n", start);
62 kprintf("debugger commands:\n");
71 kprintf(" %-20s\t\t%s\n", command->name, command->description ? command->description : "-");
95 kprintf("%" B_PRIu64 " (0x%" B_PRIx64 ")\n", result, result);
112 kprintf("error 0x%" B_PRIx32 ": %s\n", error, strerror(error));
295 kprintf("%10" B_PRIu64 " %10" B_PRIu64 " %10" B_PRIu64 "\n",
330 kprintf("Fault handling is %s%s.\n", argc == 2 ? "now " : "",
/haiku/src/system/kernel/device_manager/
H A DIORequest.cpp276 kprintf("IOBuffer at %p\n", this);
278 kprintf(" origin: %s\n", fUser ? "user" : "kernel");
279 kprintf(" kind: %s\n", fPhysical ? "physical" : "virtual");
280 kprintf(" length: %" B_PRIuGENADDR "\n", fLength);
281 kprintf(" capacity: %" B_PRIuSIZE "\n", fCapacity);
282 kprintf(" vecs: %" B_PRIuSIZE "\n", fVecCount);
285 kprintf(" [%" B_PRIu32 "] %#" B_PRIxGENADDR ", %" B_PRIuGENADDR "\n",
702 kprintf("io_operation at %p\n", this);
704 kprintf(" parent: %p\n", fParent);
705 kprintf(" statu
[all...]
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.cpp1208 kprintf("page directory: %p (PDPT[%zu])\n", pageDirectory,
1214 kprintf("page directory entry %zu (%p): %#" B_PRIx64 "\n",
1217 kprintf(" access: ");
1219 kprintf(" present");
1221 kprintf(" writable");
1223 kprintf(" user");
1225 kprintf(" executable");
1227 kprintf(" large");
1229 kprintf("\n caching:");
1231 kprintf(" writ
[all...]

Completed in 448 milliseconds

12345