HomeSort by: relevance | last modified time | path
    Searched defs:ses_type (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/scsipi/
ses.c 98 static enctyp ses_type(struct scsipi_inquiry_data *);
167 enctyp ses_type; /* type of enclosure */ member in struct:ses_softc
241 softc->ses_type = ses_device_type(sa);
242 switch (softc->ses_type) {
268 switch (softc->ses_type) {
301 return (ses_type(inqp));
566 ses_type(struct scsipi_inquiry_data *inqp) function in typeref:typename:enctyp

Completed in 12 milliseconds