Searched refs:ai_sectors (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_disk.c231 * ai_heads, ai_sectors and ai_fixcyls may not be valid
238 aidp->ai_sectors != 0 && aidp->ai_sectors != 0xffff &&
247 aidp->ai_sectors = 0x3f;
286 * ai_heads, ai_sectors and ai_fixcyls may not be valid - they
291 ata_drvp->ad_phsec = aidp->ai_sectors;
293 ata_drvp->ad_drvrsec = aidp->ai_sectors;
615 ata_drvp->ad_id.ai_heads * ata_drvp->ad_id.ai_sectors));
2773 if (ata_idp->ai_heads == 0 || ata_idp->ai_sectors == 0) {
H A Data_common.h339 ushort_t ai_sectors; /* 6 # of sectors/track */ member in struct:ata_id
H A Data_common.c1311 aidp->ai_sectors));
/illumos-gate/usr/src/uts/common/sys/sata/
H A Dsata_defs.h173 ushort_t ai_sectors; /* 6 # of sectors/track (obsolete) */ member in struct:sata_id

Completed in 97 milliseconds