Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbc/inc/include/rpc/
H A Dclnt.h139 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
140 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
141 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
142 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
168 #define CLNT_FREERES(rh, xres, resp) ((*(rh)->cl_ops->cl_freeres)\ argument
169 (rh, xres, resp))
170 #define clnt_freeres(rh, xres, resp) ((*(rh)->cl_ops->cl_freeres)\ argument
171 (rh, xres, resp))
/titanic_44/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))
/titanic_44/usr/src/lib/libnsl/rpc/
H A Dsvid_funcs.c70 xdrproc_t xres, caddr_t resp, struct timeval timeout) in clnt_call() argument
72 return ((*(cl)->cl_ops->cl_call)(cl, proc, xargs, argsp, xres, resp, in clnt_call()
95 clnt_freeres(CLIENT *cl, xdrproc_t xres, caddr_t resp) in clnt_freeres() argument
97 return ((*(cl)->cl_ops->cl_freeres)(cl, xres, resp)); in clnt_freeres()
/titanic_44/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))
/titanic_44/usr/src/lib/print/libpapi-common/common/
H A Dattribute.c183 result->resolution.xres = v->resolution.xres; in papiAttributeValueDup()
342 char *name, int xres, int yres, in papiAttributeListAddResolution() argument
347 v.resolution.xres = xres; in papiAttributeListAddResolution()
564 *x = value->resolution.xres; in papiAttributeListGetResolution()
737 value->resolution.xres = atoi(parts[1]); in _add_attribute_value()
947 values[i]->resolution.xres, in papiAttributeToString()
H A Dpapi.h107 int xres; member
273 int xres, int yres,
/titanic_44/usr/src/uts/common/avs/ns/rdc/
H A Drdc_clnt.c108 xdrproc_t xargs, caddr_t argsp, xdrproc_t xres, in cl_call_sig() argument
116 (rh, proc, xargs, argsp, xres, resp, secs)); in cl_call_sig()
2861 xdrproc_t xres, caddr_t resp, struct timeval *timeout) in rdc_clnt_call() argument
2876 err = cl_call_sig(rh, proc, xargs, argsp, xres, resp, *timeout); in rdc_clnt_call()
2923 xdrproc_t xres, caddr_t resp, struct timeval *timeout) in rdc_clnt_call_any() argument
2936 xres, resp, timeout); in rdc_clnt_call_any()
2960 caddr_t argsp, xdrproc_t xres, caddr_t resp, in rdc_clnt_call_walk() argument
2971 xres, resp, timeout); in rdc_clnt_call_walk()
/titanic_44/usr/src/lib/print/libipp-core/common/
H A Dwrite.c243 int32_t x = (int)(value->resolution).xres, in ipp_write_attribute()
/titanic_44/usr/src/lib/libnsl/common/
H A Dllib-lnsl929 caddr_t argsp, xdrproc_t xres, caddr_t resp,
933 bool_t clnt_freeres(CLIENT *cl, xdrproc_t xres, caddr_t resp);