Searched refs:lba_to_chs (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/commands/ |
H A D | gptsync.c | 40 lba_to_chs (int lba, grub_uint8_t *cl, grub_uint8_t *ch, function 194 lba_to_chs (partition->start, 198 lba_to_chs (partition->start + partition->len - 1, 216 lba_to_chs (1, 220 lba_to_chs (first_sector,
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | builtins.c | 3800 auto void lba_to_chs (int lba, int *cl, int *ch, int *dh); 3801 void lba_to_chs (int lba, int *cl, int *ch, int *dh) 3865 lba_to_chs (new_start, &start_cl, &start_ch, &start_dh); 3866 lba_to_chs (new_start + new_len - 1, &end_cl, &end_ch, &end_dh); 3763 void lba_to_chs (int lba, int *cl, int *ch, int *dh) function
|
Completed in 25 milliseconds