Searched refs:MSDOS_MBR_SIGNATURE (Results 1 – 2 of 2) sorted by relevance
/linux/block/partitions/ | ||
H A D | efi.h | 22 #define MSDOS_MBR_SIGNATURE 0xaa55 macro |
H A D | efi.c | 177 if (!mbr || le16_to_cpu(mbr->signature) != MSDOS_MBR_SIGNATURE) in is_pmbr_valid() |