Home
last modified time | relevance | path

Searched defs:xres (Results 1 – 7 of 7) sorted by relevance

/trueos/sys/rpc/
HDclnt.h248 #define CLNT_CALL_EXT(rh, ext, proc, xargs, argsp, xres, resp, secs) \ argument
265 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
268 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
272 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
275 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
304 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
305 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
/trueos/include/rpc/
HDclnt.h160 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
163 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
191 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
192 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
/trueos/sys/arm/broadcom/bcm2835/
HDbcm2835_fbd.c81 uint32_t xres; member
HDbcm2835_fb.c109 uint32_t xres; member
/trueos/sys/dev/drm2/radeon/
HDradeon_legacy_crtc.c55 int xres = mode->hdisplay; in radeon_legacy_rmx_mode_set() local
/trueos/sys/dev/drm2/
HDdrm_modes.c1016 unsigned int xres = 0, yres = 0, bpp = 32, refresh = 0; in drm_mode_parse_command_line_for_connector() local
HDdrmP.h918 int xres, yres; member