Searched refs:vistart (Results 1 – 1 of 1) sorted by relevance
490 volume_info *vistart; in read_bootsectandvi() local524 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()