Lines Matching refs:config
153 static char config[MAX_CONFIG_LEN] = CONFIG_KGDB_TESTS_BOOT_STRING;
155 static char config[MAX_CONFIG_LEN];
158 .string = config,
988 if (strstr(config, "V1"))
990 if (strstr(config, "V2"))
993 ptr = strchr(config, 'F');
996 ptr = strchr(config, 'S');
999 ptr = strchr(config, 'N');
1002 ptr = strchr(config, 'I');
1072 printk(KERN_ERR "kgdbts: config string too long\n");
1075 strcpy(config, opt);
1085 if (!strlen(config) || isspace(config[0]))
1102 config[0] = 0;
1140 printk(KERN_ERR "kgdbts: config string too long\n");
1146 strcpy(config, kmessage);
1155 strcpy(config, kmessage);
1157 if (len && config[len - 1] == '\n')
1158 config[len - 1] = '\0';