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

/osnet-11/usr/src/grub/grub2/grub-core/disk/i386/pc/
H A Dbiosdisk.c95 grub_biosdisk_rw_standard (int ah, int drive, int coff, int hoff, argument
107 regs.ecx = (coff << 8) & 0xff00;
109 regs.ecx |= (coff >> 2) & 0xc0;
488 unsigned coff, hoff, soff; local
502 coff = head / data->heads;
504 if (coff >= data->cylinders)
508 coff, hoff, soff, size, segment))

Completed in 15 milliseconds