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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dfat.c124 if (!fat_boot_sector_read (&fs_info->boot_sector, geom))
126 if (!fat_boot_sector_analyse (&fs_info->boot_sector, fs))
174 FatBootSector boot_sector; local
176 if (!fat_boot_sector_read (&boot_sector, geom))
179 boot_sector.system_id[0] = 0;
180 boot_sector.boot_sign = 0;
181 if (boot_sector.u.fat16.fat_name[0] == 'F')
182 boot_sector.u.fat16.fat_name[0] = 0;
183 if (boot_sector.u.fat32.fat_name[0] == 'F')
184 boot_sector
[all...]
H A Dfat.h91 FatBootSector boot_sector; /* structure of boot sector */ member in struct:_FatSpecific
H A Dresize.c670 memcpy (&new_fs_info->boot_sector, &fs_info->boot_sector,
859 fat_boot_sector_generate (&new_fs_info->boot_sector, new_fs);
860 fat_boot_sector_write (&new_fs_info->boot_sector, new_fs);
H A Dtable.c132 if ( *((unsigned char*) ft->table) != fs_info->boot_sector.media) {
140 (int) fs_info->boot_sector.media)
H A Dbootsector.c260 = PED_LE16_TO_CPU (fs_info->boot_sector.u.fat32.info_sector)
263 = PED_LE16_TO_CPU (fs_info->boot_sector.u.fat32.backup_sector)

Completed in 26 milliseconds