Home
last modified time | relevance | path

Searched refs:rpc_res (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_kapi.c1191 idmap_ids_res rpc_res; in kidmap_get_mappings() local
1210 bzero(&rpc_res, sizeof (idmap_ids_res)); in kidmap_get_mappings()
1217 (caddr_t)&rpc_res) != 0) { in kidmap_get_mappings()
1223 status = rpc_res.retcode; in kidmap_get_mappings()
1226 xdr_free(xdr_idmap_ids_res, (char *)&rpc_res); in kidmap_get_mappings()
1234 if (i >= rpc_res.ids.ids_len) { in kidmap_get_mappings()
1251 *result->stat = rpc_res.ids.ids_val[i].retcode; in kidmap_get_mappings()
1253 id = &rpc_res.ids.ids_val[i].id; in kidmap_get_mappings()
1254 direction = rpc_res.ids.ids_val[i].direction; in kidmap_get_mappings()
1351 xdr_free(xdr_idmap_ids_res, (char *)&rpc_res); in kidmap_get_mappings()