Searched refs:vistart (Results 1 – 1 of 1) sorted by relevance
483 volume_info *vistart; in read_bootsectandvi() local517 vistart = (volume_info *)(block + sizeof(boot_sector)); in read_bootsectandvi()520 vistart = (volume_info *)&(bs->fat32_length); in read_bootsectandvi()523 memcpy(volinfo, vistart, sizeof(volume_info)); in read_bootsectandvi()526 if (strncmp(FAT32_SIGN, vistart->fs_type, SIGNLEN) == 0) in read_bootsectandvi()529 if (strncmp(FAT12_SIGN, vistart->fs_type, SIGNLEN) == 0) { in read_bootsectandvi()533 if (strncmp(FAT16_SIGN, vistart->fs_type, SIGNLEN) == 0) { in read_bootsectandvi()