Home
last modified time | relevance | path

Searched refs:ReadBootCodeFromFile (Results 1 – 4 of 4) sorted by relevance

/reactos/base/setup/lib/
H A Dbootcode.h28 ReadBootCodeFromFile(
H A Dbootcode.c69 ReadBootCodeFromFile( in ReadBootCodeFromFile() function
H A Dfsutil.c432 Status = ReadBootCodeFromFile(&NewBootSector, in InstallFatBootCode()
491 Status = ReadBootCodeFromFile(&NewBootSector, in InstallFat32BootCode()
605 Status = ReadBootCodeFromFile(&NewBootSector, in InstallBtrfsBootCode()
719 Status = ReadBootCodeFromFile(&NewBootSector, &Name, NTFS_BOOTSECTOR_SIZE); in InstallNtfsBootCode()
H A Dbootsup.c538 Status = ReadBootCodeFromFile(&BootSector, &RootPartition, SECTORSIZE); in IsThereAValidBootSector()
574 Status = ReadBootCodeFromFile(&BootSector, &Name, Length); in SaveBootSector()
792 Status = ReadBootCodeFromFile(&NewBootSector, in InstallMbrBootCode()