Searched defs:is_enc_dev (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses.c92 static int is_enc_dev(ses_softc_t *, struct scsi_inquiry *, int, enctyp *);
272 if (is_enc_dev(NULL, devp->sd_inq, SUN_INQSIZE, &ep)) {
326 is_enc_dev(ses_softc_t *ssc, struct scsi_inquiry *inqp, int iqlen, enctyp *ep) function
423 /* Call is_enc_dev() to get the etyp */
424 if (!(is_enc_dev(NULL, devp->sd_inq, SUN_INQSIZE, &etyp))) {
426 "ses_doattach: ses%d: is_enc_dev failure", inst);

Completed in 46 milliseconds