Searched refs:v1_res (Results 1 – 1 of 1) sorted by relevance
1408 mdrpc_devinfo_res v1_res; in clnt_devinfo() local1416 (void) memset(&v1_res, 0, sizeof (v1_res)); in clnt_devinfo()1435 (void) mdstealerror(ep, &v1_res.status); in clnt_devinfo()1466 rval = mdrpc_devinfo_1(&v1_args, &v1_res, clntp); in clnt_devinfo()1475 (void) mdstealerror(ep, &v1_res.status); in clnt_devinfo()1494 *ret_dev = meta_expldev(v1_res.dev); in clnt_devinfo()1501 *ret_timestamp = v1_res.vtime; in clnt_devinfo()1508 xdr_free(xdr_mdrpc_devinfo_res, (char *)&v1_res); in clnt_devinfo()