Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Defi_partition.h39 #define EFI_MIN_LABEL_SIZE 92 macro
/freebsd/sys/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c613 if (headerSize < EFI_MIN_LABEL_SIZE || headerSize > EFI_LABEL_SIZE) { in check_label()
617 headerSize, EFI_MIN_LABEL_SIZE); in check_label()