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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dscsicam.c117 int cyl, ext_cyl, end_head, end_cyl, end_sector; local
138 end_head = largest->end_head;
141 if (end_head + 1 == 0 || end_sector == 0)
146 end_head, end_cyl, end_sector);
149 physical_end = end_cyl * (end_head + 1) * end_sector +
150 end_head * end_sector + end_sector;
157 ext_cyl = (logical_end - (end_head * end_sector + end_sector))
158 / (end_head + 1) / end_sector;
159 ext_physical_end = ext_cyl * (end_head
[all...]
H A DBusLogic.c3073 table entry whose end_head matches one of the standard BusLogic geometry
3082 PartitionEntryEndHead = PartitionEntry->end_head;
3100 PartitionEntryEndHead = FirstPartitionEntry->end_head;
H A Dscsi_debug.c2309 pp->end_head = (end_sec - (pp->end_cyl * heads_by_sects))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aacraid/
H A Dlinit.c341 * entry whose end_head matches one of the standard geometry
352 unsigned char end_head, end_sec; local
355 end_head = entry->end_head;
358 if(end_head == 63) {
362 } else if(end_head == 127) {
366 } else if(end_head == 254) {
375 end_head = first->end_head;
384 } else if (end_head >
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dgenhd.h54 unsigned char end_head; /* end head */ member in struct:partition
77 unsigned char end_head; /* end head */ member in struct:partition
/netgear-WNDR4500-V1.0.1.40_1.0.68/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,

Completed in 262 milliseconds