Home
last modified time | relevance | path

Searched refs:xres (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt.h105 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
106 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
129 #define CLNT_FREERES(rh, xres, resp) ((*(rh)->cl_ops->cl_freeres)\ argument
130 (rh, xres, resp))
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvid_funcs.c68 xdrproc_t xres, caddr_t resp, struct timeval timeout) in clnt_call() argument
70 return ((*(cl)->cl_ops->cl_call)(cl, proc, xargs, argsp, xres, resp, in clnt_call()
93 clnt_freeres(CLIENT *cl, xdrproc_t xres, caddr_t resp) in clnt_freeres() argument
95 return ((*(cl)->cl_ops->cl_freeres)(cl, xres, resp)); in clnt_freeres()
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h533 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
534 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
535 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
536 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
578 #define CLNT_FREERES(rh, xres, resp) \ argument
579 ((*(rh)->cl_ops->cl_freeres)(rh, xres, resp))
580 #define clnt_freeres(rh, xres, resp) \ argument
581 ((*(rh)->cl_ops->cl_freeres)(rh, xres, resp))
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dattribute.c178 result->resolution.xres = v->resolution.xres; in papiAttributeValueDup()
337 char *name, int xres, int yres, papi_resolution_unit_t units) in papiAttributeListAddResolution() argument
341 v.resolution.xres = xres; in papiAttributeListAddResolution()
558 *x = value->resolution.xres; in papiAttributeListGetResolution()
731 value->resolution.xres = atoi(parts[1]); in _add_attribute_value()
940 values[i]->resolution.xres, in papiAttributeToString()
H A Dpapi.h105 int xres; member
271 int xres, int yres,
/illumos-gate/usr/src/uts/common/sys/
H A Dgfx_private.h131 uint16_t xres; member
/illumos-gate/usr/src/lib/print/libipp-core/common/
H A Dwrite.c241 int32_t x = (int)(value->resolution).xres, in ipp_write_attribute()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_bitmap.c111 fbip->xres = softc->console->fb.screen.x; in gfxp_bm_getfb_info()
123 fbip->xres = 0; in gfxp_bm_getfb_info()