Searched refs:ChildDevicePath (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/ |
D | VlanConfigImpl.c | 490 EFI_DEVICE_PATH_PROTOCOL *ChildDevicePath; in InstallVlanConfigForm() local 497 ChildDevicePath = AppendDevicePathNode ( in InstallVlanConfigForm() 501 if (ChildDevicePath == NULL) { in InstallVlanConfigForm() 504 PrivateData->ChildDevicePath = ChildDevicePath; in InstallVlanConfigForm() 511 ChildDevicePath, in InstallVlanConfigForm() 623 PrivateData->ChildDevicePath, in UninstallVlanConfigForm() 641 if (PrivateData->ChildDevicePath != NULL) { in UninstallVlanConfigForm() 642 FreePool (PrivateData->ChildDevicePath); in UninstallVlanConfigForm() 643 PrivateData->ChildDevicePath = NULL; in UninstallVlanConfigForm()
|
D | VlanConfigImpl.h | 59 EFI_DEVICE_PATH_PROTOCOL *ChildDevicePath; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/ |
D | ConPlatform.c | 1100 EFI_DEVICE_PATH_PROTOCOL *ChildDevicePath; in ConPlatformUpdateGopCandidate() local 1137 (VOID **) &ChildDevicePath, in ConPlatformUpdateGopCandidate() 1146 ConPlatformUpdateDeviceVariable (L"ConOutDev", ChildDevicePath, Append); in ConPlatformUpdateGopCandidate() 1147 ConPlatformUpdateDeviceVariable (L"ErrOutDev", ChildDevicePath, Append); in ConPlatformUpdateGopCandidate()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/ |
D | InternalIsaBus.h | 280 OUT EFI_DEVICE_PATH_PROTOCOL **ChildDevicePath
|
D | IsaBus.c | 582 OUT EFI_DEVICE_PATH_PROTOCOL **ChildDevicePath in IsaCreateDevice() argument 625 *ChildDevicePath = IsaIoDevice->DevicePath; in IsaCreateDevice()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/ |
D | DeviceManager.c | 354 EFI_DEVICE_PATH_PROTOCOL *ChildDevicePath; in IsNeedAddNetworkMenu() local 432 (VOID **) &ChildDevicePath, in IsNeedAddNetworkMenu() 444 if (!IsMacAddressDevicePath(ChildDevicePath, NextShowFormId,&IsNeedAdd)) { in IsNeedAddNetworkMenu()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/ |
D | BdsPlatform.c | 2240 EFI_DEVICE_PATH_PROTOCOL *ChildDevicePath; in PlatformBdsConnectAuthDevice() local 2284 ChildDevicePath = NULL; in PlatformBdsConnectAuthDevice() 2288 (VOID **) &ChildDevicePath in PlatformBdsConnectAuthDevice() 2290 if (EFI_ERROR (Status) || ChildDevicePath == NULL) { in PlatformBdsConnectAuthDevice() 2295 ChildDevicePath, in PlatformBdsConnectAuthDevice()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/ |
D | DeviceManager.c | 590 EFI_DEVICE_PATH_PROTOCOL *ChildDevicePath; in IsNeedAddNetworkMenu() local 668 (VOID **) &ChildDevicePath, in IsNeedAddNetworkMenu() 680 if (!IsMacAddressDevicePath(ChildDevicePath, &IsNeedAdd)) { in IsNeedAddNetworkMenu()
|