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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_fat.c31 int root_offset; member in struct:fat_superblock
102 FAT_SUPER->root_offset =
108 FAT_SUPER->root_offset
212 if (!devread(FAT_SUPER->root_offset, filepos, size, buf))
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1970 uint_t root_offset; local
1989 root_offset = hal->root_directory->cfgrom_addr_lo;
1993 for (i = root_offset; i < del_offset; i++) {
2030 root_offset = curr_blk->root_dir_offset;
2031 temp_buf[root_offset - 1] =
2032 config_rom[root_offset] - del_offset;

Completed in 47 milliseconds