Searched refs:brpc_call (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dbrpc.h42 extern enum clnt_stat brpc_call(rpcprog_t, rpcvers_t, rpcproc_t, xdrproc_t,
H A Dpmap.c364 status = brpc_call((rpcprog_t)PMAPPROG, (rpcvers_t)PMAPVERS,
394 status = brpc_call((rpcprog_t)RPCBPROG, (rpcvers_t)RPCBVERS,
455 *rpc_stat = brpc_call(PMAPPROG, PMAPVERS, PMAPPROC_GETPORT,
481 *rpc_stat = brpc_call(RPCBPROG, RPCBVERS, RPCBPROC_GETADDR,
H A Dbootparams.c272 stat = brpc_call((rpcprog_t)BOOTPARAMPROG, (rpcvers_t)BOOTPARAMVERS,
H A Dmount.c155 status = brpc_call((rpcprog_t)MOUNTPROG, (rpcvers_t)MOUNTVERS,
336 status = brpc_call((rpcprog_t)MOUNTPROG, (rpcvers_t)MOUNTVERS3,
H A Drpc.c183 * our version of brpc_call(). We cache in portnumber in to->sin_port for
188 brpc_call( function
289 dprintf("brpc_call: cannot setup rpc header.\n");
308 dprintf("brpc_call: Unsupported authentication type: %d\n",
378 dprintf("brpc_call: xid: 0x%x != 0x%x\n",
452 dprintf("brpc_call: from: %s, error: ",

Completed in 61 milliseconds