Lines Matching defs:kprintf

262 	kprintf("%.*s", (int)(length - oldPosition),
267 kprintf("\x1b[%" B_PRId32 "D", length - position);
299 kprintf("\x1b[%" B_PRId32 "D", length - position + 1);
346 kprintf("\nambiguous command\n");
348 kprintf("\nno such command\n");
388 kprintf("\nno completions\n");
419 kprintf("\n");
432 kprintf(" %-*s", (int)longestName, command->name);
440 kprintf("%s%.*s", kKDLPrompt, (int)length, buffer);
442 kprintf("\x1b[%" B_PRId32 "D", length - position);
491 kprintf("\x1b[%" B_PRId32 "D", length - position);
569 kprintf("\x1b[%" B_PRId32 "D", position); // move to beginning of line
573 kprintf("%s\x1b[K", buffer); // print the line and clear the rest
609 kprintf("%s\x1b[K", buffer + position);
611 kprintf("\x1b[%" B_PRId32 "D", length - position);
620 kprintf("\x1b[%" B_PRId32 "D", position);
628 kprintf("\x1b[%" B_PRId32 "C", length - position);
724 kprintf("%s", sCurrentKernelDebuggerMessagePrefix);
757 kprintf("\n");
785 kprintf("initial commands: %s\n", commands);
820 kprintf("Welcome to Kernel Debugging Land...\n");
828 kprintf("Running on CPU %" B_PRId32 "\n", sDebuggerOnCPU);
831 kprintf("Running on CPU %" B_PRId32 "\n", sDebuggerOnCPU);
832 kprintf("Current thread pointer is %p, which is an address we "
839 kprintf("Thread %" B_PRId32 " \"%.64s\" running on CPU %" B_PRId32 "\n",
843 kprintf("The thread's CPU pointer is %p, but should be %p.\n",
852 kprintf("The thread's team pointer is %p, which is an "
889 kprintf(kKDLPrompt);
1073 kprintf("Syslog is not enabled.\n");
1162 kprintf("running on CPU %" B_PRId32 "\n", smp_get_current_cpu());
1168 kprintf("invalid CPU index\n");
1173 kprintf("already running on CPU %" B_PRId32 "\n", newCPU);
2132 kprintf(const char* format, ...)