Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses_ses.c131 struct typidx *ses_typidx; member
338 cc->ses_typidx = (struct typidx *) in ses_getconfig()
343 if (ssc->ses_objmap == NULL || cc->ses_typidx == NULL || in ses_getconfig()
349 if (cc->ses_typidx) { in ses_getconfig()
350 kmem_free(cc->ses_typidx, in ses_getconfig()
352 cc->ses_typidx = NULL; in ses_getconfig()
377 cc->ses_typidx[nobj].ses_tidx = i; in ses_getconfig()
378 cc->ses_typidx[nobj].ses_oidx = j; in ses_getconfig()
407 if (cc->ses_typidx && ssc->ses_nobjects) { in ses_softc_init()
408 kmem_free(cc->ses_typidx, ssc->ses_nobjects * in ses_softc_init()
[all …]