Lines Matching +full:multi +full:- +full:protocol

7 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 SPDX-License-Identifier: BSD-2-Clause-Patent
77 Returns the 16-bit Length field of a device path node.
79 Returns the 16-bit Length field of the device path node specified by Node.
80 Node is not required to be aligned on a 16-bit boundary, so it is recommended
88 @return The 16-bit Length field of the device path node specified by Node.
186 a 16-bit boundary, so it is recommended that a function such as WriteUnaligned16()
213 END_DEVICE_PATH_LENGTH. Node is not required to be aligned on a 16-bit boundary,
273 FirstDevicePath in a newly allocated buffer. Only the end-of-device-path device node from
277 If both FirstDevicePath and SecondDevicePath are NULL, then a copy of an end-of-device-path is
289 … Or a copy an end-of-device-path if both FirstDevicePath and SecondDevicePath are NULL.
304 The end-of-device-path device node is moved after the end of the appended device node.
306 If DevicePath is NULL then a copy of DevicePathNode, followed by an end-of-device path device
308 If both DevicePathNode and DevicePath are NULL then a copy of an end-of-device-path device node
319 A copy of DevicePathNode followed by an end-of-device-path node
321 … A copy of an end-of-device-path node if both FirstDevicePath and SecondDevicePath are NULL.
337 The end-of-device-path device node is moved after the end of the appended device path instance
338 and a new end-of-device-path-instance node is inserted between.
403 @param NodeSubType The device node sub-type for the new device node.
418 Determines if a device path is single or multi-instance.
420 This function returns TRUE if the device path specified by DevicePath is multi-instance.
426 @retval TRUE DevicePath is multi-instance.
427 …@retval FALSE DevicePath is not multi-instance, or DevicePath is NULL or inva…
437 Retrieves the device path protocol from a handle.
439 This function returns the device path protocol from the handle specified by Handle. If Handle is
440 NULL or Handle does not contain a device path protocol, then NULL is returned.
442 @param Handle The handle from which to retrieve the device path protocol.
444 @return The device path protocol from the handle specified by Handle.
456 If Device is a valid device handle that contains a device path protocol, then a device path for
459 that does not support the device path protocol, then a device path containing a single device
465 If FileName is not aligned on a 16-bit boundary, then ASSERT().
469 @param FileName A pointer to a Null-terminated Unicode string.
532 until the first non-device node character.
549 until the first non-device node character.