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

/illumos-gate/usr/src/uts/common/os/
H A Dkcpc.c1871 kcpc_ctx_t **ctx_ptrs; local
1887 ctx_ptrs = kmem_zalloc(nctx_ptrs * sizeof (kcpc_ctx_t *), kmem_flags);
1888 if (ctx_ptrs == NULL)
1982 ctx_ptrs[nctx] = ctx;
2014 bcopy(ctx_ptrs, new,
2021 kmem_free(ctx_ptrs, nctx_ptrs * sizeof (kcpc_ctx_t *));
2022 ctx_ptrs = new;
2031 kmem_free(ctx_ptrs, nctx_ptrs * sizeof (kcpc_ctx_t *));
2037 *ctx_ptr_array = ctx_ptrs;

Completed in 63 milliseconds