Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/scsi/
HDscsi_ses.c866 struct typidx *ses_typidx; member
969 if (cc->ses_typidx && ssc->ses_nobjects) { in ses_softc_init()
970 SES_FREE(cc->ses_typidx, in ses_softc_init()
972 cc->ses_typidx = NULL; in ses_softc_init()
1166 cc->ses_typidx = SES_MALLOC(nobj * sizeof (struct typidx)); in ses_getconfig()
1169 if (ssc->ses_objmap == NULL || cc->ses_typidx == NULL || in ses_getconfig()
1175 if (cc->ses_typidx) { in ses_getconfig()
1176 SES_FREE(cc->ses_typidx, in ses_getconfig()
1178 cc->ses_typidx = NULL; in ses_getconfig()
1188 MEMZERO(cc->ses_typidx, nobj * sizeof (struct typidx)); in ses_getconfig()
[all …]