Lines Matching refs:rpc
493 struct rpcent *rpc; local
557 rpc = getrpcbynumber(head->pml_map.pm_prog);
558 if (rpc)
559 (void) printf(" %s\n", rpc->r_name);
714 struct rpcent *rpc; local
847 rpc = getrpcbynumber(head->rpcb_map.r_prog);
848 if (rpc)
849 (void) printf(" %-10s", rpc->r_name);
921 rpc = getrpcbynumber(rs->prog);
922 if (rpc)
923 (void) printf(" %-11s", rpc->r_name);
946 struct rpcent *rpc; local
1038 rpc = getrpcbynumber(parms.r_prog);
1039 if (rpc)
1040 (void) printf(" %-13s", rpc->r_name);
1609 register struct rpcent *rpc; local
1615 rpc = getrpcbyname(arg);
1616 if (rpc == NULL) {
1621 prognum = rpc->r_number;
1767 struct rpcent *rpc; local
1775 rpc = getrpcbynumber(pr->prog);
1776 if (rpc)
1777 (void) printf("%-16s", rpc->r_name);
1800 register struct rpcent *rpc; local
1804 rpc = getrpcbynumber(al->prog);
1805 if (rpc)
1806 (void) printf("%-16s", rpc->r_name);