Searched refs:print_value (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/videomode/ |
H A D | vesagtf.c | 193 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 D | unbound_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 D | support.h | 60 bool print_value(FILE *, struct name_table *, uintmax_t);
|
H A D | support.c | 155 print_value(FILE *fp, struct name_table *table, uintmax_t val) in print_value() function
|
H A D | flags.c | 893 if (!print_value(fp, fcntl_fd_arg, arg)) in sysdecode_fcntl_arg()
|
/freebsd/usr.bin/dc/ |
H A D | extern.h | 29 void print_value(FILE *, const struct value *, const char *, u_int);
|
H A D | stack.c | 264 print_value(f, &stack->stack[i], prefix, base); in stack_print()
|
H A D | bcode.c | 497 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 D | inout.c | 407 print_value(FILE *f, const struct value *value, const char *prefix, u_int base) in print_value() function
|