Lines Matching defs:head
71 int size, head;
119 for (head = 0; head < LISTCOUNT; head++) {
124 (diskaddr_t)chs2bn(ncyl + 1, head, 0), 1,
142 (diskaddr_t)chs2bn(ncyl + 1, head, 1), size,
179 head = bt->bt_trksec >> 8;
180 if ((bt->bt_cyl >= pcyl) || (head >= nhead) ||
181 ((bt->bt_trksec & 0xff) >= sectors(head))) {
245 fmt_print("%4d%8d%7d", num, def->cyl, def->head);
258 fmt_print("%8llu", chs2bn(def->cyl, def->head, def->sect));
266 * algorithm used sorts all bfi based defects by cylinder/head/bfi, and
294 * cylinder/head/bfi, put this defect right before it.
300 if (def->head < ptr->head)
302 if (def->head != ptr->head)
322 int size, head, status;
360 for (head = 0; head < LISTCOUNT; head++) {
362 (diskaddr_t)chs2bn(ncyl + 1, head, 0), 1,
370 (diskaddr_t)chs2bn(ncyl + 1, head, 1), size,
417 def.head = bn2h(blkno);