Searched refs:rqstp (Results 26 - 47 of 47) sorted by relevance

12

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypsym.h130 extern void ypmatch(SVCXPRT *transp, struct svc_req *rqstp);
138 extern void ypoldmatch(SVCXPRT *transp, struct svc_req *rqstp);
H A Dyppush.c242 static void listener_dispatch(struct svc_req *rqstp, SVCXPRT *transp);
856 listener_dispatch(struct svc_req *rqstp, SVCXPRT *transp) argument
858 switch (rqstp->rq_proc) {
H A Dypserv_proc.c194 ypmatch(SVCXPRT *transp, struct svc_req *rqstp) argument
277 rqstp->rq_xprt, &req,
981 ypoldmatch(SVCXPRT *transp, struct svc_req *rqstp) argument
1069 resolv_tp, rqstp->rq_xprt,
H A Dyp_b_subr.c829 ypbindproc_setdom_3(argp, rqstp, transp)
831 struct svc_req *rqstp;
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drwall_subr.c62 wallproc_wall_1_svc(wrapstring *argp, void *res, struct svc_req *rqstp) argument
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c227 dispatch(rqstp, transp)
228 register struct svc_req *rqstp;
234 switch (rqstp->rq_proc) {
243 getquota(rqstp, transp);
310 getquota(rqstp, transp)
311 register struct svc_req *rqstp;
330 if (rqstp->rq_cred.oa_flavor != AUTH_UNIX ||
331 (((authp) rqstp->rq_clntcred)->aup_uid != 0 &&
332 ((authp) rqstp->rq_clntcred)->aup_uid != (uid_t)gqa.gqa_uid)) {
354 (rqstp
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dexportlist.c69 export(struct svc_req *rqstp) argument
82 transp = rqstp->rq_xprt;
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...]
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_local.h77 extern int med_init(struct svc_req *rqstp, int amode,
/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/idmap/idmapd/
H A Dserver.c87 idmap_null_1_svc(void *result, struct svc_req *rqstp) argument
182 idmap_ids_res *result, struct svc_req *rqstp)
651 idmap_mappings_res *result, struct svc_req *rqstp)
802 struct svc_req *rqstp)
875 verify_rules_auth(struct svc_req *rqstp) argument
882 if (svc_getcallerucred(rqstp->rq_xprt, &uc) != 0) {
925 struct svc_req *rqstp)
936 if (verify_rules_auth(rqstp) < 0) {
1116 idmap_mappings_res *result, struct svc_req *rqstp)
1162 &batch_result, rqstp);
181 idmap_get_mapped_ids_1_svc(idmap_mapping_batch batch, idmap_ids_res *result, struct svc_req *rqstp) argument
650 idmap_list_mappings_1_svc(int64_t lastrowid, uint64_t limit, int32_t flag, idmap_mappings_res *result, struct svc_req *rqstp) argument
800 idmap_list_namerules_1_svc(idmap_namerule rule, uint64_t lastrowid, uint64_t limit, idmap_namerules_res *result, struct svc_req *rqstp) argument
924 idmap_update_1_svc(idmap_update_batch batch, idmap_update_res *res, struct svc_req *rqstp) argument
1115 idmap_get_mapped_id_by_name_1_svc(idmap_mapping request, idmap_mappings_res *result, struct svc_req *rqstp) argument
1196 idmap_get_prop_1_svc(idmap_prop_type request, idmap_prop_res *result, struct svc_req *rqstp) argument
1295 idmap_flush_1_svc( idmap_flush_op op, idmap_retcode *result, struct svc_req *rqstp) argument
[all...]
H A Dadspriv_impl.c69 adspriv_null_1_svc(void *result, struct svc_req *rqstp) argument
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c194 sm_prog_1(struct svc_req *rqstp, SVCXPRT *transp) argument
220 if (rqstp->rq_prog == NSM_ADDR_PROGRAM) {
221 switch (rqstp->rq_proc) {
239 switch (rqstp->rq_proc) {
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c1072 keyprogram(rqstp, transp)
1073 struct svc_req *rqstp;
1119 switch (rqstp->rq_proc) {
1287 if (!get_auth(transp, rqstp, &uid)) {
1320 get_auth(trans, rqstp, uid)
1322 struct svc_req *rqstp;
1335 if (rqstp->rq_cred.oa_flavor == AUTH_SYS ||
1336 rqstp->rq_cred.oa_flavor == AUTH_LOOPBACK) {
1338 *uid = ((struct authunix_parms *)rqstp->rq_clntcred)->aup_uid;
/illumos-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_commd_server.c2192 mdmn_send_svc_2(md_mn_msg_t *omsg, struct svc_req *rqstp) argument
2196 SVCXPRT *transp = rqstp->rq_xprt;
2329 if (check_license(rqstp, 0) == FALSE) {
2372 mdmn_work_svc_2(md_mn_msg_t *omsg, struct svc_req *rqstp) argument
2431 if (check_license(rqstp, msg->msg_sender) == FALSE) {
2524 mdmn_wakeup_initiator_svc_2(md_mn_result_t *res, struct svc_req *rqstp) argument
2565 if (check_license(rqstp, res->mmr_sender) == FALSE) {
2627 mdmn_wakeup_master_svc_2(md_mn_result_t *ores, struct svc_req *rqstp) argument
2675 if (check_license(rqstp, res->mmr_sender) == FALSE) {
2761 mdmn_comm_lock_svc_2(md_mn_set_and_class_t *msc, struct svc_req *rqstp) argument
2817 mdmn_comm_unlock_svc_2(md_mn_set_and_class_t *msc, struct svc_req *rqstp) argument
2907 mdmn_comm_suspend_svc_2(md_mn_set_and_class_t *msc, struct svc_req *rqstp) argument
3022 mdmn_comm_resume_svc_2(md_mn_set_and_class_t *msc, struct svc_req *rqstp) argument
3124 mdmn_comm_reinit_set_svc_2(set_t *setnop, struct svc_req *rqstp) argument
3199 mdmn_comm_msglock_svc_2(md_mn_type_and_lock_t *mmtl, struct svc_req *rqstp) argument
[all...]
H A Dmdmn_subr.h161 extern bool_t check_license(struct svc_req *rqstp, md_mn_nodeid_t chknid);
H A Dmdmn_subr.c709 * check_license(rqstp, chknid)
722 check_license(struct svc_req *rqstp, md_mn_nodeid_t chknid) argument
731 ca = (struct sockaddr *)(void *)svc_getrpccaller(rqstp->rq_xprt)->buf;
/illumos-gate/usr/src/cmd/rexd/
H A Drpc.rexd.c116 void dorex(struct svc_req *rqstp, SVCXPRT *transp);
407 dorex(rqstp, transp)
408 struct svc_req *rqstp;
491 switch (rqstp->rq_proc) {
519 if (rqstp->rq_cred.oa_flavor == AUTH_DES) {
521 unix_cred = authdes_to_unix(rqstp->rq_clntcred);
523 } else if (rqstp->rq_cred.oa_flavor == AUTH_UNIX) {
531 (struct authunix_parms *)rqstp->rq_clntcred;
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.h559 void nlm_prog_3(struct svc_req *rqstp, SVCXPRT *transp);
560 void nlm_prog_4(struct svc_req *rqstp, SVCXPRT *transp);
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.c70 static void boilerplate(struct svc_req *rqstp, SVCXPRT *transp);
536 boilerplate(struct svc_req *rqstp, SVCXPRT *transp) argument
538 switch (rqstp->rq_proc) {
/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_local.h171 extern int mhd_init(struct svc_req *rqstp, int amode,
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_proc.c132 struct svc_req *rqstp)
216 struct svc_req *rqstp)
130 kwarn_add_warning_1_svc(kwarn_add_warning_arg *argp, kwarn_add_warning_res *res, struct svc_req *rqstp) argument
214 kwarn_del_warning_1_svc(kwarn_del_warning_arg *argp, kwarn_del_warning_res *res, struct svc_req *rqstp) argument

Completed in 119 milliseconds

12