Home
last modified time | relevance | path

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

/dragonfly/usr.bin/rpcgen/
H A Drpc_svcout.c43 static char RQSTP[] = "rqstp"; variable
342 RESULT, RQSTP); in write_real_program()
346 RQSTP); in write_real_program()
363 f_print(fout, "%s));\n}\n", RQSTP); in write_real_program()
382 f_print(fout, "(struct svc_req *%s, ", RQSTP); in write_program()
448 f_print(fout, "\tswitch (%s->rq_proc) {\n", RQSTP); in write_program()
500 RESULT, ROUTINE, ARG, RQSTP); in write_program()
503 RETVAL, ROUTINE, ARG, RESULT, RQSTP); in write_program()
H A Drpc_sample.c44 static char RQSTP[] = "rqstp"; variable
198 printarglist(proc, "result", RQSTP, "struct svc_req *"); in write_sample_server()