HomeSort by relevance Sort by last modified time
    Searched refs:ChildDevicePath (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
VlanConfigImpl.c 490 EFI_DEVICE_PATH_PROTOCOL *ChildDevicePath;
497 ChildDevicePath = AppendDevicePathNode (
501 if (ChildDevicePath == NULL) {
504 PrivateData->ChildDevicePath = ChildDevicePath;
511 ChildDevicePath,
623 PrivateData->ChildDevicePath,
641 if (PrivateData->ChildDevicePath != NULL) {
642 FreePool (PrivateData->ChildDevicePath);
643 PrivateData->ChildDevicePath = NULL;
    [all...]
VlanConfigImpl.h 59 EFI_DEVICE_PATH_PROTOCOL *ChildDevicePath;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
ConPlatform.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
InternalIsaBus.h 267 @param[out] ChildDevicePath The pointer to the child device.
280 OUT EFI_DEVICE_PATH_PROTOCOL **ChildDevicePath
IsaBus.c 569 @param[out] ChildDevicePath The pointer to the child device.
582 OUT EFI_DEVICE_PATH_PROTOCOL **ChildDevicePath
625 *ChildDevicePath = IsaIoDevice->DevicePath;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerLib/
DeviceManager.c 355 EFI_DEVICE_PATH_PROTOCOL *ChildDevicePath;
434 (VOID **) &ChildDevicePath,
446 if (!IsMacAddressDevicePath(ChildDevicePath, NextShowFormId,&IsNeedAdd)) {
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
BootOptionSupport.c 400 IN EFI_DEVICE_PATH_PROTOCOL *ChildDevicePath
407 ChildSize = GetDevicePathSize (ChildDevicePath);
413 if (CompareMem (ParentDevicePath, ChildDevicePath, ParentSize - END_DEVICE_PATH_LENGTH) != 0) {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
BdsPlatform.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManager.c 590 EFI_DEVICE_PATH_PROTOCOL *ChildDevicePath;
668 (VOID **) &ChildDevicePath,
680 if (!IsMacAddressDevicePath(ChildDevicePath, &IsNeedAdd)) {
    [all...]

Completed in 969 milliseconds