Searched refs:end_head (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsicam.c131 int cyl, ext_cyl, end_head, end_cyl, end_sector; local
152 end_head = largest->end_head;
155 if (end_head + 1 == 0 || end_sector == 0)
160 end_head, end_cyl, end_sector);
163 physical_end = end_cyl * (end_head + 1) * end_sector +
164 end_head * end_sector + end_sector;
171 ext_cyl = (logical_end - (end_head * end_sector + end_sector))
172 / (end_head + 1) / end_sector;
173 ext_physical_end = ext_cyl * (end_head
[all...]
H A DBusLogic.c3068 table entry whose end_head matches one of the standard BusLogic geometry
3077 PartitionEntryEndHead = PartitionEntry->end_head;
3095 PartitionEntryEndHead = FirstPartitionEntry->end_head;
H A Dscsi_debug.c2609 pp->end_head = (end_sec - (pp->end_cyl * heads_by_sects))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Dlinit.c345 * entry whose end_head matches one of the standard geometry
356 unsigned char end_head, end_sec; local
359 end_head = entry->end_head;
362 if(end_head == 63) {
366 } else if(end_head == 127) {
370 } else if(end_head == 254) {
379 end_head = first->end_head;
388 } else if (end_head >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk.c78 unsigned char end_head; /* end head */ member in struct:partition
854 p->sys_ind || p->end_head || p->end_sector || p->end_cyl ||
889 set_hsc(p->end_head, p->end_sector, p->end_cyl, stop);
1101 h = p->end_head + 1;
1718 peh = p->end_head;
2009 cylinder(p->sector, p->cyl), p->end_head,
2094 check(i + 1, p->end_head, p->end_sector, p->end_cyl,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dgenhd.h74 unsigned char end_head; /* end head */ member in struct:partition
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/memstick/core/
H A Dmspro_block.c110 unsigned char end_head; member in struct:mspro_mbr
426 x_mbr->end_head);

Completed in 233 milliseconds