Lines Matching defs:spec_buf
1312 char spec_buf[256];
1333 bpf_core_format_spec(spec_buf, sizeof(spec_buf), local_spec);
1334 pr_debug("prog '%s': relo #%d: %s\n", prog_name, relo_idx, spec_buf);
1358 bpf_core_format_spec(spec_buf, sizeof(spec_buf), cand_spec);
1360 prog_name, relo_idx, i, spec_buf, err);
1364 bpf_core_format_spec(spec_buf, sizeof(spec_buf), cand_spec);
1366 relo_idx, err == 0 ? "non-matching" : "matching", i, spec_buf);