Searched refs:get_8 (Results 1 – 2 of 2) sorted by relevance
63 clustersize = get_8(§buf->bsSecPerClust); in check_fat_bootsect()74 fatsectors *= get_8(§buf->bsFATs); in check_fat_bootsect()87 fatsectors *= get_8(§buf->bsFATs); in check_fat_bootsect()97 if (get_8(§buf->bs16.BootSignature) == 0x29) { in check_fat_bootsect()120 if (get_8(§buf->bs32.BootSignature) != 0x29 || in check_fat_bootsect()155 media_sig = get_8(§buf->bsMedia); in syslinux_check_bootsect()
40 static inline uint8_t get_8(const uint8_t * p) in get_8() function142 return get_8((const uint8_t _force *)p); in get_8_sl()