Symbol: print_value
crypto/krb5/src/util/profile/test_profile.c
119
int print_value = 0;
crypto/krb5/src/util/profile/test_profile.c
141
print_value++;
crypto/krb5/src/util/profile/test_profile.c
155
if (print_value) {
lib/libsysdecode/flags.c
901
if (!print_value(fp, fcntl_fd_arg, arg))
lib/libsysdecode/support.h
60
bool print_value(FILE *, struct name_table *, uintmax_t);
sys/dev/videomode/vesagtf.c
256
print_value(1, "[H PIXELS RND]", h_pixels);
sys/dev/videomode/vesagtf.c
270
print_value(2, "[V LINES RND]", v_lines);
sys/dev/videomode/vesagtf.c
281
print_value(3, "[V FIELD RATE RQD]", v_field_rqd);
sys/dev/videomode/vesagtf.c
298
print_value(4, "[TOP MARGIN (LINES)]", top_margin);
sys/dev/videomode/vesagtf.c
299
print_value(5, "[BOT MARGIN (LINES)]", bottom_margin);
sys/dev/videomode/vesagtf.c
312
print_value(6, "[2*INTERLACE]", interlace);
sys/dev/videomode/vesagtf.c
348
print_value(7, "[H PERIOD EST (ps)]", h_period_est);
sys/dev/videomode/vesagtf.c
360
print_value(8, "[V SYNC+BP]", vsync_plus_bp);
sys/dev/videomode/vesagtf.c
372
print_value(9, "[V BACK PORCH]", v_back_porch);
sys/dev/videomode/vesagtf.c
385
print_value(10, "[TOTAL V LINES]", total_v_lines);
sys/dev/videomode/vesagtf.c
405
print_value(11, "[V FIELD RATE EST(uHz)]", v_field_est);
sys/dev/videomode/vesagtf.c
415
print_value(12, "[H PERIOD(ps)]", h_period);
sys/dev/videomode/vesagtf.c
431
print_value(13, "[V FIELD RATE]", v_field_rate);
sys/dev/videomode/vesagtf.c
444
print_value(14, "[V FRAME RATE]", v_frame_rate);
sys/dev/videomode/vesagtf.c
463
print_value(15, "[LEFT MARGIN (PIXELS)]", left_margin);
sys/dev/videomode/vesagtf.c
464
print_value(16, "[RIGHT MARGIN (PIXELS)]", right_margin);
sys/dev/videomode/vesagtf.c
476
print_value(17, "[TOTAL ACTIVE PIXELS]", total_active_pixels);
sys/dev/videomode/vesagtf.c
500
print_value(18, "[IDEAL DUTY CYCLE]", ideal_duty_cycle);
sys/dev/videomode/vesagtf.c
519
print_value(19, "[H BLANK (PIXELS)]", h_blank);
sys/dev/videomode/vesagtf.c
529
print_value(20, "[TOTAL PIXELS]", total_pixels);
sys/dev/videomode/vesagtf.c
543
print_value(21, "[PIXEL FREQ]", pixel_freq);
sys/dev/videomode/vesagtf.c
559
print_value(22, "[H FREQ]", h_freq);
sys/dev/videomode/vesagtf.c
584
print_value(17, "[H SYNC (PIXELS)]", h_sync);
sys/dev/videomode/vesagtf.c
597
print_value(18, "[H FRONT PORCH (PIXELS)]", h_front_porch);
sys/dev/videomode/vesagtf.c
611
print_value(36, "[V ODD FRONT PORCH(LINES)]", v_odd_front_porch_lines);