Searched refs:output_max_len (Results 1 – 1 of 1) sorted by relevance
51 static int run_command(char *args, char *output_buf, size_t output_max_len) in run_command() argument54 bool suppress_output = !(output_buf && output_max_len); in run_command()72 fread(output_buf, 1, output_max_len, f); in run_command()83 int get_bpftool_command_output(char *args, char *output_buf, size_t output_max_len) in get_bpftool_command_output() argument85 return run_command(args, output_buf, output_max_len); in get_bpftool_command_output()