Searched defs:ChildDevicePath (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/VlanConfigDxe/
H A DVlanConfigImpl.h59 EFI_DEVICE_PATH_PROTOCOL *ChildDevicePath; member in struct:__anon11257
H A DVlanConfigImpl.c490 EFI_DEVICE_PATH_PROTOCOL *ChildDevicePath; local
496 ChildDevicePath = AppendDevicePathNode (
500 if (ChildDevicePath == NULL) {
503 PrivateData->ChildDevicePath = ChildDevicePath;
510 ChildDevicePath,
603 PrivateData->ChildDevicePath,
610 if (PrivateData->ChildDevicePath != NULL) {
611 FreePool (PrivateData->ChildDevicePath);
612 PrivateData->ChildDevicePath
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c1049 EFI_DEVICE_PATH_PROTOCOL *ChildDevicePath; local
1086 (VOID **) &ChildDevicePath,
1095 ConPlatformUpdateDeviceVariable (L"ConOutDev", ChildDevicePath, Append);
1096 ConPlatformUpdateDeviceVariable (L"ErrOutDev", ChildDevicePath, Append);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.c581 EFI_DEVICE_PATH_PROTOCOL *ChildDevicePath; local
659 (VOID **) &ChildDevicePath,
671 if (!IsMacAddressDevicePath(ChildDevicePath, &IsNeedAdd)) {

Completed in 39 milliseconds