Home | History | Annotate | Download | only in gen-3200

Lines Matching defs:stat

49 #include <sys/stat.h>
89 #define LOC_GLUE_CHECK_RESULT(stat, ret_type) \
90 if (stat != RPC_SUCCESS) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
200 enum clnt_stat stat = RPC_SUCCESS;
202 stat = RPC_FUNC_VERSION(rpc_loc_open_, LOC_APIVERS)(&args, &rets, loc_api_clnt);
203 LOC_GLUE_CHECK_RESULT(stat, int32);
216 enum clnt_stat stat = RPC_SUCCESS;
218 stat = RPC_FUNC_VERSION(rpc_loc_close_, LOC_APIVERS)(&args, &rets, loc_api_clnt);
219 LOC_GLUE_CHECK_RESULT(stat, int32);
232 enum clnt_stat stat = RPC_SUCCESS;
234 stat = RPC_FUNC_VERSION(rpc_loc_start_fix_, LOC_APIVERS)(&args, &rets, loc_api_clnt);
235 LOC_GLUE_CHECK_RESULT(stat, int32);
248 enum clnt_stat stat = RPC_SUCCESS;
250 stat = RPC_FUNC_VERSION(rpc_loc_stop_fix_, LOC_APIVERS)(&args, &rets, loc_api_clnt);
251 LOC_GLUE_CHECK_RESULT(stat, int32);
319 enum clnt_stat stat = RPC_SUCCESS;
321 stat = RPC_FUNC_VERSION(rpc_loc_ioctl_, LOC_APIVERS)(&args, &rets, loc_api_clnt);
322 LOC_GLUE_CHECK_RESULT(stat, int32);
333 enum clnt_stat stat = RPC_SUCCESS;
335 stat = RPC_FUNC_VERSION(rpc_loc_api_null_, LOC_APIVERS)(NULL, &rets, loc_api_clnt);
336 LOC_GLUE_CHECK_RESULT(stat, int32);