Lines Matching +full:multi +full:- +full:instance
5 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
6 SPDX-License-Identifier: BSD-2-Clause-Patent
26 @return Size Size of the specified device path, in bytes, including the end-of-path tag.
54 If Src1 is NULL and Src2 is non-NULL, then a duplicate of Src2 is returned.
55 If Src1 is non-NULL and Src2 is NULL, then a duplicate of Src1 is returned.
56 If Src1 and Src2 are both NULL, then a copy of an end-of-device-path is returned.
75 …If DevicePath is NULL then a copy of DeviceNode, followed by an end-of-device path device node is …
76 …If both DeviceNode and DevicePath are NULL then a copy of an end-of-device-path device node is ret…
93 Creates a new path by appending the specified device path instance to the specified device path.
96 @param DevicePathInstance Points to the device path instance.
110 Creates a copy of the current device path instance and returns a pointer to the next device path
111 instance.
114 instance. On output, this holds the pointer to the next
115 device path instance or NULL if there are no more device
117 @param DevicePathInstanceSize On output, this holds the size of the device path instance,
119 If NULL, then the instance size is not output.
121 @retval Pointer A pointer to the copy of the current device path instance.
137 @param NodeSubType NodeSubType is the device node sub-type
156 Returns whether a device path is multi-instance.
160 @retval TRUE The device path has more than one instance
161 @retval FALSE The device path is empty or contains only a single instance.