Searched refs:format_and_print (Results 1 – 1 of 1) sorted by relevance
/tools/power/x86/intel-speed-select/ |
D | isst-display.c | 106 static void format_and_print(FILE *outf, int level, char *header, char *value) in format_and_print() function 169 format_and_print(outf, 1, header, NULL); in print_package_info() 171 format_and_print(outf, 2, header, NULL); in print_package_info() 173 format_and_print(outf, 3, header, NULL); in print_package_info() 184 format_and_print(outf, disp_level, header, NULL); in _isst_pbf_display_information() 189 format_and_print(outf, disp_level + 1, header, value); in _isst_pbf_display_information() 194 format_and_print(outf, disp_level + 1, header, value); in _isst_pbf_display_information() 200 format_and_print(outf, disp_level + 1, header, value); in _isst_pbf_display_information() 205 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() [all …]
|