Searched refs:format_and_print (Results 1 – 1 of 1) sorted by relevance
/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 177 format_and_print(outf, 1, header, NULL); in print_package_info() 182 format_and_print(outf, 1, header, NULL); in print_package_info() 184 format_and_print(outf, 2, header, NULL); in print_package_info() 186 format_and_print(outf, 3, header, NULL); in print_package_info() 199 format_and_print(outf, disp_level, header, NULL); in _isst_pbf_display_information() 204 format_and_print(outf, disp_level + 1, header, value); in _isst_pbf_display_information() 209 format_and_print(outf, disp_level + 1, header, value); in _isst_pbf_display_information() 215 format_and_print(outf, disp_level + 1, header, value); in _isst_pbf_display_information() 220 format_and_print(outf, disp_level + 1, header, value); in _isst_pbf_display_information() [all …]
|