Lines Matching defs:transp
714 mnt(struct svc_req *rqstp, SVCXPRT *transp)
719 if (!svc_sendreply(transp, xdr_void, (char *)0))
720 log_cant_reply(transp);
728 mntlist_send(transp);
748 svcerr_noproc(transp);
752 svcerr_noproc(transp);
777 log_cant_reply(SVCXPRT *transp)
783 cln_init(&cln, transp);
797 SVCXPRT *transp;
802 transp = rqstp->rq_xprt;
806 if (!svc_getargs(transp, xdr_dirpath, (caddr_t)&path)) {
807 svcerr_decode(transp);
850 if (!svc_sendreply(transp, xdr_ppathcnf, (char *)&p))
851 log_cant_reply(transp);
853 svc_freeargs(transp, xdr_dirpath, (caddr_t)&path);
986 enqueue_logging_data(char *host, SVCXPRT *transp, char *path,
1007 lq->ld_netid = strdup(transp->xp_netid);
1015 nb = svc_getrpccaller(transp);
1072 cln_init_common(struct cln *cln, SVCXPRT *transp, char *netid,
1075 if ((cln->transp = transp) != NULL) {
1077 cln->netid = transp->xp_netid;
1078 cln->nbuf = svc_getrpccaller(transp);
1092 cln_init(struct cln *cln, SVCXPRT *transp)
1094 cln_init_common(cln, transp, NULL, NULL);
1207 SVCXPRT *transp;
1224 transp = rqstp->rq_xprt;
1228 if (!svc_getargs(transp, xdr_dirpath, (caddr_t)&path)) {
1229 svcerr_decode(transp);
1233 cln_init(&cln, transp);
1435 if (!svc_sendreply(transp, xdr_fhstatus, (char *)&fhs))
1452 if (!svc_sendreply(transp, xdr_mountres3, (char *)&mountres3))
1471 enqueued = enqueue_logging_data(host, transp, path, rpath,
1486 svc_freeargs(transp, xdr_dirpath, (caddr_t)&path);
3102 SVCXPRT *transp;
3105 transp = rqstp->rq_xprt;
3107 if (!svc_getargs(transp, xdr_dirpath, (caddr_t)&path)) {
3108 svcerr_decode(transp);
3112 cln_init(&cln, transp);
3115 if (!svc_sendreply(transp, xdr_void, (char *)NULL))
3124 svc_freeargs(transp, xdr_dirpath, (caddr_t)&path);
3144 svc_freeargs(transp, xdr_dirpath, (caddr_t)&path);
3153 SVCXPRT *transp;
3157 transp = rqstp->rq_xprt;
3158 if (!svc_getargs(transp, xdr_void, NULL)) {
3159 svcerr_decode(transp);
3168 svcerr_systemerr(transp);
3170 cln_init(&cln, transp);