Lines Matching refs:atapi
63 * scsipi is a integrated SCSI and ATAPI layer under NetBSD and exists
182 /* scsi and atapi are split up like in uscsi_addr */
190 saddr->addr.atapi.atbus = raddr.addr.atapi.atbus;
191 saddr->addr.atapi.drive = raddr.addr.atapi.drive;
195 /* atapi's are shown as SCSI devices */
203 saddr->addr.atapi.atbus = raddr.scbus; /* overload */
204 saddr->addr.atapi.drive = raddr.target; /* overload */
336 /* check if its really SCSI or emulated SCSI (ATAPI f.e.) */
498 /* check if its really SCSI or emulated SCSI (ATAPI f.e.) ? */