ecb_ctx
ecb_ctx_t *ecb_ctx;
if ((ecb_ctx = kmem_zalloc(sizeof (ecb_ctx_t), kmflag)) == NULL)
if ((ecb_ctx = calloc(1, sizeof (ecb_ctx_t))) == NULL)
ecb_ctx->ecb_flags = ECB_MODE;
return (ecb_ctx);