/freebsd/sys/rpc/ |
H A D | clnt.h | 216 #define CLNT_CALL_EXT(rh, ext, proc, xargs, argsp, xres, resp, secs) \ argument 218 argsp, xres, resp, secs) 231 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 233 argsp, xres, resp, secs) 234 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument 236 argsp, xres, resp, secs) 262 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument 263 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
|
/freebsd/include/rpc/ |
H A D | clnt.h | 158 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 160 argsp, xres, resp, secs)) 161 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument 163 argsp, xres, resp, secs)) 189 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument 190 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_fbd.c | 96 fb->vxres = fb->xres; in bcm_fb_init() 128 sc->info.fb_width = fb.xres; in bcm_fb_setup_fbd() 162 device_printf(sc->dev, "%dx%d(%dx%d@%d,%d) %dbpp\n", fb.xres, fb.yres, in bcm_fb_setup_fbd()
|
H A D | bcm2835_mbox.c | 521 fb->xres = msg.physical_w_h.body.resp.width; in bcm2835_mbox_fb_get_w_h() 558 msg.physical_w_h.body.req.width = fb->xres; in bcm2835_mbox_fb_init() 577 fb->xres = msg.physical_w_h.body.resp.width; in bcm2835_mbox_fb_init()
|
H A D | bcm2835_fb.c | 158 fb.vxres = fb.xres; in bcm_fb_attach() 169 sc->width = fb.xres; in bcm_fb_attach() 179 device_printf(dev, "%dx%d(%dx%d@%d,%d) %dbpp\n", fb.xres, fb.yres, in bcm_fb_attach()
|
H A D | bcm2835_mbox_prop.h | 417 uint32_t xres; member
|
/freebsd/sys/dev/drm2/ |
H A D | drm_modes.c | 998 unsigned int xres = 0, yres = 0, bpp = 32, refresh = 0; in drm_mode_parse_command_line_for_connector() local 1098 xres = simple_strtol(name, &ch, 10); in drm_mode_parse_command_line_for_connector() 1118 mode->xres = xres; in drm_mode_parse_command_line_for_connector() 1149 cmd->xres, cmd->yres, in drm_mode_create_from_cmdline_mode() 1155 cmd->xres, cmd->yres, in drm_mode_create_from_cmdline_mode()
|
H A D | drm_fb_helper.c | 219 mode->xres, mode->yres, in drm_fb_helper_parse_command_line() 686 var->xres > fb->width || var->yres > fb->height || 690 var->xres, var->yres, var->bits_per_pixel, 1077 if (mode->hdisplay != cmdline_mode->xres || in drm_pick_cmdline_mode()
|
H A D | drmP.h | 949 int xres, yres; member
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | sm501fb.txt | 15 <xres>x<yres>[-<bpp>][@<refresh>]
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | xilinx.txt | 98 - resolution = <xres yres> : pixel resolution of framebuffer. Some
|