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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dbootsector.h23 typedef struct _FatBootSector FatBootSector; typedef in typeref:struct:_FatBootSector
130 int fat_boot_sector_read (FatBootSector* bs, const PedGeometry* geom);
131 FatType fat_boot_sector_probe_type (const FatBootSector* bs,
133 int fat_boot_sector_analyse (FatBootSector* bs, PedFileSystem* fs);
134 int fat_boot_sector_set_boot_code (FatBootSector* bs);
135 int fat_boot_sector_generate (FatBootSector* bs, const PedFileSystem* fs);
136 int fat_boot_sector_write (const FatBootSector* bs, PedFileSystem* fs);

Completed in 20 milliseconds