Searched refs:RemainingDevicePath (Results 1 - 25 of 143) sorted by relevance

123456

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDriver.h28 @param RemainingDevicePath Optional parameter use to pick a specific child
41 IN EFI_DEVICE_PATH_PROTOCOL * RemainingDevicePath OPTIONAL
54 @param RemainingDevicePath Optional parameter use to pick a specific child
67 IN EFI_DEVICE_PATH_PROTOCOL * RemainingDevicePath OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDriver.h32 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
44 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
58 @param[in] RemainingDevicePath Optional parameter used to pick a specific child
71 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConnect.c95 EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath; local
132 // Start the real work of connect with RemainingDevicePath
139 // RemainingDevicePath.
141 RemainingDevicePath = Instance;
142 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &RemainingDevicePath, &Handle);
159 // Connect all drivers that apply to Handle and RemainingDevicePath,
173 gBS->ConnectController (Handle, NULL, RemainingDevicePath, FALSE);
177 // Loop until RemainingDevicePath is an empty device path
179 } while (!EFI_ERROR (Status) && !IsDevicePathEnd (RemainingDevicePath));
325 @param RemainingDevicePath
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Driver.h31 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
44 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
57 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
70 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Driver.h61 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
74 IN EFI_DEVICE_PATH_PROTOCOL * RemainingDevicePath OPTIONAL
87 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
100 IN EFI_DEVICE_PATH_PROTOCOL * RemainingDevicePath OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Driver.h35 @param RemainingDevicePath The remaining device path
47 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
58 @param RemainingDevicePath Remaining device path.
71 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Driver.h33 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
46 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
59 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
72 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDriverBinding.h53 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
58 by RemainingDevicePath are both supported by this
62 RemainingDevicePath is supported by the driver specified by This.
64 RemainingDevicePath is already being managed by the driver
67 RemainingDevicePath is already being managed by a different
71 RemainingDevicePath is not supported by the driver specified by This.
78 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
89 2. If RemainingDevicePath is not NULL, then it must be a pointer to a naturally aligned
98 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
105 RemainingDevicePath i
[all...]
H A DPciHotPlugRequest.h88 hot-plug controller, and create handle for the device specified by RemainingDevicePath.
89 The RemainingDevicePath is an optional parameter. If it is not NULL, only the
103 @param[in] RemainingDevicePath The remaining device path for the PCI-like
148 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL,
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Driver.h35 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
48 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
61 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
74 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Driver.h35 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
47 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
60 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
73 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Udp6Dxe/
H A DUdp6Driver.h45 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
50 by RemainingDevicePath are both supported by this
54 RemainingDevicePath is supported by the driver specified by This.
56 RemainingDevicePath is already being managed by the driver
59 RemainingDevicePath is already being managed by a different
63 RemainingDevicePath is not supported by the driver specified by This.
70 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
84 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
97 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDriverBinding.h55 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
60 by RemainingDevicePath are both supported by this
64 RemainingDevicePath is supported by the driver specified by This.
66 RemainingDevicePath is already being managed by the driver
69 RemainingDevicePath is already being managed by a different
73 RemainingDevicePath is not supported by the driver specified by This.
80 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
91 2. If RemainingDevicePath is not NULL, then it must be a pointer to a naturally aligned
100 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
107 RemainingDevicePath i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciBus.c116 @param RemainingDevicePath Optional parameter use to pick a specific child.
129 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
138 // Check RemainingDevicePath validation
140 if (RemainingDevicePath != NULL) {
142 // Check if RemainingDevicePath is the End of Device Path Node,
145 if (!IsDevicePathEnd (RemainingDevicePath)) {
147 // If RemainingDevicePath isn't the End of Device Path Node,
150 Node.DevPath = RemainingDevicePath;
226 @param RemainingDevicePath Optional parameter use to pick a specific child.
239 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
[all...]
H A DPciDeviceSupport.h153 @param RemainingDevicePath A pointer to the EFI_DEVICE_PATH_PROTOCOL.
167 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath,
262 @param RemainingDevicePath Given searching device path.
272 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/ArpDxe/
H A DArpDriver.h51 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path.
56 RemainingDevicePath is supported by the driver
59 RemainingDevicePath is already being managed
62 RemainingDevicePath is already being managed by
66 RemainingDevicePath is not supported by the
75 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
87 2. If RemainingDevicePath is not NULL, then it must be a pointer to a naturally
97 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path.
114 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiDriver.h48 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path.
53 RemainingDevicePath is supported by the driver specified by This.
55 RemainingDevicePath is already being managed by the driver
58 RemainingDevicePath is already being managed by a different
62 RemainingDevicePath is not supported by the driver specified by This.
69 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
79 2. If RemainingDevicePath is not NULL, then it must be a pointer to a naturally aligned
88 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path.
102 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Driver.h76 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
89 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
97 @param[in] RemainingDevicePath Optional parameter used to pick a specific child
110 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.h80 @param RemainingDevicePath Optional parameter use to pick a specific child
92 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
100 @param RemainingDevicePath Optional parameter use to pick a specific child
112 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
126 @param RemainingDevicePath Optional parameter use to pick a specific child
139 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
154 @param RemainingDevicePath Optional parameter use to pick a specific child
167 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A DVBoxFsDxe.c45 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL);
48 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL);
141 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL)
155 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL)
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
H A DIsaBus.c77 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path.
91 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
99 // If RemainingDevicePath is not NULL, it should verify that the first device
100 // path node in RemainingDevicePath is an ACPI Device path node which is a
103 if (RemainingDevicePath != NULL) {
104 if (RemainingDevicePath->Type != ACPI_DEVICE_PATH) {
106 } else if (RemainingDevicePath->SubType == ACPI_DP) {
107 if (DevicePathNodeLength (RemainingDevicePath) != sizeof (ACPI_HID_DEVICE_PATH)) {
110 } else if (RemainingDevicePath->SubType == ACPI_EXTENDED_DP) {
111 if (DevicePathNodeLength (RemainingDevicePath) !
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/
H A DVgaMiniPort.h71 @param RemainingDevicePath The remaining device path.
82 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
93 @param RemainingDevicePath The remaining device patch.
105 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhci.h162 @param RemainingDevicePath Not used.
173 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
181 @param RemainingDevicePath Not used.
194 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassImpl.h40 @param RemainingDevicePath The remaining device path.
51 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
63 @param RemainingDevicePath The remaining device path.
77 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpDriver.h83 @param[in] RemainingDevicePath Optional parameter use to pick a specific
96 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
104 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
118 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL

Completed in 45 milliseconds

123456