Home
last modified time | relevance | path

Searched defs:argsp (Results 1 – 25 of 47) sorted by relevance

12

/titanic_51/usr/src/lib/libnsl/rpc/
H A Dsvid_funcs.c69 clnt_call(CLIENT *cl, uint32_t proc, xdrproc_t xargs, caddr_t argsp, in clnt_call() argument
77 clnt_send(CLIENT *cl, uint32_t proc, xdrproc_t xargs, caddr_t argsp) in clnt_send() argument
131 svc_freeargs(SVCXPRT *xprt, xdrproc_t xargs, char *argsp) in svc_freeargs() argument
137 svc_getargs(SVCXPRT *xprt, xdrproc_t xargs, char *argsp) in svc_getargs() argument
H A Dclnt_raw.c144 clnt_raw_call(CLIENT *h, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp, in clnt_raw_call() argument
228 clnt_raw_send(CLIENT *h, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp) in clnt_raw_send() argument
H A Dclnt_door.c175 clnt_door_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp, in clnt_door_call() argument
298 clnt_door_send(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp) in clnt_door_send() argument
H A Dclnt_bcast.c102 const rpcproc_t proc, const xdrproc_t xargs, caddr_t argsp, in rpc_broadcast_exp() argument
630 const xdrproc_t xargs, caddr_t argsp, xdrproc_t const xresults, in rpc_broadcast() argument
H A Dclnt_dg.c261 clnt_dg_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp, in clnt_dg_call() argument
621 clnt_dg_send(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp) in clnt_dg_send() argument
H A Dpmap_clnt.c196 rpcproc_t proc, xdrproc_t xdrargs, caddr_t argsp, xdrproc_t xdrres, in pmap_rmtcall() argument
/titanic_51/usr/src/lib/libbc/inc/include/rpc/
H A Dsvc.h109 #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 Dclnt.h139 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
141 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
/titanic_51/usr/src/cmd/priocntl/
H A Dfsspriocntl.c278 fss_priocntl(idtype_t idtype, id_t id, int cmd, char *clname, uintptr_t *argsp) in fss_priocntl() argument
295 uintptr_t *argsp = &args[0]; in set_fssprocs() local
416 uintptr_t *argsp in exec_fsscmd() local
[all...]
H A Dtspriocntl.c293 ts_priocntl(idtype_t idtype, id_t id, int cmd, char *clname, uintptr_t *argsp) in ts_priocntl() argument
311 uintptr_t *argsp = &args[0]; in set_tsprocs() local
432 uintptr_t *argsp in exec_tscmd() local
[all...]
H A Diapriocntl.c313 ia_priocntl(idtype_t idtype, id_t id, int cmd, char *clname, uintptr_t *argsp) in ia_priocntl() argument
331 uintptr_t *argsp = &args[0]; in set_iaprocs() local
458 uintptr_t *argsp = &args[0]; exec_iacmd() local
[all...]
H A Dfxpriocntl.c342 fx_priocntl(idtype_t idtype, id_t id, int cmd, char *clname, uintptr_t *argsp) in fx_priocntl() argument
359 uintptr_t *argsp in set_fxprocs() local
493 uintptr_t *argsp = &args[0]; exec_fxcmd() local
[all...]
H A Drtpriocntl.c344 rt_priocntl(idtype_t idtype, id_t id, int cmd, char *clname, uintptr_t *argsp) in rt_priocntl() argument
363 uintptr_t *argsp in set_rtprocs() local
482 uintptr_t *argsp = &args[0]; exec_rtcmd() local
[all...]
/titanic_51/usr/src/uts/common/fs/nfs/
H A Dnfs4_dispatch.c533 COMPOUND4args *argsp; in rfs4_minorvers_mismatch() local
567 rfs4_resource_err(struct svc_req *req, COMPOUND4args *argsp) in rfs4_resource_err() argument
[all...]
H A Dnfs_subr.c828 rfs2call(mntinfo_t *mi, rpcproc_t which, xdrproc_t xdrargs, caddr_t argsp, in rfs2call() argument
874 rfs3call(mntinfo_t *mi, rpcproc_t which, xdrproc_t xdrargs, caddr_t argsp, in rfs3call() argument
934 rfscall(mntinfo_t *mi, rpcproc_t which, xdrproc_t xdrargs, caddr_t argsp, in rfscall() argument
1403 acl2call(mntinfo_t *mi, rpcproc_t which, xdrproc_t xdrargs, caddr_t argsp, in acl2call() argument
1439 acl3call(mntinfo_t * mi,rpcproc_t which,xdrproc_t xdrargs,caddr_t argsp,xdrproc_t xdrres,caddr_t resp,cred_t * cr,int * douprintf,nfsstat3 * statusp,int flags,failinfo_t * fi) acl3call() argument
1485 aclcall(mntinfo_t * mi,rpcproc_t which,xdrproc_t xdrargs,caddr_t argsp,xdrproc_t xdrres,caddr_t resp,cred_t * icr,int * douprintf,int flags,failinfo_t * fi) aclcall() argument
[all...]
/titanic_51/usr/src/uts/common/vm/
H A Dseg_kpm.c153 segkpm_create(struct seg *seg, void *argsp) in segkpm_create() argument
298 int segkpm_create(struct seg *seg, void *argsp) { return (0); } in segkpm_create() argument
H A Dseg_vn.h164 #define AS_MAP_CHECK_VNODE_LPOOB(crfp, argsp) \ argument
171 #define AS_MAP_CHECK_ANON_LPOOB(crfp, argsp) \ argument
/titanic_51/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c243 auto_mount_thread(struct autofs_callargs *argsp) in auto_mount_thread() argument
302 struct autofs_callargs *argsp; auto_new_mount_thread() local
329 auto_calldaemon(zoneid_t zoneid,int which,xdrproc_t xarg_func,void * argsp,xdrproc_t xresp_func,void * resp,int reslen,bool_t hard) auto_calldaemon() argument
908 struct autofs_args *argsp; auto_invalid_autofs() local
1008 struct autofs_args *argsp; auto_perform_actions() local
[all...]
/titanic_51/usr/src/cmd/gss/gssd/
H A Dgssd_proc.c2444 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, re argument
2551 gss_get_group_info_1_svc(argsp,res,rqstp) gss_get_group_info_1_svc() argument
2591 gss_get_kmod_1_svc(argsp,res,rqstp) gss_get_kmod_1_svc() argument
[all...]
/titanic_51/usr/src/uts/common/rpc/
H A Dclnt.h533 #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 clnt_send(rh,proc,xargs,argsp) global() argument
[all...]
H A Dsvc.h544 #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 svc_freeargs(xprt,xargs,argsp) global() argument
[all...]
/titanic_51/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
2860 xdrproc_t xargs, caddr_t argsp, in rdc_clnt_call() argument
2922 xdrproc_t xargs, caddr_t argsp, in rdc_clnt_call_any() argument
2960 caddr_t argsp, xdrproc_t xres, caddr_t resp, in rdc_clnt_call_walk() argument
/titanic_51/usr/src/lib/cfgadm_plugins/scsi/SUNW,SPARC-Enterprise/common/
H A Dopl_dev_led.c308 prompt_t *argsp, in plat_dev_led() argument
/titanic_51/usr/src/stand/lib/fs/nfs/
H A Dclnt.h105 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
H A Dclnt_btcp.c283 caddr_t argsp, in clntbtcp_call() argument

12