Searched refs:RemainingDevicePath (Results 26 - 50 of 218) sorted by relevance

123456789

/device/linaro/bootloader/edk2/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
/device/linaro/bootloader/edk2/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
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Driver.h68 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
81 IN EFI_DEVICE_PATH_PROTOCOL * RemainingDevicePath OPTIONAL
94 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
107 IN EFI_DEVICE_PATH_PROTOCOL * RemainingDevicePath OPTIONAL
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
H A DIp6Driver.h83 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
96 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
104 @param[in] RemainingDevicePath Optional parameter used to pick a specific child
117 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Wpce791/
H A DLpcDriver.h94 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
102 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
/device/linaro/bootloader/edk2/EmulatorPkg/EmuBusDriverDxe/
H A DEmuBusDriverDxe.c40 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
48 // Check the contents of the first Device Path Node of RemainingDevicePath to make sure
51 if (RemainingDevicePath != NULL) {
53 // Check if RemainingDevicePath is the End of Device Path Node,
56 if (!IsDevicePathEnd (RemainingDevicePath)) {
58 // If RemainingDevicePath isn't the End of Device Path Node,
61 if (RemainingDevicePath->Type != HARDWARE_DEVICE_PATH ||
62 RemainingDevicePath->SubType != HW_VENDOR_DP ||
63 DevicePathNodeLength(RemainingDevicePath) != sizeof(EMU_VENDOR_DEVICE_PATH_NODE)) {
137 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
H A DIpSecDriver.c28 @param[in] RemainingDevicePath Optional parameter used to pick a specific child
42 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL,
75 @param[in] RemainingDevicePath Optional parameter used to pick a specific child
91 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL,
287 @param[in] RemainingDevicePath Optional parameter used to pick a specific child
300 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
306 RemainingDevicePath,
316 @param[in] RemainingDevicePath Optional parameter used to pick a specific child
331 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
337 RemainingDevicePath,
[all...]
/device/linaro/bootloader/edk2/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
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
H A DDnsDriver.h269 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
274 by RemainingDevicePath are both supported by this
278 RemainingDevicePath is supported by the driver specified by This.
280 RemainingDevicePath is already being managed by the driver
283 RemainingDevicePath is already being managed by a different
287 RemainingDevicePath is not supported by the driver specified by This.
294 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
305 2. If RemainingDevicePath is not NULL, then it must be a pointer to a naturally aligned
314 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
321 RemainingDevicePath i
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
H A DHttpBootDxe.h217 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
222 by RemainingDevicePath are both supported by this
226 RemainingDevicePath is supported by the driver specified by This.
228 RemainingDevicePath is already being managed by the driver
231 RemainingDevicePath is already being managed by a different
235 RemainingDevicePath is not supported by the driver specified by This.
242 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
253 2. If RemainingDevicePath is not NULL, then it must be a pointer to a naturally aligned
262 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
269 RemainingDevicePath i
[all...]
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtBusDriverDxe/
H A DWinNtBusDriver.c211 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
226 // TODO: RemainingDevicePath - add argument and description to function comment
238 // Check the contents of the first Device Path Node of RemainingDevicePath to make sure
241 if (RemainingDevicePath != NULL) {
243 // Check if RemainingDevicePath is the End of Device Path Node,
246 if (!IsDevicePathEnd (RemainingDevicePath)) {
248 // If RemainingDevicePath isn't the End of Device Path Node,
251 if (RemainingDevicePath->Type != HARDWARE_DEVICE_PATH ||
252 RemainingDevicePath->SubType != HW_VENDOR_DP ||
253 DevicePathNodeLength(RemainingDevicePath) !
[all...]
H A DWinNtBusDriver.h219 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
231 RemainingDevicePath - TODO: add argument description
245 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
257 RemainingDevicePath - TODO: add argument description
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
H A DBdsInternal.h52 * @param RemainingDevicePath Part of the EFI Device Path that has not been resolved during
58 IN EFI_DEVICE_PATH *RemainingDevicePath
71 * @param RemainingDevicePath Part of the EFI Device Path that has not been resolved during
80 IN EFI_DEVICE_PATH *RemainingDevicePath,
/device/linaro/bootloader/edk2/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...]
/device/linaro/bootloader/edk2/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
/device/linaro/bootloader/edk2/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
/device/linaro/bootloader/edk2/OvmfPkg/VirtioBlkDxe/
H A DVirtioBlk.h74 @param[in] RemainingDevicePath Relevant only for bus drivers, ignored.
91 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
109 @param[in] RemainingDevicePath Relevant only for bus drivers, ignored.
129 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
H A DHttpDriver.c294 @param[in] RemainingDevicePath Optional parameter used to pick a specific child
307 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL,
342 @param[in] RemainingDevicePath Optional parameter used to pick a specific child
357 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL,
613 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
618 by RemainingDevicePath are both supported by this
622 RemainingDevicePath is supported by the driver specified by This.
624 RemainingDevicePath is already being managed by the driver
627 RemainingDevicePath is already being managed by a different
631 RemainingDevicePath i
[all...]
/device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
H A DMmc.c193 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
202 // Check RemainingDevicePath validation
204 if (RemainingDevicePath != NULL) {
206 // Check if RemainingDevicePath is the End of Device Path Node,
209 if (!IsDevicePathEnd (RemainingDevicePath)) {
211 // If RemainingDevicePath isn't the End of Device Path Node,
214 Node.DevPath = RemainingDevicePath;
262 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
270 // Check RemainingDevicePath validation
272 if (RemainingDevicePath !
[all...]
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
H A DPciDeviceSupport.c532 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
544 RemainingDevicePath - A pointer to the EFI_DEVICE_PATH_PROTOCOL.
566 if (RemainingDevicePath != NULL) {
568 Node.DevPath = RemainingDevicePath;
601 CurrentDevicePath = NextDevicePathNode (RemainingDevicePath);
649 RemainingDevicePath
665 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
671 Start to manage the PCI device according to RemainingDevicePath
672 If RemainingDevicePath == NULL, the PCI bus driver will start
677 RemainingDevicePath
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
H A DI2cDxe.h218 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path.
227 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
375 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
380 by RemainingDevicePath are both supported by this
384 RemainingDevicePath is supported by the driver specified by This.
386 RemainingDevicePath is already being managed by the driver
389 RemainingDevicePath is already being managed by a different
393 RemainingDevicePath is not supported by the driver specified by This.
400 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
411 2. If RemainingDevicePath i
[all...]
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
H A DFbGop.h130 @param RemainingDevicePath A pointer to the remaining portion of a device
143 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
152 @param RemainingDevicePath A pointer to the remaining portion of a device
163 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
363 @param RemainingDevicePath Remaining Device Path
376 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
H A DNvmExpress.c71 EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath; local
191 RemainingDevicePath = DevicePath;
192 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &RemainingDevicePath, &DeviceHandle);
193 if (!EFI_ERROR (Status) && (DeviceHandle != NULL) && IsDevicePathEnd(RemainingDevicePath)) {
496 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
501 by RemainingDevicePath are both supported by this
505 RemainingDevicePath is supported by the driver specified by This.
507 RemainingDevicePath is already being managed by the driver
510 RemainingDevicePath is already being managed by a different
514 RemainingDevicePath i
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/
H A DPs2MouseAbsolutePointer.h114 @param RemainingDevicePath Optional parameter use to pick a specific child
127 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
137 @param RemainingDevicePath Optional parameter use to pick a specific child
150 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/
H A DPs2Mouse.h114 @param RemainingDevicePath Optional parameter use to pick a specific child
127 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
137 @param RemainingDevicePath Optional parameter use to pick a specific child
150 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath

Completed in 457 milliseconds

123456789