Home
last modified time | relevance | path

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

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