iPXE
Data Fields
_EFI_COMPONENT_NAME2_PROTOCOL Struct Reference

This protocol is used to retrieve user readable names of drivers and controllers managed by UEFI Drivers. More...

#include <ComponentName2.h>

Data Fields

EFI_COMPONENT_NAME2_GET_DRIVER_NAME GetDriverName
 
EFI_COMPONENT_NAME2_GET_CONTROLLER_NAME GetControllerName
 
CHAR8SupportedLanguages
 A Null-terminated ASCII string array that contains one or more supported language codes. More...
 

Detailed Description

This protocol is used to retrieve user readable names of drivers and controllers managed by UEFI Drivers.

Definition at line 150 of file ComponentName2.h.

Field Documentation

◆ GetDriverName

EFI_COMPONENT_NAME2_GET_DRIVER_NAME _EFI_COMPONENT_NAME2_PROTOCOL::GetDriverName

Definition at line 151 of file ComponentName2.h.

Referenced by efi_snp_probe().

◆ GetControllerName

EFI_COMPONENT_NAME2_GET_CONTROLLER_NAME _EFI_COMPONENT_NAME2_PROTOCOL::GetControllerName

Definition at line 152 of file ComponentName2.h.

Referenced by efi_snp_probe().

◆ SupportedLanguages

CHAR8* _EFI_COMPONENT_NAME2_PROTOCOL::SupportedLanguages

A Null-terminated ASCII string array that contains one or more supported language codes.

This is the list of language codes that this protocol supports. The number of languages supported by a driver is up to the driver writer. SupportedLanguages is specified in RFC 4646 format.

Definition at line 161 of file ComponentName2.h.

Referenced by efi_snp_probe().


The documentation for this struct was generated from the following file: