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

/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_format.c89 int32_t start_head, end_head, start_cyl, end_cyl; local
382 end_head = fdchar.fdc_nhead;
387 end_head = ft->head + 1;
388 if ((end_cyl > num_cyl) || (end_head > fdchar.fdc_nhead)) {
416 for (hd = start_head; hd < end_head; hd++) {
485 if (fdchar.fdc_nhead == end_head) {

Completed in 57 milliseconds