Lines Matching refs:str
290 static int mem_config(char *str, char **error_out)
296 if (str[0] != '=') {
301 str++;
302 if (str[0] == '-')
304 else if (str[0] == '+') {
312 str++;
313 diff = memparse(str, &ret);
383 static int mem_get_config(char *name, char *str, int size, char **error_out)
389 CONFIG_CHUNK(str, size, len, buf, 1);
394 static int mem_id(char **str, int *start_out, int *end_out)
819 static int mconsole_setup(char *str)
821 if (!strncmp(str, NOTIFY, strlen(NOTIFY))) {
822 str += strlen(NOTIFY);
823 notify_socket = str;
825 else printk(KERN_ERR "mconsole_setup : Unknown option - '%s'\n", str);