tty.c | 110 static void ttyprintf_nolock(struct tty *, const char *fmt, ...) 2797 ttyprintf_nolock(tp, "%s\n", buf); 3010 * ttyprintf_nolock: send a message to a specific tty, without locking. 3017 ttyprintf_nolock(struct tty *tp, const char *fmt, ...) function in typeref:typename:void
|