/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | svid_funcs.c | 69 clnt_call(CLIENT *cl, uint32_t proc, xdrproc_t xargs, caddr_t argsp, in clnt_call() 77 clnt_send(CLIENT *cl, uint32_t proc, xdrproc_t xargs, caddr_t argsp) in clnt_send() 131 svc_freeargs(SVCXPRT *xprt, xdrproc_t xargs, char *argsp) in svc_freeargs() 137 svc_getargs(SVCXPRT *xprt, xdrproc_t xargs, char *argsp) in svc_getargs()
|
H A D | clnt_raw.c | 144 clnt_raw_call(CLIENT *h, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp, in clnt_raw_call() 228 clnt_raw_send(CLIENT *h, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp) in clnt_raw_send()
|
H A D | clnt_door.c | 175 clnt_door_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp, in clnt_door_call() 298 clnt_door_send(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp) in clnt_door_send()
|
H A D | clnt_bcast.c | 102 const rpcproc_t proc, const xdrproc_t xargs, caddr_t argsp, in rpc_broadcast_exp() 630 const xdrproc_t xargs, caddr_t argsp, xdrproc_t const xresults, in rpc_broadcast()
|
H A D | clnt_dg.c | 261 clnt_dg_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp, in clnt_dg_call() 621 clnt_dg_send(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp) in clnt_dg_send()
|
H A D | pmap_clnt.c | 196 rpcproc_t proc, xdrproc_t xdrargs, caddr_t argsp, xdrproc_t xdrres, in pmap_rmtcall()
|
/titanic_44/usr/src/lib/libbc/inc/include/rpc/ |
H A D | svc.h | 109 #define SVC_GETARGS(xprt, xargs, argsp) \ argument 111 #define svc_getargs(xprt, xargs, argsp) \ argument 119 #define SVC_FREEARGS(xprt, xargs, argsp) \ argument 121 #define svc_freeargs(xprt, xargs, argsp) \ argument
|
H A D | clnt.h | 139 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 141 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
|
/titanic_44/usr/src/cmd/priocntl/ |
H A D | fsspriocntl.c | 278 fss_priocntl(idtype_t idtype, id_t id, int cmd, char *clname, uintptr_t *argsp) in fss_priocntl() 295 uintptr_t *argsp = &args[0]; in set_fssprocs() local 416 uintptr_t *argsp = &args[0]; in exec_fsscmd() local
|
H A D | tspriocntl.c | 293 ts_priocntl(idtype_t idtype, id_t id, int cmd, char *clname, uintptr_t *argsp) in ts_priocntl() 311 uintptr_t *argsp = &args[0]; in set_tsprocs() local 432 uintptr_t *argsp = &args[0]; in exec_tscmd() local
|
H A D | iapriocntl.c | 313 ia_priocntl(idtype_t idtype, id_t id, int cmd, char *clname, uintptr_t *argsp) in ia_priocntl() 331 uintptr_t *argsp = &args[0]; in set_iaprocs() local 458 uintptr_t *argsp = &args[0]; in exec_iacmd() local
|
H A D | fxpriocntl.c | 342 fx_priocntl(idtype_t idtype, id_t id, int cmd, char *clname, uintptr_t *argsp) in fx_priocntl() 359 uintptr_t *argsp = &args[0]; in set_fxprocs() local 493 uintptr_t *argsp = &args[0]; in exec_fxcmd() local
|
H A D | rtpriocntl.c | 344 rt_priocntl(idtype_t idtype, id_t id, int cmd, char *clname, uintptr_t *argsp) in rt_priocntl() 363 uintptr_t *argsp = &args[0]; in set_rtprocs() local 482 uintptr_t *argsp = &args[0]; in exec_rtcmd() local
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_dispatch.c | 533 COMPOUND4args *argsp; in rfs4_minorvers_mismatch() local 567 rfs4_resource_err(struct svc_req *req, COMPOUND4args *argsp) in rfs4_resource_err()
|
H A D | nfs_subr.c | 828 rfs2call(mntinfo_t *mi, rpcproc_t which, xdrproc_t xdrargs, caddr_t argsp, in rfs2call() 874 rfs3call(mntinfo_t *mi, rpcproc_t which, xdrproc_t xdrargs, caddr_t argsp, in rfs3call() 934 rfscall(mntinfo_t *mi, rpcproc_t which, xdrproc_t xdrargs, caddr_t argsp, in rfscall() 1403 acl2call(mntinfo_t *mi, rpcproc_t which, xdrproc_t xdrargs, caddr_t argsp, in acl2call() 1439 acl3call(mntinfo_t *mi, rpcproc_t which, xdrproc_t xdrargs, caddr_t argsp, in acl3call() 1485 aclcall(mntinfo_t *mi, rpcproc_t which, xdrproc_t xdrargs, caddr_t argsp, in aclcall()
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | seg_kpm.c | 153 segkpm_create(struct seg *seg, void *argsp) in segkpm_create() 298 int segkpm_create(struct seg *seg, void *argsp) { return (0); } in segkpm_create()
|
H A D | seg_vn.h | 164 #define AS_MAP_CHECK_VNODE_LPOOB(crfp, argsp) \ argument 171 #define AS_MAP_CHECK_ANON_LPOOB(crfp, argsp) \ argument
|
/titanic_44/usr/src/uts/common/fs/autofs/ |
H A D | auto_subr.c | 243 auto_mount_thread(struct autofs_callargs *argsp) in auto_mount_thread() 302 struct autofs_callargs *argsp; in auto_new_mount_thread() local 329 void *argsp, in auto_calldaemon() 908 struct autofs_args *argsp; in auto_invalid_autofs() local 1008 struct autofs_args *argsp; in auto_perform_actions() local
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | clnt.h | 533 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 535 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument 549 #define CLNT_SEND(rh, proc, xargs, argsp) \ argument 551 #define clnt_send(rh, proc, xargs, argsp) \ argument
|
H A D | svc.h | 544 #define SVC_GETARGS(clone_xprt, xargs, argsp) \ argument 550 #define SVC_FREEARGS(clone_xprt, xargs, argsp) \ argument 601 #define SVC_GETARGS(xprt, xargs, argsp) \ argument 603 #define svc_getargs(xprt, xargs, argsp) \ argument 611 #define SVC_FREEARGS(xprt, xargs, argsp) \ argument 613 #define svc_freeargs(xprt, xargs, argsp) \ argument
|
/titanic_44/usr/src/cmd/gss/gssd/ |
H A D | gssd_proc.c | 2444 gsscred_name_to_unix_cred_1_svc(argsp, res, rqstp) in gsscred_name_to_unix_cred_1_svc() argument 2505 gsscred_expname_to_unix_cred_1_svc(argsp, res, rqstp) in gsscred_expname_to_unix_cred_1_svc() argument 2551 gss_get_group_info_1_svc(argsp, res, rqstp) in gss_get_group_info_1_svc() argument 2591 gss_get_kmod_1_svc(argsp, res, rqstp) in gss_get_kmod_1_svc() argument
|
/titanic_44/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_clnt.c | 108 xdrproc_t xargs, caddr_t argsp, xdrproc_t xres, in cl_call_sig() 2860 xdrproc_t xargs, caddr_t argsp, in rdc_clnt_call() 2922 xdrproc_t xargs, caddr_t argsp, in rdc_clnt_call_any() 2960 caddr_t argsp, xdrproc_t xres, caddr_t resp, in rdc_clnt_call_walk()
|
/titanic_44/usr/src/lib/cfgadm_plugins/scsi/SUNW,SPARC-Enterprise/common/ |
H A D | opl_dev_led.c | 308 prompt_t *argsp, in plat_dev_led()
|
/titanic_44/usr/src/stand/lib/fs/nfs/ |
H A D | clnt.h | 105 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
|
H A D | clnt_btcp.c | 283 caddr_t argsp, in clntbtcp_call()
|