Searched refs:RQSTP (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/rpcgen/ |
H A D | rpc_svcout.c | 40 static char RQSTP[] = "rqstp"; variable 348 RESULT, RQSTP); in write_real_program() 354 RQSTP); in write_real_program() 371 f_print(fout, "%s));\n}\n", RQSTP); in write_real_program() 391 f_print(fout, "(struct svc_req *%s, ", RQSTP); in write_program() 460 f_print(fout, "\tswitch (%s->rq_proc) {\n", RQSTP); in write_program() 512 RESULT, ROUTINE, ARG, RQSTP); in write_program() 515 RETVAL, ROUTINE, ARG, RESULT, RQSTP); in write_program()
|
H A D | rpc_sample.c | 42 static char RQSTP[] = "rqstp"; variable 201 printarglist(proc, "result", RQSTP, "struct svc_req *"); in write_sample_server()
|