Lines Matching defs:printf
153 rnd_attach_source(&rnd_printf_source, "printf", RND_TYPE_UNKNOWN,
257 printf("Skipping crash dump on recursive panic\n");
681 * db_printf: printf for DDB (via db_putchar)
727 * Device autoconfiguration printf routines. These change their
1065 * printf_nolog: Like printf(), but does not send message to the log.
1079 * printf_nostamp: Like printf(), but does not prepend a timestamp.
1093 * normal kernel printf functions: printf, vprintf, snprintf, vsnprintf
1097 * printf: print a message to the console and the log
1100 printf(const char *fmt, ...)
1174 * kprintf: scaled down version of printf(3).
1249 * Guts of kernel printf. Note, we already expect to be in a mutex!