Lines Matching defs:map_opt
1174 char *map_opt;
1180 map_opt = strchr(map_name, '.');
1181 if (!map_opt) {
1186 *map_opt++ = '\0';
1187 if (*map_opt == '\0') {
1199 *key_scan_pos += strlen(map_opt);
1203 *key_scan_pos -= strlen(map_opt);
1209 if (strcmp(map_opt, func->config_opt) == 0) {
1215 pr_debug("ERROR: Invalid map config option '%s'\n", map_opt);
1219 *key_scan_pos += strlen(map_opt);