Lines Matching defs:kprintf

266 	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("\x1b[%" B_PRId32 "D", length - position);
495 kprintf("\x1b[%" B_PRId32 "D", length - position);
573 kprintf("\x1b[%" B_PRId32 "D", position); // move to beginning of line
577 kprintf("%s\x1b[K", buffer); // print the line and clear the rest
613 kprintf("%s\x1b[K", buffer + position);
615 kprintf("\x1b[%" B_PRId32 "D", length - position);
624 kprintf("\x1b[%" B_PRId32 "D", position);
632 kprintf("\x1b[%" B_PRId32 "C", length - position);
728 kprintf("%s", sCurrentKernelDebuggerMessagePrefix);
761 kprintf("\n");
789 kprintf("initial commands: %s\n", commands);
824 kprintf("Welcome to Kernel Debugging Land...\n");
832 kprintf("Running on CPU %" B_PRId32 "\n", sDebuggerOnCPU);
835 kprintf("Running on CPU %" B_PRId32 "\n", sDebuggerOnCPU);
836 kprintf("Current thread pointer is %p, which is an address we "
843 kprintf("Thread %" B_PRId32 " \"%.64s\" running on CPU %" B_PRId32 "\n",
847 kprintf("The thread's CPU pointer is %p, but should be %p.\n",
856 kprintf("The thread's team pointer is %p, which is an "
893 kprintf(kKDLPrompt);
1082 kprintf("Syslog is not enabled.\n");
1171 kprintf("running on CPU %" B_PRId32 "\n", smp_get_current_cpu());
1177 kprintf("invalid CPU index\n");
1182 kprintf("already running on CPU %" B_PRId32 "\n", newCPU);
2172 kprintf(const char* format, ...)