/src/usr.sbin/sesd/srcs/ |
getobjstat.c | 49 long cvt; local in function:main 63 cvt = strtol(v[2], &x, 0); 67 obj.obj_id = cvt;
|
setobjstat.c | 50 long cvt; local in function:main 65 cvt = strtol(v[2], &x, 0); 69 obj.obj_id = cvt; 72 cvt = strtol(v[3 + i], &x, 0); 76 obj.cstat[i] = cvt;
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_modes.c | 127 * drm_cvt_mode -create a modeline based on the CVT algorithm 136 * This function is called to generate the modeline based on CVT algorithm 146 * The modeline based on the CVT algorithm stored in a drm_display_mode object. 181 /* the CVT default refresh rate is 60Hz */ 1534 bool rb = false, cvt = false; local in function:drm_mode_parse_cmdline_res_mode 1559 cvt = true; 1586 mode->cvt = cvt; 1917 if (cmd->cvt) 1933 /* fix up 1368x768: GFT/CVT can't express 1366 width due to alignment * [all...] |
drm_edid.c | 2339 * standard_timing_level - get std. timing level(CVT/GTF/DMT) 2374 * and convert them into a real mode using CVT/GTF/DMT. 2420 * rate (because it came from detailed or CVT info), use that 2679 /* 1.4 with CVT support gives us real precision, yay */ 2756 * GFT/CVT can't express 1366 width which isn't dividable by 8 2849 case 0x04: /* cvt, only in 1.4+ */ 2986 * GTF or CVT. Grab them from @edid and add them to the list. 3023 struct cvt_timing *cvt; local in function:drm_cvt_modes 3029 cvt = &(timing->data.other_data.data.cvt[i]) [all...] |
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_connector.h | 1041 * @cvt: 1046 bool cvt; member in struct:drm_cmdline_mode
|
drm_edid.h | 120 } __attribute__((packed)) cvt; member in union:detailed_data_monitor_range::__anon3bb26e6f010a 153 struct cvt_timing cvt[4]; member in union:detailed_non_pixel::__anon3bb26e6f040a
|