Home
last modified time | relevance | path

Searched defs:PrimarySecondary (Results 1 – 5 of 5) sorted by relevance

/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
DDevicePath.h324 UINT8 PrimarySecondary; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
DDevicePath.h333 UINT8 PrimarySecondary; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
DDevicePath.h332 UINT8 PrimarySecondary; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
DDevicePath.h333 UINT8 PrimarySecondary; member
/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Ddevice_path_gen.rs717 pub fn primary_secondary(&self) -> device_path::messaging::PrimarySecondary { in primary_secondary()