Lines Matching refs:config
152 static char config[MAX_CONFIG_LEN] = CONFIG_KGDB_TESTS_BOOT_STRING;
154 static char config[MAX_CONFIG_LEN];
157 .string = config,
978 if (strstr(config, "V1"))
980 if (strstr(config, "V2"))
983 ptr = strchr(config, 'F');
986 ptr = strchr(config, 'S');
989 ptr = strchr(config, 'N');
992 ptr = strchr(config, 'I');
1062 printk(KERN_ERR "kgdbts: config string too long\n");
1065 strcpy(config, opt);
1075 if (!strlen(config) || isspace(config[0]))
1092 config[0] = 0;
1130 printk(KERN_ERR "kgdbts: config string too long\n");
1136 strcpy(config, kmessage);
1145 strcpy(config, kmessage);
1147 if (len && config[len - 1] == '\n')
1148 config[len - 1] = '\0';