Searched refs:RQSTP (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_svcout.c49 static char RQSTP[] = "rqstp"; variable
388 RQSTP);
393 RESULT, RQSTP);
395 f_print(fout, "(argp, %s)\n", RQSTP);
408 f_print(fout, "\tstruct svc_req *%s;\n", RQSTP);
433 f_print(fout, "%s));\n}\n", RQSTP);
454 f_print(fout, "(struct svc_req *%s, ", RQSTP);
457 f_print(fout, "(%s, %s)\n", RQSTP, TRANSP);
458 f_print(fout, " struct svc_req *%s;\n", RQSTP);
547 f_print(fout, "\tswitch (%s->rq_proc) {\n", RQSTP);
[all...]
H A Drpc_sample.c49 static char RQSTP[] = "rqstp"; variable
229 printarglist(proc, "result", RQSTP, "struct svc_req *");

Completed in 45 milliseconds