Searched refs:xres (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/rpc/
H A Dclnt.h238 * CLNT_CALL_EXT(rh, ext, proc, xargs, argsp, xres, resp, timeout)
244 * xdrproc_t xres;
248 #define CLNT_CALL_EXT(rh, ext, proc, xargs, argsp, xres, resp, secs) \
250 argsp, xres, resp, secs)
255 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
260 * xdrproc_t xres;
265 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
267 argsp, xres, resp, secs)
268 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
270 argsp, xres, res
[all...]
/freebsd-11-stable/include/rpc/
H A Dclnt.h151 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
156 * xdrproc_t xres;
160 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
162 argsp, xres, resp, secs))
163 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
165 argsp, xres, resp, secs))
186 * CLNT_FREERES(rh, xres, resp);
188 * xdrproc_t xres;
191 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,res
[all...]
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c89 fb->vxres = fb->xres;
120 sc->info.fb_width = fb.xres;
154 device_printf(sc->dev, "%dx%d(%dx%d@%d,%d) %dbpp\n", fb.xres, fb.yres,
H A Dbcm2835_mbox.c488 fb->xres = msg.physical_w_h.body.resp.width;
505 msg.physical_w_h.body.req.width = fb->xres;
524 fb->xres = msg.physical_w_h.body.resp.width;
H A Dbcm2835_mbox_prop.h457 uint32_t xres; member in struct:bcm2835_fb_config
H A Dbcm2835_fb.c159 fb.vxres = fb.xres;
170 sc->width = fb.xres;
180 device_printf(dev, "%dx%d(%dx%d@%d,%d) %dbpp\n", fb.xres, fb.yres,
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_legacy_crtc.c55 int xres = mode->hdisplay; local
118 if (xres > native_mode->hdisplay)
119 xres = native_mode->hdisplay;
123 if (xres == native_mode->hdisplay)
133 fp_horz_stretch |= ((xres/8-1) << 16);
136 scale = ((xres + inc) * RADEON_HORZ_STRETCH_RATIO_MAX)
157 fp_horz_stretch |= ((xres/8-1) << 16);
198 fp_horz_stretch |= ((xres/8-1) << 16);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_modes.c1005 * <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd]
1016 unsigned int xres = 0, yres = 0, bpp = 32, refresh = 0; local
1116 xres = simple_strtol(name, &ch, 10);
1136 mode->xres = xres;
1167 cmd->xres, cmd->yres,
1173 cmd->xres, cmd->yres,
H A Ddrm_fb_helper.c221 mode->xres, mode->yres,
688 var->xres > fb->width || var->yres > fb->height ||
692 var->xres, var->yres, var->bits_per_pixel,
1079 if (mode->hdisplay != cmdline_mode->xres ||
H A DdrmP.h951 int xres, yres; member in struct:drm_cmdline_mode

Completed in 139 milliseconds