Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfat.h39 #define SIGNLEN 8 macro
/external/u-boot/fs/fat/
Dfat.c534 if (strncmp(FAT32_SIGN, vistart->fs_type, SIGNLEN) == 0) in read_bootsectandvi()
537 if (strncmp(FAT12_SIGN, vistart->fs_type, SIGNLEN) == 0) { in read_bootsectandvi()
541 if (strncmp(FAT16_SIGN, vistart->fs_type, SIGNLEN) == 0) { in read_bootsectandvi()