Lines Matching refs:str
289 static int mem_config(char *str, char **error_out)
295 if (str[0] != '=') {
300 str++;
301 if (str[0] == '-')
303 else if (str[0] == '+') {
311 str++;
312 diff = memparse(str, &ret);
382 static int mem_get_config(char *name, char *str, int size, char **error_out)
388 CONFIG_CHUNK(str, size, len, buf, 1);
393 static int mem_id(char **str, int *start_out, int *end_out)
818 static int mconsole_setup(char *str)
820 if (!strncmp(str, NOTIFY, strlen(NOTIFY))) {
821 str += strlen(NOTIFY);
822 notify_socket = str;
824 else printk(KERN_ERR "mconsole_setup : Unknown option - '%s'\n", str);