Searched defs:ParentDevicePath (Results 26 - 33 of 33) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6ConfigNv.c1945 EFI_DEVICE_PATH_PROTOCOL *ParentDevicePath; local
1953 (VOID **) &ParentDevicePath
1975 ParentDevicePath,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DSerial.h99 EFI_DEVICE_PATH_PROTOCOL *ParentDevicePath; member in struct:__anon10315
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c240 EFI_DEVICE_PATH_PROTOCOL *ParentDevicePath; local
250 ParentDevicePath = NULL;
267 (VOID **) &ParentDevicePath
327 ParentDevicePath
342 ParentDevicePath
365 ParentDevicePath
381 ParentDevicePath
405 ParentDevicePath,
414 ParentDevicePath
420 ParentDevicePath
546 BiosVideoChildHandleInstall( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ParentHandle, IN EFI_PCI_IO_PROTOCOL *ParentPciIo, IN EFI_LEGACY_BIOS_PROTOCOL *ParentLegacyBios, IN EFI_DEVICE_PATH_PROTOCOL *ParentDevicePath, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c358 image handle. If ParentDevicePath is NULL, this function will search in all USB
359 devices of the platform. If ParentDevicePath is not NULL,this function will only
362 @param ParentDevicePath The device path of the parent.
371 IN EFI_DEVICE_PATH_PROTOCOL *ParentDevicePath,
407 ParentSize = (ParentDevicePath == NULL) ? 0 : GetDevicePathSize (ParentDevicePath);
426 if (ParentDevicePath != NULL) {
428 // Compare starting part of UsbIoHandle's device path with ParentDevicePath.
432 (CompareMem (UsbIoDevicePath, ParentDevicePath, ParentSize - END_DEVICE_PATH_LENGTH) != 0)) {
370 BdsFindUsbDevice( IN EFI_DEVICE_PATH_PROTOCOL *ParentDevicePath, IN EFI_DEVICE_PATH_PROTOCOL *ShortFormDevicePath ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DSocket.h637 EFI_DEVICE_PATH_PROTOCOL *ParentDevicePath; member in struct:_SOCKET
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DSocket.h469 EFI_DEVICE_PATH_PROTOCOL *ParentDevicePath; member in struct:_TCP_SOCKET
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShellEnvironment2.h86 EFI_DEVICE_PATH_PROTOCOL *ParentDevicePath; ///< DevicePath for Parent. member in struct:__anon12770
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c2011 EFI_DEVICE_PATH_PROTOCOL *ParentDevicePath; local
2017 ParentDevicePath = DevicePathFromHandle (ControllerHandle);
2018 if (ParentDevicePath == NULL) {
2028 ParentDevicePath,

Completed in 74 milliseconds

12