HomeSort by: relevance | last modified time | path
    Searched defs:RQSTP (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/rpcgen/
rpc_sample.c 55 static char RQSTP[] = "rqstp";
203 printarglist(proc, "result", RQSTP, "struct svc_req *");
rpc_svcout.c 54 static char RQSTP[] = "rqstp";
323 f_print(fout, "struct svc_req *%s)\n", RQSTP);
335 f_print(fout, "%s));\n}\n", RQSTP);
354 f_print(fout, "(struct svc_req *%s, ", RQSTP);
374 f_print(fout, "(struct svc_req *%s, ", RQSTP);
438 f_print(fout, "\tswitch (%s->rq_proc) {\n", RQSTP);
485 ROUTINE, ARG, RESULT, RQSTP);
488 RESULT, ROUTINE, ARG, RQSTP);

Completed in 76 milliseconds