Searched defs:find_ctx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c7205 dprov_find_ctx_t *find_ctx; local
7211 find_ctx = kmem_zalloc(sizeof (dprov_find_ctx_t), KM_SLEEP);
7212 *taskq_req->dr_object_req.or_find_pp = find_ctx;
7227 find_ctx->fc_ids[find_ctx->fc_nids] = so_idx;
7228 find_ctx->fc_nids++;
7280 kmem_free(find_ctx, sizeof (dprov_find_ctx_t));
7290 find_ctx->fc_ids[find_ctx->fc_nids] = so_idx;
7291 find_ctx
7302 dprov_find_ctx_t *find_ctx = local
[all...]

Completed in 195 milliseconds