Home
last modified time | relevance | path

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

/netbsd/usr.sbin/mmcformat/
H A Duscsi_subr.c325 struct sg_id { in uscsi_identify() struct
329 } sg_id; in uscsi_identify() local
352 error = ioctl(disc->fhandle, SCSI_IOCTL_GET_IDLUN, &sg_id); in uscsi_identify()
355 saddr->addr.scsi.target = (sg_id.tlci ) & 0xff; in uscsi_identify()
356 saddr->addr.scsi.lun = (sg_id.tlci >> 8) & 0xff; in uscsi_identify()
357 saddr->addr.scsi.scbus = (sg_id.tlci >> 16) & 0xff; in uscsi_identify()