Home
last modified time | relevance | path

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

/third_party/exfatprogs/mkfs/
Dmkfs.c79 ppbr->signature = cpu_to_le16(PBR_SIGNATURE); in exfat_setup_boot_sector()
156 *peb_signature = cpu_to_le16(PBR_SIGNATURE); in exfat_write_extended_boot_sectors()
/third_party/exfatprogs/include/
Dexfat_ondisk.h33 #define PBR_SIGNATURE 0xAA55 macro