Home
last modified time | relevance | path

Searched refs:textbuf (Results 1 – 1 of 1) sorted by relevance

/kernel/printk/
Dprintk.c1946 static char textbuf[LOG_LINE_MAX]; in vprintk_store() local
1947 char *text = textbuf; in vprintk_store()
1955 text_len = vscnprintf(text, sizeof(textbuf), fmt, args); in vprintk_store()