Symbol: RESULT
sys/arch/luna68k/dev/xpcmd.c
76
xp_writemem8(addr + RESULT, 0);
sys/arch/luna68k/dev/xpcmd.c
91
xp_writemem8(addr + RESULT, 0);
sys/arch/luna68k/dev/xpcmd.c
93
while ((rv = xp_readmem8(addr + RESULT)) == 0)
usr.bin/rpcgen/rpc_clntout.c
193
f_print(fout, "%s;\n", RESULT);
usr.bin/rpcgen/rpc_clntout.c
198
ampr(proc->res_type), RESULT, RESULT);
usr.bin/rpcgen/rpc_clntout.c
205
stringfix(proc->res_type), RESULT);
usr.bin/rpcgen/rpc_clntout.c
212
RESULT);
usr.bin/rpcgen/rpc_clntout.c
226
stringfix(proc->res_type), RESULT);
usr.bin/rpcgen/rpc_clntout.c
232
ampr(proc->res_type), RESULT);
usr.bin/rpcgen/rpc_clntout.c
242
stringfix(proc->res_type), RESULT);
usr.bin/rpcgen/rpc_clntout.c
251
ampr(proc->res_type), RESULT);
usr.bin/rpcgen/rpc_clntout.c
259
ampr(proc->res_type), RESULT);
usr.bin/rpcgen/rpc_clntout.c
262
ampr(proc->res_type), RESULT);
usr.bin/rpcgen/rpc_clntout.c
62
static char RESULT[] = "clnt_res";
usr.bin/rpcgen/rpc_clntout.c
99
printarglist(proc, RESULT, "clnt", "CLIENT *");
usr.bin/rpcgen/rpc_svcout.c
417
f_print(fout, "\t} %s;\n", RESULT);
usr.bin/rpcgen/rpc_svcout.c
420
f_print(fout, "\tchar *%s;\n", RESULT);
usr.bin/rpcgen/rpc_svcout.c
422
f_print(fout, "\txdrproc_t xdr_%s, xdr_%s;\n", ARG, RESULT);
usr.bin/rpcgen/rpc_svcout.c
453
p_xdrfunc(RESULT, proc->res_type);
usr.bin/rpcgen/rpc_svcout.c
485
ROUTINE, ARG, RESULT, RQSTP);
usr.bin/rpcgen/rpc_svcout.c
488
RESULT, ROUTINE, ARG, RQSTP);
usr.bin/rpcgen/rpc_svcout.c
492
TRANSP, RESULT, RESULT);
usr.bin/rpcgen/rpc_svcout.c
496
RESULT, TRANSP, RESULT, RESULT);
usr.bin/rpcgen/rpc_svcout.c
511
TRANSP, RESULT, RESULT);
usr.bin/rpcgen/rpc_svcout.c
57
static char RESULT[] = "result";