Searched refs:format_and_print (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/power/x86/intel-speed-select/ |
D | isst-display.c | 112 static void format_and_print(FILE *outf, int level, char *header, char *value) in format_and_print() function 176 format_and_print(outf, 1, header, NULL); in print_package_info() 180 format_and_print(outf, 1, header, NULL); in print_package_info() 182 format_and_print(outf, 2, header, NULL); in print_package_info() 184 format_and_print(outf, 3, header, NULL); in print_package_info() 197 format_and_print(outf, disp_level, header, NULL); in _isst_pbf_display_information() 202 format_and_print(outf, disp_level + 1, header, value); in _isst_pbf_display_information() 207 format_and_print(outf, disp_level + 1, header, value); in _isst_pbf_display_information() 213 format_and_print(outf, disp_level + 1, header, value); in _isst_pbf_display_information() 218 format_and_print(outf, disp_level + 1, header, value); in _isst_pbf_display_information() [all …]
|