Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/fat/
H A Dfat.c481 volume_info *vistart; in read_bootsectandvi() local
515 vistart = (volume_info *)(block + sizeof(boot_sector)); in read_bootsectandvi()
518 vistart = (volume_info *)&(bs->fat32_length); in read_bootsectandvi()
521 memcpy(volinfo, vistart, sizeof(volume_info)); in read_bootsectandvi()
524 if (strncmp(FAT32_SIGN, vistart->fs_type, SIGNLEN) == 0) in read_bootsectandvi()
527 if (strncmp(FAT12_SIGN, vistart->fs_type, SIGNLEN) == 0) { in read_bootsectandvi()
531 if (strncmp(FAT16_SIGN, vistart->fs_type, SIGNLEN) == 0) { in read_bootsectandvi()