Searched refs:subtype1 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c753 grub_efi_uint8_t subtype1, subtype2; local
763 subtype1 = GRUB_EFI_DEVICE_PATH_SUBTYPE (dp1);
766 if (subtype1 != subtype2)
767 return (int) subtype1 - (int) subtype2;

Completed in 109 milliseconds