Lines Matching refs:cl_str
639 char *cl_str, *p, *tmp;
643 cl_str = tmp = kstrdup(instr, GFP_KERNEL);
644 p = strchr(cl_str, '\n');
650 vpr_info("\"%s\" > %s:0x%lx\n", cl_str, KP_NAME(kp), curr_bits);
652 for (; cl_str; cl_str = p) {
653 p = strchr(cl_str, ',');
657 if (*cl_str == '-') {
659 cl_str++;
662 if (*cl_str == '+')
663 cl_str++;
665 cls_id = match_string(map->class_names, map->length, cl_str);
667 pr_err("%s unknown to %s\n", cl_str, KP_NAME(kp));
676 v3pr_info("no change on %s\n", cl_str);