OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gPlatformDriverOption
(Results
1 - 9
of
9
) sorted by null
/device/linaro/bootloader/edk2/EmulatorPkg/Library/EmuBdsLib/
PlatformData.c
68
EFI_DEVICE_PATH_PROTOCOL *
gPlatformDriverOption
[] = { NULL };
BdsPlatform.h
39
extern EFI_DEVICE_PATH_PROTOCOL *
gPlatformDriverOption
[];
BdsPlatform.c
216
while (
gPlatformDriverOption
[Index] != NULL) {
220
BdsLibRegisterNewOption (BdsDriverLists,
gPlatformDriverOption
[Index], NULL, L"DriverOrder");
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
PlatformData.c
155
EFI_DEVICE_PATH_PROTOCOL *
gPlatformDriverOption
[] = { NULL };
BdsPlatform.h
58
extern EFI_DEVICE_PATH_PROTOCOL *
gPlatformDriverOption
[];
BdsPlatform.c
1064
while (
gPlatformDriverOption
[Index] != NULL) {
1068
BdsLibRegisterNewOption (BdsDriverLists,
gPlatformDriverOption
[Index], NULL, L"DriverOrder");
[
all
...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
PlatformData.c
239
EFI_DEVICE_PATH_PROTOCOL*
gPlatformDriverOption
[] = {
BdsPlatform.h
84
extern EFI_DEVICE_PATH_PROTOCOL *
gPlatformDriverOption
[];
BdsPlatform.c
938
while (
gPlatformDriverOption
[Index] != NULL) {
943
BdsLibRegisterNewOption (BdsDriverLists,
gPlatformDriverOption
[Index], NULL, L"DriverOrder");
[
all
...]
Completed in 2714 milliseconds