OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HardDriveDevicePath
(Results
1 - 6
of
6
) sorted by null
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
hand.c
121
HARDDRIVE_DEVICE_PATH *
HardDriveDevicePath
;
214
HardDriveDevicePath
= (HARDDRIVE_DEVICE_PATH *)(DevPath);
220
if ((
HardDriveDevicePath
->MBRType == MBRType) &&
221
(
HardDriveDevicePath
->SignatureType == SignatureType)) {
224
if (*((UINT32 *)(Signature)) == *(UINT32 *)(&(
HardDriveDevicePath
->Signature[0]))) {
229
if (CompareGuid((EFI_GUID *)Signature,(EFI_GUID *)(&(
HardDriveDevicePath
->Signature[0]))) == 0) {
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Library/
GenericBdsLib.h
841
Check whether an instance in BlockIoDevicePath has the same partition node as the
HardDriveDevicePath
device path.
844
@param
HardDriveDevicePath
A device path starting with a hard drive media
855
IN HARDDRIVE_DEVICE_PATH *
HardDriveDevicePath
867
@param
HardDriveDevicePath
EFI Device Path to boot, if it starts with a hard
876
IN HARDDRIVE_DEVICE_PATH *
HardDriveDevicePath
[
all
...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c
[
all
...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
InternalBm.h
218
instances, has the same partition node with
HardDriveDevicePath
device path
221
@param
HardDriveDevicePath
A device path which starts with a hard drive media
231
IN HARDDRIVE_DEVICE_PATH *
HardDriveDevicePath
BmBoot.c
[
all
...]
Completed in 366 milliseconds