Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/idmap/
H A Didmap_kapi.c1190 idmap_ids_res rpc_res; in kidmap_get_mappings() local
1209 bzero(&rpc_res, sizeof (idmap_ids_res)); in kidmap_get_mappings()
1216 (caddr_t)&rpc_res) != 0) { in kidmap_get_mappings()
1222 status = rpc_res.retcode; in kidmap_get_mappings()
1225 xdr_free(xdr_idmap_ids_res, (char *)&rpc_res); in kidmap_get_mappings()
1233 if (i >= rpc_res.ids.ids_len) { in kidmap_get_mappings()
1250 *result->stat = rpc_res.ids.ids_val[i].retcode; in kidmap_get_mappings()
1252 id = &rpc_res.ids.ids_val[i].id; in kidmap_get_mappings()
1253 direction = rpc_res.ids.ids_val[i].direction; in kidmap_get_mappings()
1344 xdr_free(xdr_idmap_ids_res, (char *)&rpc_res); in kidmap_get_mappings()