Home | History | Annotate | Download | only in block

Lines Matching defs:head

244     uint8_t head;
355 /* take the sector position spos and convert it to Cylinder/Head/Sector position
360 int head,sector;
362 head = spos % (bs->heads); spos/= bs->heads;
367 chs->head = 0xFF;
372 chs->head = (uint8_t)head;