Home
last modified time | relevance | path

Searched refs:print_value (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/videomode/
H A Dvesagtf.c193 print_value(int n, const char *name, unsigned val) in print_value() function
198 #define print_value(n, name, val) macro
256 print_value(1, "[H PIXELS RND]", h_pixels); in vesagtf_mode_params()
270 print_value(2, "[V LINES RND]", v_lines); in vesagtf_mode_params()
281 print_value(3, "[V FIELD RATE RQD]", v_field_rqd); in vesagtf_mode_params()
298 print_value(4, "[TOP MARGIN (LINES)]", top_margin); in vesagtf_mode_params()
299 print_value(5, "[BOT MARGIN (LINES)]", bottom_margin); in vesagtf_mode_params()
312 print_value(6, "[2*INTERLACE]", interlace); in vesagtf_mode_params()
348 print_value(7, "[H PERIOD EST (ps)]", h_period_est); in vesagtf_mode_params()
360 print_value(8, "[V SYNC+BP]", vsync_plus_bp); in vesagtf_mode_params()
[all …]
/freebsd/contrib/unbound/contrib/
H A Dunbound_munin_437 print_value ( ) { function
460 print_value $x
467 print_value $x
474 print_value $x
479 print_value $nm
484 print_value $nm
489 print_value $nm
494 print_value $nm
496 print_value "num.answer.secure"
497 print_value "num.answer.bogus"
[all …]
/freebsd/lib/libsysdecode/
H A Dsupport.h60 bool print_value(FILE *, struct name_table *, uintmax_t);
H A Dsupport.c155 print_value(FILE *fp, struct name_table *table, uintmax_t val) in print_value() function
H A Dflags.c893 if (!print_value(fp, fcntl_fd_arg, arg)) in sysdecode_fcntl_arg()