struct VariableId

Defined at line 22 of file ../../zircon/kernel/lib/efi/variable/include/efi/variable/variable_id.h

UEFI variable id struct.

UEFI uses variable name string and vendor ID to uniquely identify variable.

This struct helps to deal with this pair as a separate type.

Public Members

String name
efi_guid vendor_guid

Public Methods

bool IsValid ()

Checks if VariableId has valid EFI variable name.

Defined at line 11 of file ../../zircon/kernel/lib/efi/variable/variable_id.cc

void Invalidate ()

Marks VariableId as invalid.

Defined at line 14 of file ../../zircon/kernel/lib/efi/variable/variable_id.cc