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.c132 struct typidx *ses_typidx; member in struct:sscfg
339 cc->ses_typidx = (struct typidx *)
344 if (ssc->ses_objmap == NULL || cc->ses_typidx == NULL ||
350 if (cc->ses_typidx) {
351 kmem_free(cc->ses_typidx,
353 cc->ses_typidx = NULL;
378 cc->ses_typidx[nobj].ses_tidx = i;
379 cc->ses_typidx[nobj].ses_oidx = j;
408 if (cc->ses_typidx && ssc->ses_nobjects) {
409 kmem_free(cc->ses_typidx, ss
[all...]

Completed in 55 milliseconds