Searched refs:hofs (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/fs/ |
H A D | cpio.c | 120 grub_off_t hofs; member in struct:grub_cpio_data 205 if (grub_disk_read (data->disk, 0, data->hofs, sizeof (hd), &hd)) 227 if (grub_disk_read (data->disk, 0, data->hofs + sizeof (hd), 245 data->dofs = data->hofs + ALIGN_CPIO (sizeof (hd) + namesize); 253 if (grub_disk_read (data->disk, 0, data->hofs, sizeof (hd), &hd)) 273 data->hofs + GRUB_DISK_SECTOR_SIZE, namesize, 278 data->hofs += GRUB_DISK_SECTOR_SIZE 301 data->hofs + GRUB_DISK_SECTOR_SIZE, linksize, 306 data->hofs += GRUB_DISK_SECTOR_SIZE 321 data->dofs = data->hofs [all...] |
Completed in 21 milliseconds