TianoCore EDK2
master
Loading...
Searching...
No Matches
SecureBootConfigDevicePath.c
Go to the documentation of this file.
1
9
#include "
SecureBootConfigImpl.h
"
10
19
CHAR16 *
20
EFIAPI
21
DevicePathToStr
(
22
IN
EFI_DEVICE_PATH_PROTOCOL
*DevPath
23
)
24
{
25
return
ConvertDevicePathToText
(
26
DevPath,
27
FALSE
,
28
TRUE
29
);
30
}
ConvertDevicePathToText
CHAR16 *EFIAPI ConvertDevicePathToText(IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, IN BOOLEAN DisplayOnly, IN BOOLEAN AllowShortcuts)
Definition:
UefiDevicePathLib.c:305
TRUE
#define TRUE
Definition:
Base.h:301
FALSE
#define FALSE
Definition:
Base.h:307
IN
#define IN
Definition:
Base.h:279
DevicePathToStr
CHAR16 *EFIAPI DevicePathToStr(IN EFI_DEVICE_PATH_PROTOCOL *DevPath)
Definition:
SecureBootConfigDevicePath.c:21
SecureBootConfigImpl.h
EFI_DEVICE_PATH_PROTOCOL
Definition:
DevicePath.h:43
SecurityPkg
VariableAuthenticated
SecureBootConfigDxe
SecureBootConfigDevicePath.c
Generated on Fri Nov 15 2024 18:01:24 for TianoCore EDK2 by
1.9.6