Searched refs:RQSTP (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_svcout.c | 49 static char RQSTP[] = "rqstp"; variable 389 RQSTP); in write_real_program() 394 RESULT, RQSTP); in write_real_program() 396 f_print(fout, "(argp, %s)\n", RQSTP); in write_real_program() 409 f_print(fout, "\tstruct svc_req *%s;\n", RQSTP); in write_real_program() 434 f_print(fout, "%s));\n}\n", RQSTP); in write_real_program() 455 f_print(fout, "(struct svc_req *%s, ", RQSTP); in write_program() 458 f_print(fout, "(%s, %s)\n", RQSTP, TRANSP); in write_program() 459 f_print(fout, " struct svc_req *%s;\n", RQSTP); in write_program() 548 f_print(fout, "\tswitch (%s->rq_proc) {\n", RQSTP); in write_program() [all …]
|
H A D | rpc_sample.c | 49 static char RQSTP[] = "rqstp"; variable 229 printarglist(proc, "result", RQSTP, "struct svc_req *"); in write_sample_server()
|