Searched refs:vfat_csum (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/core/fs/fat/
H A Dfat.c450 uint8_t vfat_init, vfat_next, vfat_csum = 0; local
487 vfat_csum = long_de->checksum;
494 if (long_de->checksum != vfat_csum)
527 if (checksum == vfat_csum)
602 uint8_t vfat_next, vfat_csum; local
612 vfat_next = vfat_csum = 0xff;
629 /* init vfat_csum */
630 vfat_csum = long_de->checksum;
638 if (long_de->checksum != vfat_csum || id != vfat_next)
661 if (long_entry && get_checksum(de->name) == vfat_csum) {
[all...]

Completed in 130 milliseconds