Searched defs:xres (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/include/rpc/ |
H A D | clnt.h | 159 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 162 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument 190 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument 191 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
|
/dflybsd-src/sys/kern/ |
H A D | imgact_resident.c | 148 struct xresident xres; in sysctl_vm_resident() local
|
/dflybsd-src/sys/dev/drm/radeon/ |
H A D | radeon_legacy_crtc.c | 52 int xres = mode->hdisplay; in radeon_legacy_rmx_mode_set() local
|
/dflybsd-src/sys/dev/drm/ |
H A D | drm_modes.c | 1336 unsigned int xres = 0, yres = 0, bpp = 32, refresh = 0; in drm_mode_parse_command_line_for_connector() local
|
/dflybsd-src/sys/dev/drm/include/drm/ |
H A D | drm_connector.h | 676 int xres, yres; member
|