Searched refs:ses_eltmap (Results 1 – 1 of 1) sorted by relevance
138 uchar_t *ses_eltmap; member341 cc->ses_eltmap = kmem_zalloc(ntype, KM_SLEEP); in ses_getconfig()344 cc->ses_eltmap == NULL) { in ses_getconfig()354 if (cc->ses_eltmap) { in ses_getconfig()355 kmem_free(cc->ses_eltmap, ntype); in ses_getconfig()356 cc->ses_eltmap = NULL; in ses_getconfig()375 cc->ses_eltmap[i] = thdr.enc_maxelt; in ses_getconfig()402 if (cc->ses_eltmap && cc->ses_ntypes) { in ses_softc_init()403 kmem_free(cc->ses_eltmap, cc->ses_ntypes); in ses_softc_init()404 cc->ses_eltmap = NULL; in ses_softc_init()[all …]