OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cylinder_offset
(Results
1 - 1
of
1
) sorted by null
/external/grub/stage2/
bios.c
105
int
cylinder_offset
, head_offset, sector_offset;
109
CYLINDER_OFFSET
are counted from zero. */
113
cylinder_offset
= head / geometry->heads;
115
if (
cylinder_offset
>= geometry->cylinders)
119
cylinder_offset
, head_offset, sector_offset,
103
int
cylinder_offset
, head_offset, sector_offset;
local
Completed in 46 milliseconds