Home
last modified time | relevance | path

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

/freebsd-14.2/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()
312 print_value(6, "[2*INTERLACE]", interlace); in vesagtf_mode_params()
360 print_value(8, "[V SYNC+BP]", vsync_plus_bp); in vesagtf_mode_params()
372 print_value(9, "[V BACK PORCH]", v_back_porch); in vesagtf_mode_params()
415 print_value(12, "[H PERIOD(ps)]", h_period); in vesagtf_mode_params()
543 print_value(21, "[PIXEL FREQ]", pixel_freq); in vesagtf_mode_params()
559 print_value(22, "[H FREQ]", h_freq); in vesagtf_mode_params()
[all …]
/freebsd-14.2/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
497 print_value "num.answer.bogus"
498 print_value "num.rrset.bogus"
[all …]
/freebsd-14.2/lib/libsysdecode/
H A Dsupport.h60 bool print_value(FILE *, struct name_table *, uintmax_t);
H A Dsupport.c156 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()
/freebsd-14.2/usr.bin/dc/
H A Dextern.h29 void print_value(FILE *, const struct value *, const char *, u_int);
H A Dstack.c264 print_value(f, &stack->stack[i], prefix, base); in stack_print()
H A Dbcode.c497 print_value(stdout, value, "", bmachine.obase); in print_tos()
509 print_value(stderr, value, "", bmachine.obase); in print_err()
545 print_value(stdout, value, "", bmachine.obase); in pop_printn()
H A Dinout.c407 print_value(FILE *f, const struct value *value, const char *prefix, u_int base) in print_value() function