Searched refs:cl_geterr (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/lib/libbc/inc/include/rpc/ |
H A D | clnt.h | 112 void (*cl_geterr)(); /* get specific error code */ member 157 #define CLNT_GETERR(rh, errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) 158 #define clnt_geterr(rh, errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
|
/titanic_50/usr/src/stand/lib/fs/nfs/ |
H A D | clnt.h | 73 void (*cl_geterr)(struct __client *, member 120 #define CLNT_GETERR(rh, errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
|
H A D | clnt_btcp.c | 528 ops.cl_geterr = clntbtcp_geterr; in clntbtcp_ops()
|
H A D | clnt_budp.c | 482 ops.cl_geterr = clntbudp_geterr; in clntbudp_ops()
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | clnt.h | 144 void (*cl_geterr)(struct __client *, member 165 void (*cl_geterr)(); /* get specific error code */ 568 #define CLNT_GETERR(rh, errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) 569 #define clnt_geterr(rh, errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | svid_funcs.c | 103 (*(cl)->cl_ops->cl_geterr)(cl, errp); in clnt_geterr()
|
H A D | clnt_raw.c | 323 ops.cl_geterr = clnt_raw_geterr; in clnt_raw_ops()
|
H A D | clnt_door.c | 449 ops.cl_geterr = clnt_door_geterr; in clnt_door_ops()
|
H A D | clnt_dg.c | 892 ops.cl_geterr = clnt_dg_geterr; in clnt_dg_ops()
|
H A D | clnt_vc.c | 1441 ops.cl_geterr = clnt_vc_geterr; in clnt_vc_ops()
|
/titanic_50/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 480 ops.cl_geterr = clnttcp_geterr; in clnttcp_ops()
|
H A D | clnt_udp.c | 525 ops.cl_geterr = clntudp_geterr; in clntudp_ops()
|