Lines Matching defs:stat
83 enum clnt_stat stat;
130 stat = bpmap_rmtcall((rpcprog_t)BOOTPARAMPROG,
135 if (stat == RPC_TIMEDOUT && !printed_waiting_msg) {
146 } while (stat == RPC_TIMEDOUT);
148 if (stat != RPC_SUCCESS) {
149 dprintf("whoami RPC call failed with rpc status: %d\n", stat);
221 enum clnt_stat stat;
272 stat = brpc_call((rpcprog_t)BOOTPARAMPROG, (rpcvers_t)BOOTPARAMVERS,
277 if (stat == RPC_TIMEDOUT) {
296 stat = bpmap_rmtcall((rpcprog_t)BOOTPARAMPROG,
303 if (stat == RPC_SUCCESS) {
318 if (stat == RPC_TIMEDOUT && !printed_waiting_msg) {
330 } while (stat == RPC_TIMEDOUT);
333 if (stat == RPC_SUCCESS) {