Searched refs:rootblock (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Daffs.c38 grub_uint32_t rootblock; member in struct:grub_affs_bblock
45 /* The affs rootblock. */
83 /* The offset in both the rootblock and the file header block for the
177 grub_uint32_t *rootblock = 0;
209 rootblock = grub_malloc (GRUB_DISK_SECTOR_SIZE * 16);
210 if (!rootblock)
213 rblock = (struct grub_affs_rblock *) rootblock;
215 /* Read the rootblock. */
216 grub_disk_read (disk, grub_be_to_cpu32 (data->bblock.rootblock), 0,
217 GRUB_DISK_SECTOR_SIZE * 16, rootblock);
175 grub_uint32_t *rootblock = 0; local
[all...]

Completed in 232 milliseconds