Home
last modified time | relevance | path

Searched refs:ses_typidx (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dses_ses.c132 struct typidx *ses_typidx; member
339 cc->ses_typidx = (struct typidx *) in ses_getconfig()
344 if (ssc->ses_objmap == NULL || cc->ses_typidx == NULL || in ses_getconfig()
350 if (cc->ses_typidx) { in ses_getconfig()
351 kmem_free(cc->ses_typidx, in ses_getconfig()
353 cc->ses_typidx = NULL; in ses_getconfig()
378 cc->ses_typidx[nobj].ses_tidx = i; in ses_getconfig()
379 cc->ses_typidx[nobj].ses_oidx = j; in ses_getconfig()
408 if (cc->ses_typidx && ssc->ses_nobjects) { in ses_softc_init()
409 kmem_free(cc->ses_typidx, ssc->ses_nobjects * in ses_softc_init()
[all …]