ses_type
enctyp ses_type; /* type of enclosure */
switch (ses_type(&cgd->inq_data, inq_len)) {
softc->ses_type = ses_type(&cgd->inq_data, sizeof (cgd->inq_data));
switch (softc->ses_type) {
switch (softc->ses_type) {
static enctyp ses_type(void *, int);