Searched refs:ses_eltmap (Results 1 – 1 of 1) sorted by relevance
139 uchar_t *ses_eltmap; member342 cc->ses_eltmap = kmem_zalloc(ntype, KM_SLEEP); in ses_getconfig()345 cc->ses_eltmap == NULL) { in ses_getconfig()355 if (cc->ses_eltmap) { in ses_getconfig()356 kmem_free(cc->ses_eltmap, ntype); in ses_getconfig()357 cc->ses_eltmap = NULL; in ses_getconfig()376 cc->ses_eltmap[i] = thdr.enc_maxelt; in ses_getconfig()403 if (cc->ses_eltmap && cc->ses_ntypes) { in ses_softc_init()404 kmem_free(cc->ses_eltmap, cc->ses_ntypes); in ses_softc_init()405 cc->ses_eltmap = NULL; in ses_softc_init()[all …]