Searched refs:kprintf (Results 26 - 50 of 122) sorted by relevance

12345

/haiku/src/system/kernel/
H A Dthread.cpp1480 kprintf("thread %" B_PRId32 " made unreal\n", thread->id);
1516 kprintf("thread %" B_PRId32 " set to priority %" B_PRId32 "\n", id, prio);
1521 kprintf("thread %" B_PRId32 " (%#" B_PRIx32 ") not found\n", id, id);
1551 kprintf("thread %" B_PRId32 " suspended\n", id);
1556 kprintf("thread %" B_PRId32 " (%#" B_PRIx32 ") not found\n", id, id);
1585 kprintf("thread %" B_PRId32 " resumed\n", thread->id);
1587 kprintf("thread %" B_PRId32 " is already running\n", thread->id);
1592 kprintf("thread %" B_PRId32 " (%#" B_PRIx32 ") not found\n", id, id);
1618 kprintf("drop failed\n");
1620 kprintf("threa
[all...]
H A Dtimer.cpp166 kprintf("CPU %" B_PRId32 ":\n", i);
169 kprintf(" no timers scheduled\n");
175 kprintf(" [%9lld] %p: ", (long long)event->schedule_time, event);
177 kprintf("periodic %9lld, ", (long long)event->period);
179 kprintf("one shot, ");
181 kprintf("flags: %#x, user data: %p, callback: %p ",
195 kprintf(" %s:%s", imageName, symbol);
198 kprintf("\n");
202 kprintf("current time: %lld\n", (long long)system_time());
H A Dsmp.cpp165 kprintf("spinlock %p:\n", lock);
168 kprintf(" locked from %p\n", find_lock_caller(lock));
170 kprintf(" not locked\n");
173 kprintf(" failed try_acquire(): %d\n", lock->failed_try_acquire);
174 kprintf(" total wait time: %" B_PRIdBIGTIME "\n", lock->total_wait);
175 kprintf(" total held time: %" B_PRIdBIGTIME "\n", lock->total_held);
176 kprintf(" last acquired at: %" B_PRIdBIGTIME "\n", lock->last_acquired);
234 kprintf("ICI broadcast messages: %" B_PRId32 ", first: %p\n", count,
236 kprintf(" done: %" B_PRId32 "\n", doneCount);
237 kprintf(" unreference
[all...]
H A Dlow_resource_manager.cpp283 kprintf("current state: %c%c%c%c\n",
288 kprintf(" pages: %s (%" B_PRIu64 ")\n", state_to_string(sLowPagesState),
290 kprintf(" memory: %s (%" B_PRIdOFF ")\n", state_to_string(sLowMemoryState),
292 kprintf(" sems: %s (%" B_PRIu32 ")\n",
294 kprintf(" aspace: %s (%" B_PRIuSIZE ")\n\n",
298 kprintf("function data resources prio function-name\n");
314 kprintf("%p %p %s %4" B_PRId32 " %s\n", handler->function,
H A Dcondition_variable.cpp446 kprintf(" variable object (type) waiting threads\n");
447 kprintf("------------------------------------------------------------\n");
453 kprintf("%p %p %-20s %15d\n", variable, variable->fObject,
462 kprintf("condition variable %p\n", this);
463 kprintf(" object: %p (%s)\n", fObject, fObjectType);
464 kprintf(" threads:");
468 kprintf(" %" B_PRId32, entry->fThread->id);
470 kprintf("\n");
508 kprintf("no condition variable at or with key %p\n", (void*)address);
H A Dkernel_daemon.cpp156 kprintf("\t%s:%s (%p)", imageName, symbol, daemon->function);
158 kprintf("\t%p", daemon->function);
160 kprintf(", arg %p%s\n", daemon->arg,
254 kprintf("kernel daemons:\n");
257 kprintf("\nresource resizers:\n");
H A Dint.cpp98 kprintf("int %3d, enabled %" B_PRId32 ", handled %8" B_PRId64 ", "
115 kprintf(" %s:%-*s (%p)", imageName, 45 - length, symbol,
118 kprintf("\t\t\t\t\t func %p", io->func);
120 kprintf(", data %p, handled ", io->data);
122 kprintf("<unknown>\n");
124 kprintf("%8" B_PRId64 "\n", io->handled_count);
127 kprintf("\n");
146 kprintf("int %3d, type %s, enabled %" B_PRId32 ", load %" B_PRId32
157 kprintf(", cpu %" B_PRId32, sVectors[i].assigned_cpu->cpu);
159 kprintf(", cp
[all...]
H A Dsem.cpp152 kprintf("%-*s id count team last name\n", B_PRINTF_POINTER_WIDTH,
163 kprintf("%p %6" B_PRId32 " %5" B_PRId32 " %6" B_PRId32 " "
178 kprintf("SEM: %p\n", sem);
179 kprintf("id: %" B_PRId32 " (%#" B_PRIx32 ")\n", sem->id, sem->id);
181 kprintf("name: '%s'\n", sem->u.used.name);
182 kprintf("owner: %" B_PRId32 "\n", sem->u.used.owner);
183 kprintf("count: %" B_PRId32 "\n", sem->u.used.count);
184 kprintf("queue: ");
188 kprintf(" %" B_PRId32, entry->thread->id);
189 kprintf("\
[all...]
/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.cpp64 kprintf("Run queue is empty.\n");
66 kprintf("thread id priority penalty name\n");
71 kprintf("%p %-7" B_PRId32 " %-8" B_PRId32 " %-8" B_PRId32 " %s\n",
378 kprintf("cpu priority load\n");
383 kprintf("%3" B_PRId32 " %8" B_PRId32 " %3" B_PRId32 "%%\n", cpu, key,
692 kprintf("\nCPU %" B_PRId32 " run queue:\n", cpu->ID());
713 kprintf("%4" B_PRId32 " %11" B_PRId32 "%% %11" B_PRId32 "%% %11" B_PRId32
723 kprintf("%-7" B_PRId32 " ", package->fPackageID);
730 kprintf("%" B_PRId32 "%s", coreEntry->ID(),
734 kprintf("
[all...]
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp39 kprintf("IORequestOwner at %p\n", this);
40 kprintf(" team: %" B_PRId32 "\n", team);
41 kprintf(" thread: %" B_PRId32 "\n", thread);
42 kprintf(" priority: %" B_PRId32 "\n", priority);
44 kprintf(" requests:");
47 kprintf(" %p", request);
49 kprintf("\n");
51 kprintf(" completed requests:");
54 kprintf(" %p", request);
56 kprintf("\
[all...]
H A Dlegacy_drivers.cpp832 kprintf("DEVFS DRIVER: %p\n", driver);
833 kprintf(" name: %s\n", driver->name);
834 kprintf(" path: %s\n", driver->path);
835 kprintf(" image: %" B_PRId32 "\n", driver->image);
836 kprintf(" device: %" B_PRIdDEV "\n", driver->device);
837 kprintf(" node: %" B_PRIdINO "\n", driver->node);
838 kprintf(" last modified: %" B_PRIdTIME ".%ld\n", driver->last_modified.tv_sec,
840 kprintf(" devs used: %" B_PRIu32 "\n", driver->devices_used);
841 kprintf(" devs published: %" B_PRId32 "\n", driver->devices.Count());
842 kprintf(" binar
[all...]
/haiku/src/system/kernel/arch/riscv64/
H A Darch_vm.cpp147 kprintf(" internal page table on level 0\n");
179 kprintf("could not find team %" B_PRId32 "\n", id);
192 kprintf("could not find area %" B_PRId32 "\n", (area_id)areaId);
199 kprintf("area %" B_PRId32 "(%s)\n", area->id, area->name);
202 kprintf("unknown flag \"%s\"\n", argv[curArg]);
207 kprintf("satp: %#" B_PRIx64 "\n", satp.val);
241 kprintf("could not find team %" B_PRId32 "\n", id);
247 kprintf("unknown flag \"%s\"\n", argv[curArg]);
252 kprintf("satp: %#" B_PRIx64 "\n", satp.val);
/haiku/src/add-ons/kernel/network/stack/
H A Ddevice_interfaces.cpp251 kprintf("usage: %s [address]\n", argv[0]);
258 kprintf("device: %p\n", interface->device);
259 kprintf("reader_thread: %" B_PRId32 "\n", interface->reader_thread);
260 kprintf("up_count: %" B_PRIu32 "\n", interface->up_count);
261 kprintf("ref_count: %" B_PRId32 "\n", interface->ref_count);
262 kprintf("deframe_func: %p\n", interface->deframe_func);
263 kprintf("deframe_ref_count: %" B_PRId32 "\n", interface->ref_count);
264 kprintf("consumer_thread: %" B_PRId32 "\n", interface->consumer_thread);
266 kprintf("monitor_count: %" B_PRId32 "\n", interface->monitor_count);
267 kprintf("monitor_loc
[all...]
H A Dinterfaces.cpp112 kprintf("usage: %s [name|address]\n", argv[0]);
138 kprintf("%p %s\n", interface, interface->name);
163 kprintf("usage: %s [address]\n", argv[0]);
168 kprintf("destination: %p\n", route->destination);
169 kprintf("mask: %p\n", route->mask);
170 kprintf("gateway: %p\n", route->gateway);
171 kprintf("flags: %" B_PRIx32 "\n", route->flags);
172 kprintf("mtu: %" B_PRIu32 "\n", route->mtu);
173 kprintf("interface address: %p\n", route->interface_address);
329 kprintf("
[all...]
/haiku/headers/private/kernel/
H A Dconsole.h35 void kprintf(const char *fmt, ...) __PRINTFLIKE(1,2);
/haiku/src/add-ons/kernel/drivers/graphics/radeon_hd/
H A Ddevice.cpp71 kprintf("usage: %s <register> [set-to-value]\n", argv[0]);
81 kprintf("radeon_hd register %#lx\n", reg);
86 kprintf(" %svalue: %#lx (%lu)\n", set ? "old " : "", oldValue, oldValue);
92 kprintf(" new value: %#lx (%lu)\n", value, value);
/haiku/src/add-ons/kernel/debugger/run_on_exit/
H A Drun_on_exit.cpp58 kprintf("too many arguments\n");
67 kprintf("no space left in command buffer\n");
/haiku/src/system/kernel/debug/
H A Ddebug_variables.cpp186 kprintf(usage);
193 kprintf("Did not find variable %s.\n", variable);
205 kprintf(usage, argv[0]);
221 kprintf(usage);
229 kprintf("%16s: %" B_PRIu64 " (0x%" B_PRIx64 ")\n", variable.name,
238 kprintf("%16s: %" B_PRIu64 " (0x%" B_PRIx64 ")\n", variable.name,
H A Ddebug.cpp266 kprintf("%.*s", (int)(length - oldPosition),
271 kprintf("\x1b[%" B_PRId32 "D", length - position);
303 kprintf("\x1b[%" B_PRId32 "D", length - position + 1);
350 kprintf("\nambiguous command\n");
352 kprintf("\nno such command\n");
392 kprintf("\nno completions\n");
423 kprintf("\n");
436 kprintf(" %-*s", (int)longestName, command->name);
444 kprintf("%s%.*s", kKDLPrompt, (int)length, buffer);
446 kprintf("\x1
2172 kprintf(const char* format, ...) function
[all...]
/haiku/src/system/kernel/vm/
H A DVMCache.cpp474 kprintf("Invalid tracing entry index %" B_PRIu64 "\n", debugEntryIndex);
480 kprintf("cache stack for %s %p at %" B_PRIu64 ":\n",
485 kprintf(" cache not found\n");
491 kprintf(" %p\n", address);
1451 kprintf("CACHE %p:\n", this);
1452 kprintf(" ref_count: %" B_PRId32 "\n", RefCount());
1453 kprintf(" source: %p\n", source);
1454 kprintf(" type: %s\n", vm_cache_type_to_string(type));
1455 kprintf(" virtual_base: 0x%" B_PRIx64 "\n", virtual_base);
1456 kprintf(" virtual_en
[all...]
H A Dvm_page.cpp646 kprintf("out of space for caller infos\n");
699 kprintf("page number %#" B_PRIxPHYSADDR, pageNumber);
702 kprintf(", team: %" B_PRId32 ", thread %" B_PRId32
709 kprintf("\n");
749 kprintf("page %#" B_PRIxPHYSADDR "\n", pageNumber);
766 kprintf("0x%08" B_PRIxADDR " ",
769 case PAGE_STATE_ACTIVE: kprintf("A"); break;
770 case PAGE_STATE_INACTIVE: kprintf("I"); break;
771 case PAGE_STATE_MODIFIED: kprintf("M"); break;
772 case PAGE_STATE_CACHED: kprintf("
[all...]
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dvcache.cpp78 kprintf("vnid cache size %" B_PRIu32 ", cur vnid = %" B_PRIdINO "\n"
82 kprintf("%16" B_PRIdINO " %16" B_PRIdINO "\n", c->vnid, c->loc);
425 kprintf("dfvnid nspace vnid\n");
437 kprintf("vnid %" B_PRIdINO " -> loc %" B_PRIdINO " @ %p\n", vnid,
440 kprintf("vnid %" B_PRIdINO " not found in vnid cache\n", vnid);
455 kprintf("dfloc nspace vnid\n");
467 kprintf("loc %" B_PRIdINO " -> vnid %" B_PRIdINO " @ %p\n", loc,
470 kprintf("loc %" B_PRIdINO " not found in vnid cache\n", loc);
H A Ddosfs.cpp47 kprintf("fat nspace @ %p\n", vol);
48 kprintf("id: %" B_PRIdDEV ", fd: %d, device: %s, flags %" B_PRIu32 "\n",
50 kprintf("bytes/sector = %" B_PRIu32 ", sectors/cluster = %" B_PRIu32
53 kprintf("%" B_PRIu32 " fats, %" B_PRIu32 " root entries, %" B_PRIu32
56 kprintf("media descriptor %" B_PRIu8 ", fsinfo sector %" B_PRIu16
60 kprintf("%" B_PRIu8 "-bit fat, mirrored %s, active %" B_PRIu8 "\n",
62 kprintf("root start %" B_PRIu32 ", %" B_PRIu32
65 kprintf("label entry %" B_PRIu32 ", label %s\n", vol->vol_entry,
67 kprintf("data start %" B_PRIu32 ", last allocated %" B_PRIu32 "\n",
69 kprintf("las
[all...]
/haiku/src/tests/add-ons/kernel/file_systems/udf/udf_shell/
H A DDebug.h56 #define kprintf printf macro
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp1109 kprintf("Journal %p\n", this);
1110 kprintf(" log start: %" B_PRId32 "\n", fVolume->LogStart());
1111 kprintf(" log end: %" B_PRId32 "\n", fVolume->LogEnd());
1112 kprintf(" owner: %p\n", fOwner);
1113 kprintf(" log size: %" B_PRIu32 "\n", fLogSize);
1114 kprintf(" max transaction size: %" B_PRIu32 "\n", fMaxTransactionSize);
1115 kprintf(" used: %" B_PRIu32 "\n", fUsed);
1116 kprintf(" unwritten: %" B_PRId32 "\n", fUnwrittenTransactions);
1117 kprintf(" timestamp: %" B_PRId64 "\n", fTimestamp);
1118 kprintf(" transactio
[all...]

Completed in 202 milliseconds

12345