/src/sys/dev/videomode/ |
vesagtf.c | 186 * print_value() - print the result of the named computation; this is 193 print_value(int n, const char *name, unsigned val) function in typeref:typename:void 198 #define print_value(n, name, val) macro 257 print_value(1, "[H PIXELS RND]", h_pixels); 271 print_value(2, "[V LINES RND]", v_lines); 282 print_value(3, "[V FIELD RATE RQD]", v_field_rqd); 299 print_value(4, "[TOP MARGIN (LINES)]", top_margin); 300 print_value(5, "[BOT MARGIN (LINES)]", bottom_margin); 313 print_value(6, "[2*INTERLACE]", interlace); 349 print_value(7, "[H PERIOD EST (ps)]", h_period_est) [all...] |
/src/usr.bin/dc/ |
inout.c | 378 print_value(FILE *f, const struct value *value, const char *prefix, u_int base) function in typeref:typename:void
|
/src/usr.bin/radioctl/ |
radioctl.c | 92 static void print_value(int); 163 print_value(opt.option); 224 print_value(o->option); 249 print_value(o->option); 444 print_value(int optval) function in typeref:typename:void
|