efi_prop_table
struct efi_prop_table *prop;
prop_len = ((struct efi_prop_table *)buf)->length;
const struct efi_prop_table *prop;
prop = (const struct efi_prop_table *)data;