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

  /src/usr.sbin/mmcformat/
uscsi_subr.c 330 int emulated; local in function:uscsi_identify
336 /* check if its really SCSI or emulated SCSI (ATAPI f.e.) */
338 ioctl(disc->fhandle, SG_EMULATED_HOST, &emulated);
339 if (emulated) saddr->type = USCSI_TYPE_ATAPI;
498 /* check if its really SCSI or emulated SCSI (ATAPI f.e.) ? */
uscsi_subr.c 330 int emulated; local in function:uscsi_identify
336 /* check if its really SCSI or emulated SCSI (ATAPI f.e.) */
338 ioctl(disc->fhandle, SG_EMULATED_HOST, &emulated);
339 if (emulated) saddr->type = USCSI_TYPE_ATAPI;
498 /* check if its really SCSI or emulated SCSI (ATAPI f.e.) ? */

Completed in 22 milliseconds