Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/include/gssrpc/
H A Dclnt.h161 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
163 #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
/freebsd/include/rpc/
H A Dclnt.h158 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
161 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
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/rpc/
H A Dclnt.h216 #define CLNT_CALL_EXT(rh, ext, proc, xargs, argsp, xres, resp, secs) \ argument
231 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
234 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
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/sys/dev/drm2/
H A Ddrm_modes.c998 unsigned int xres = 0, yres = 0, bpp = 32, refresh = 0; in drm_mode_parse_command_line_for_connector() local
H A DdrmP.h949 int xres, yres; member
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_mbox_prop.h417 uint32_t xres; member