/freebsd/crypto/krb5/src/include/gssrpc/ |
H A D | clnt.h | 161 #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 D | clnt.h | 158 #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 D | clnt.h | 216 #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 D | drm_modes.c | 998 unsigned int xres = 0, yres = 0, bpp = 32, refresh = 0; in drm_mode_parse_command_line_for_connector() local
|
H A D | drmP.h | 949 int xres, yres; member
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_mbox_prop.h | 417 uint32_t xres; member
|