lib/dynamic_debug.c
654
vpr_info("\"%s\" > %s:0x%lx\n", cl_str, KP_NAME(kp), curr_bits);
lib/dynamic_debug.c
671
pr_err("%s unknown to %s\n", cl_str, KP_NAME(kp));
lib/dynamic_debug.c
686
v2pr_info("%s: changed bit %d:%s\n", KP_NAME(kp), cls_id,
lib/dynamic_debug.c
696
v2pr_info("%s: changed bit-%d: \"%s\" %lx->%lx\n", KP_NAME(kp), cls_id,
lib/dynamic_debug.c
738
pr_err("expecting numeric input: %s > %s\n", instr, KP_NAME(kp));
lib/dynamic_debug.c
743
pr_err("%s: bad map type: %d\n", KP_NAME(kp), map->map_type);
lib/dynamic_debug.c
753
KP_NAME(kp), inrep, CLASSMAP_BITMASK(map->length));
lib/dynamic_debug.c
756
v2pr_info("bits:%lx > %s\n", inrep, KP_NAME(kp));
lib/dynamic_debug.c
764
KP_NAME(kp), inrep, map->length);
lib/dynamic_debug.c
769
v2pr_info("lvl:%ld bits:0x%lx > %s\n", inrep, new_bits, KP_NAME(kp));
lib/dynamic_debug.c
774
pr_warn("%s: bad map type: %d\n", KP_NAME(kp), map->map_type);
lib/dynamic_debug.c
776
vpr_info("%s: total matches: %d\n", KP_NAME(kp), totct);