Searched refs:ChildDevicePath (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/VlanConfigDxe/
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...]
H A DVlanConfigImpl.h59 EFI_DEVICE_PATH_PROTOCOL *ChildDevicePath; member in struct:__anon11257
/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/Bus/Isa/IsaBusDxe/
H A DInternalIsaBus.h267 @param[out] ChildDevicePath The pointer to the child device.
280 OUT EFI_DEVICE_PATH_PROTOCOL **ChildDevicePath
H A DIsaBus.c567 @param[out] ChildDevicePath The pointer to the child device.
580 OUT EFI_DEVICE_PATH_PROTOCOL **ChildDevicePath
623 *ChildDevicePath = IsaIoDevice->DevicePath;
/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 42 milliseconds