Home
last modified time | relevance | path

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

/u-boot/fs/fat/
A Dfat.c496 volume_info *vistart; in read_bootsectandvi() local
530 vistart = (volume_info *)(block + sizeof(boot_sector)); in read_bootsectandvi()
533 vistart = (volume_info *)&(bs->fat32_length); in read_bootsectandvi()
536 memcpy(volinfo, vistart, sizeof(volume_info)); in read_bootsectandvi()
539 if (strncmp(FAT32_SIGN, vistart->fs_type, SIGNLEN) == 0) in read_bootsectandvi()
542 if (strncmp(FAT12_SIGN, vistart->fs_type, SIGNLEN) == 0) { in read_bootsectandvi()
546 if (strncmp(FAT16_SIGN, vistart->fs_type, SIGNLEN) == 0) { in read_bootsectandvi()

Completed in 4 milliseconds