Lines Matching defs:char
107 char version[256];
118 char *ptr = req->request.data;
130 char *buf;
134 char *ptr = req->request.data;
264 static struct mc_device *mconsole_find_dev(char *name)
290 static int mem_config(char *str, char **error_out)
294 char *ret;
383 static int mem_get_config(char *name, char *str, int size, char **error_out)
385 char buf[sizeof("18446744073709551615")];
394 static int mem_id(char **str, int *start_out, int *end_out)
402 static int mem_remove(int n, char **error_out)
430 static void mconsole_get_config(int (*get_config)(char *, char *, int,
431 char **),
432 struct mc_request *req, char *name)
434 char default_buf[CONFIG_BUF_SIZE], *error, *buf;
476 char *ptr = req->request.data, *name, *error_string = "";
502 char *ptr = req->request.data, *err_msg = "";
503 char error[256];
557 static char console_buf[MCONSOLE_MAX_DATA] __nonstring;
559 static void console_write(struct console *console, const char *string,
622 char *op = arg;
628 char *ptr = req->request.data;
664 char *ptr = req->request.data;
716 static char *notify_socket = NULL;
723 char file[UNIX_PATH_MAX];
770 const char __user *buffer, size_t count, loff_t *pos)
772 char *buf;
819 static int mconsole_setup(char *str)
842 char *message = ptr;
866 char *mconsole_notify_socket(void)