Home
last modified time | relevance | path

Searched refs:ChildDevicePath (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
DVlanConfigImpl.c490 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()
DVlanConfigImpl.h59 EFI_DEVICE_PATH_PROTOCOL *ChildDevicePath; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
DConPlatform.c1100 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/
DInternalIsaBus.h280 OUT EFI_DEVICE_PATH_PROTOCOL **ChildDevicePath
DIsaBus.c582 OUT EFI_DEVICE_PATH_PROTOCOL **ChildDevicePath in IsaCreateDevice() argument
625 *ChildDevicePath = IsaIoDevice->DevicePath; in IsaCreateDevice()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
DDeviceManager.c354 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/
DBdsPlatform.c2240 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/
DDeviceManager.c590 EFI_DEVICE_PATH_PROTOCOL *ChildDevicePath; in IsNeedAddNetworkMenu() local
668 (VOID **) &ChildDevicePath, in IsNeedAddNetworkMenu()
680 if (!IsMacAddressDevicePath(ChildDevicePath, &IsNeedAdd)) { in IsNeedAddNetworkMenu()