Lines Matching defs:prog

93 static CLIENT	*clnt_com_create(/* struct sockaddr_in *addr, long prog,
106 long prog, long vers*/);
133 #define RPCBADDRLIST 10 /* dump addr list about one prog */
147 ulong_t prog;
343 clnt_com_create(addr, prog, vers, fdp, trans)
345 ulong_t prog;
353 clnt = clnttcp_create(addr, prog, vers, fdp, 0, 0);
359 clnt = clntudp_create(addr, prog, vers, to, fdp);
364 (void) printf("program %lu is not available\n", prog);
368 prog, vers);
857 if (head->rpcb_map.r_prog == rs->prog)
872 rs->prog = head->rpcb_map.r_prog;
888 (void) printf("%10ld ", rs->prog);
921 rpc = getrpcbynumber(rs->prog);
1292 * Delete registeration for this (prog, vers, netid)
1316 "rpcinfo: Could not delete registration for prog %s version %s\n",
1327 clnt_addr_create(address, nconf, prog, vers)
1330 ulong_t prog;
1352 client = clnt_tli_create(fd, nconf, nbuf, prog, vers, 0, 0);
1361 * If the version number is given, ping that (prog, vers); else try to find
1362 * the version numbers supported for that prog and ping all the versions.
1470 * If the version number is given, ping that (prog, vers); else try to find
1471 * the version numbers supported for that prog and ping all the versions.
1657 pstatus(client, prog, vers)
1659 ulong_t prog;
1668 prog, vers);
1672 prog, vers);
1771 "prog\t\tvers\tproc\tnetid\tindirect success failure\n");
1773 (void) printf("prog\t\tvers\tproc\tnetid\tsuccess\tfailure\n");
1775 rpc = getrpcbynumber(pr->prog);
1780 (void) printf("%-16u", pr->prog);
1783 (void) printf("%-16lu", pr->prog);
1802 (void) printf("prog\t\tvers\tnetid\t success\tfailure\n");
1804 rpc = getrpcbynumber(al->prog);
1809 (void) printf("%-16u", al->prog);
1812 (void) printf("%-16lu", al->prog);