Searched defs:boot_sector (Results 1 - 2 of 2) 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

Completed in 21 milliseconds