HomeSort by: relevance | last modified time | path
    Searched refs:xres (Results 1 - 11 of 11) sorted by relevancy

  /src/include/rpc/
clnt.h 199 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
204 * xdrproc_t xres;
208 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
210 (const char *)(const void *)(argsp), (xdrproc_t)xres, \
212 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
214 (const char *)(const void *)(argsp), (xdrproc_t)xres, \
236 * CLNT_FREERES(rh, xres, resp);
238 * xdrproc_t xres;
241 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_legacy_crtc.c 60 int xres = mode->hdisplay; local in function:radeon_legacy_rmx_mode_set
123 if (xres > native_mode->hdisplay)
124 xres = native_mode->hdisplay;
128 if (xres == native_mode->hdisplay)
138 fp_horz_stretch |= ((xres/8-1) << 16);
141 scale = ((xres + inc) * RADEON_HORZ_STRETCH_RATIO_MAX)
162 fp_horz_stretch |= ((xres/8-1) << 16);
203 fp_horz_stretch |= ((xres/8-1) << 16);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fb.c 148 if ((var->xoffset + var->xres) > par->max_width ||
155 var->xres * var->bits_per_pixel/8,
309 if ((var->xoffset + var->xres) > var->xres_virtual ||
351 par->dirty.x2 = info->var.xres;
518 mode_cmd.width = var->xres;
581 mode->hdisplay = var->xres;
685 info->var.xres = init_mode->hdisplay;
  /src/usr.sbin/wsmoused/
selection.c 657 size_t xres = Selmouse.sm_max_x + 1; local in function:selarea_getrowcol
659 *row = pos / xres;
660 *col = pos - (*row * xres);
  /src/sys/external/bsd/drm2/dist/drm/
drm_modes.c 1535 int xres = 0, yres = 0; local in function:drm_mode_parse_cmdline_res_mode
1539 xres = simple_strtol(str, &end_ptr, 10);
1584 mode->xres = xres;
1751 * <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd]
1919 cmd->xres, cmd->yres,
1925 cmd->xres, cmd->yres,
1934 if (cmd->xres == 1366)
drm_fb_helper.c 707 drm_fb_helper_dirty(info, 0, y1, info->var.xres, y2 - y1);
744 drm_fb_helper_dirty(info, 0, 0, info->var.xres,
1324 var->xres > fb->width || var->yres > fb->height ||
1328 var->xres, var->yres, var->bits_per_pixel,
1700 info->var.xres = fb_width;
drm_probe_helper.c 157 if (mode->hdisplay != cmdline_mode->xres ||
drm_client_modeset.c 191 if (mode->hdisplay != cmdline_mode->xres ||
drm_connector.c 159 mode->xres, mode->yres,
  /src/sys/arch/sgimips/gio/
grtwo.c 76 int xres; member in struct:grtwo_devconfig
408 dc->xres = 1280;
494 grtwo_fill_rectangle(dc, 0, 0, dc->xres - 1, dc->yres - 1, 0);
685 dc->xres, /* dx */
697 dc->xres, /* x2 */
737 FBINFO.width = sc->sc_dc->xres;
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_connector.h 999 * @xres:
1003 int xres; member in struct:drm_cmdline_mode
1051 * Add margins to the mode calculation (1.8% of xres rounded

Completed in 22 milliseconds