Home
last modified time | relevance | path

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

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