Searched defs:rqstp (Results 26 - 28 of 28) sorted by relevance

12

/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c103 rpcbproc_set_com(RPCB *regp, bool_t *result, struct svc_req *rqstp, argument
108 *result = map_set(regp, getowner(rqstp->rq_xprt, owner));
204 rpcbproc_unset_com(RPCB *regp, bool_t *result, struct svc_req *rqstp, argument
209 *result = map_unset(regp, getowner(rqstp->rq_xprt, owner));
331 rpcbproc_getaddr_com(RPCB *regp, char **result, struct svc_req *rqstp, argument
337 SVCXPRT *transp = rqstp->rq_xprt;
338 int verstype = rqstp->rq_proc == RPCBPROC_GETVERSADDR ? RPCB_ONEVERS :
450 struct svc_req *rqstp)
455 if (((nconf = rpcbind_get_conf(rqstp->rq_xprt->xp_netid)) == NULL) ||
473 struct svc_req *rqstp)
449 rpcbproc_uaddr2taddr_com(char **uaddrp, struct netbuf *result, struct svc_req *rqstp) argument
472 rpcbproc_taddr2uaddr_com(struct netbuf *taddr, char **result, struct svc_req *rqstp) argument
700 rpcbproc_callit_com(struct svc_req *rqstp, SVCXPRT *transp, ulong_t reply_type, int versnum) argument
[all...]
/illumos-gate/usr/src/cmd/lvm/rpc.metad/
H A Dmetad_svc_subr.c405 struct svc_req *rqstp)
411 if ((err = svc_init(rqstp, op_mode, ep)) < 0)
425 struct svc_req *rqstp)
427 return (mdrpc_flush_internal_common(args, res, rqstp));
432 struct svc_req *rqstp)
434 return (mdrpc_flush_internal_common(args, res, rqstp));
445 struct svc_req *rqstp /* RPC stuff */
453 if ((err = svc_init(rqstp, op_mode, ep)) < 0)
479 struct svc_req *rqstp /* RPC stuff */
513 retval = mdrpc_add_drv_sidenms_common(&v2_args, res, rqstp);
404 mdrpc_flush_internal_common(mdrpc_null_args *args, mdrpc_generic_res *res, struct svc_req *rqstp) argument
424 mdrpc_flush_internal_1_svc(mdrpc_null_args *args, mdrpc_generic_res *res, struct svc_req *rqstp) argument
431 mdrpc_flush_internal_2_svc(mdrpc_null_args *args, mdrpc_generic_res *res, struct svc_req *rqstp) argument
1172 mdrpc_addhosts_common( mdrpc_host_args *args, mdrpc_generic_res *res, struct svc_req *rqstp, int version ) argument
1702 mdrpc_del_drv_sidenms_common( mdrpc_sp_args *args, mdrpc_generic_res *res, struct svc_req *rqstp, int version ) argument
2197 mdrpc_delhosts_common( mdrpc_host_args *args, mdrpc_generic_res *res, struct svc_req *rqstp, int version ) argument
3764 mdrpc_stimeout_common( mdrpc_stimeout_args *args, mdrpc_generic_res *res, struct svc_req *rqstp, int version ) argument
4852 mdrpc_updmeds_common( mdrpc_updmeds_args *args, mdrpc_generic_res *res, struct svc_req *rqstp, int version ) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c714 mnt(struct svc_req *rqstp, SVCXPRT *transp) argument
716 switch (rqstp->rq_proc) {
724 (void) mount(rqstp);
732 umount(rqstp);
736 umountall(rqstp);
741 export(rqstp);
745 if (rqstp->rq_vers == MOUNTVERS_POSIX)
746 mnt_pathconf(rqstp);
795 mnt_pathconf(struct svc_req *rqstp) argument
802 transp = rqstp
1205 mount(struct svc_req *rqstp) argument
3118 umount(struct svc_req *rqstp) argument
3171 umountall(struct svc_req *rqstp) argument
[all...]

Completed in 465 milliseconds

12