Searched refs:next_prefix (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | diagnostics.c | 486 const char *next_prefix, const char *text) in diag_print_wrapped_prefixed() argument 516 prefix = next_prefix; in diag_print_wrapped_prefixed() 764 const char *first_prefix, *next_prefix, *text; in diag_print_source_annotation() local 769 next_prefix = bpf_diag_fmt(env, " %*s | %*s ", line_width + 4, "", indent, ""); in diag_print_source_annotation() 771 diag_print_wrapped_prefixed(env, first_prefix, next_prefix, text); in diag_print_source_annotation()
|