Searched refs:ai_heads (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
237 if (aidp->ai_heads != 0 && aidp->ai_heads != 0xffff &&
246 aidp->ai_heads = 0x10;
286 * ai_heads, ai_sectors and ai_fixcyls may not be valid - they
290 ata_drvp->ad_phhd = aidp->ai_heads;
292 ata_drvp->ad_drvrhd = aidp->ai_heads;
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.h336 ushort_t ai_heads; /* 3 # of heads */ member in struct:ata_id
H A Data_common.c1310 aidp->ai_heads,
/illumos-gate/usr/src/uts/common/sys/sata/
H A Dsata_defs.h170 ushort_t ai_heads; /* 3 # of heads (obsolete) */ member in struct:sata_id

Completed in 61 milliseconds