Home
last modified time | relevance | path

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

/linux-3.4.99/arch/um/drivers/
Dmconsole_user.c126 int mconsole_reply_len(struct mc_request *req, const char *str, int total, in mconsole_reply_len() function
167 return mconsole_reply_len(req, str, strlen(str), err, more); in mconsole_reply()
Dmconsole.h72 extern int mconsole_reply_len(struct mc_request *req, const char *reply,
Dmconsole_kern.c632 mconsole_reply_len(entry->req, console_buf, n, 0, 1); in console_write()
663 mconsole_reply_len(req, "", 0, 0, 0); in with_console()