OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ControllerDevicePath
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
PlatDriOverrideLib.c
22
EFI_DEVICE_PATH_PROTOCOL *
ControllerDevicePath
;
578
// Free PLATFORM_OVERRIDE_ITEM.
ControllerDevicePath
[]
580
if (OverrideItem->
ControllerDevicePath
!= NULL){
581
FreePool (OverrideItem->
ControllerDevicePath
);
632
EFI_DEVICE_PATH_PROTOCOL
ControllerDevicePath
[];
640
EFI_DEVICE_PATH_PROTOCOL
ControllerDevicePath
[];
672
EFI_DEVICE_PATH_PROTOCOL *
ControllerDevicePath
;
742
// Get
ControllerDevicePath
[]
744
ControllerDevicePath
= (EFI_DEVICE_PATH_PROTOCOL *) VariableIndex;
745
OverrideItem->
ControllerDevicePath
= DuplicateDevicePath (ControllerDevicePath);
[
all
...]
InternalPlatDriOverrideDxe.h
140
@param
ControllerDevicePath
The controller device path is to be check.
147
@retval EFI_INVALID_PARAMETER
ControllerDevicePath
or MappingDataBase is NULL.
148
@retval EFI_NOT_FOUND
ControllerDevicePath
is not found in MappingDataBase or
156
IN EFI_DEVICE_PATH_PROTOCOL *
ControllerDevicePath
,
168
@param
ControllerDevicePath
The controller device path need to add a
175
@retval EFI_INVALID_PARAMETER
ControllerDevicePath
is NULL, or DriverImageDevicePath is NULL
186
IN EFI_DEVICE_PATH_PROTOCOL *
ControllerDevicePath
,
196
@param
ControllerDevicePath
The controller device path will be deleted
202
@retval EFI_INVALID_PARAMETER
ControllerDevicePath
is NULL, or MappingDataBase is NULL
203
@retval EFI_NOT_FOUND
ControllerDevicePath
is not found in MappingDataBase or
[
all
...]
PlatDriOverrideDxe.c
340
EFI_DEVICE_PATH_PROTOCOL *
ControllerDevicePath
;
444
ControllerDevicePath
= NULL;
469
ControllerDevicePath
= NULL;
473
(VOID **) &
ControllerDevicePath
,
482
mControllerDevicePathProtocol[Index] =
ControllerDevicePath
;
487
ControllerName = DevicePathToStr (
ControllerDevicePath
);
496
if (EFI_ERROR (CheckMapping (
ControllerDevicePath
,NULL, &mMappingDataBase, NULL, NULL))) {
[
all
...]
Completed in 2664 milliseconds