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

Lines Matching refs:rets

199     rpc_loc_open_rets rets;
202 stat = RPC_FUNC_VERSION(rpc_loc_open_, /* LOC_APIVERS */ 0x00040001)(&args, &rets, loc_api_clnt);
205 return (rpc_loc_client_handle_type) rets.loc_open_result;
215 rpc_loc_close_rets rets;
218 stat = RPC_FUNC_VERSION(rpc_loc_close_, /* LOC_APIVERS */ 0x00040001)(&args, &rets, loc_api_clnt);
221 return (int32) rets.loc_close_result;
231 rpc_loc_start_fix_rets rets;
234 stat = RPC_FUNC_VERSION(rpc_loc_start_fix_, /* LOC_APIVERS */ 0x00040001)(&args, &rets, loc_api_clnt);
237 return (int32) rets.loc_start_fix_result;
247 rpc_loc_stop_fix_rets rets;
250 stat = RPC_FUNC_VERSION(rpc_loc_stop_fix_, /* LOC_APIVERS */ 0x00040001)(&args, &rets, loc_api_clnt);
253 return (int32) rets.loc_stop_fix_result;
318 rpc_loc_ioctl_rets rets;
321 stat = RPC_FUNC_VERSION(rpc_loc_ioctl_, /* LOC_APIVERS */ 0x00040001)(&args, &rets, loc_api_clnt);
324 return (int32) rets.loc_ioctl_result;
332 int32 rets;
335 stat = RPC_FUNC_VERSION(rpc_loc_api_null_, LOC_APIVERS)(NULL, &rets, loc_api_clnt);
338 return (int32) rets;