Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_util.c593 IdLogDrive *idlogdrive; in cpqary3_detect_target_geometry()
610 cpqary3_cmdpvtp = cpqary3_synccmd_alloc(ctlr, sizeof (IdLogDrive)); in cpqary3_detect_target_geometry()
615 idlogdrive = (IdLogDrive *)cpqary3_cmdpvtp->driverdata->sg; in cpqary3_detect_target_geometry()
628 cmdlistp->Request.CDB[7] = (sizeof (IdLogDrive) >> 8) & 0xff; in cpqary3_detect_target_geometry()
629 cmdlistp->Request.CDB[8] = sizeof (IdLogDrive) & 0xff; in cpqary3_detect_target_geometry()
657 bzero(idlogdrive, sizeof (IdLogDrive)); in cpqary3_detect_target_geometry()
715 int, i, IdLogDrive *, idlogdrive); in cpqary3_detect_target_geometry()
734 bzero(idlogdrive, sizeof (IdLogDrive)); in cpqary3_detect_target_geometry()
789 int, i, IdLogDrive *, idlogdrive); in cpqary3_detect_target_geometry()
H A Dcpqary3_scsi.h172 } IdLogDrive; typedef