Home | History | Annotate | Download | only in Library

Lines Matching full:specified

48   Returns the Type field of the device path node specified by Node.

54 @return The Type field of the device path node specified by Node.
66 Returns the SubType field of the device path node specified by Node.
72 @return The SubType field of the device path node specified by Node.
84 Returns the 16-bit Length field of the device path node specified by Node.
93 @return The 16-bit Length field of the device path node specified by Node.
105 Returns a pointer to the device path node that follows the device path node specified by Node.
111 @return a pointer to the device path node that follows the device path node specified by Node.
125 Determines if the device path node specified by Node is an end node of a device path.
134 @retval TRUE The device path node specified by Node is an end node of a device path.
135 @retval FALSE The device path node specified by Node is not an end node of a device path.
147 Determines if a device path node specified by Node is an end node of an entire device path.
155 @retval TRUE The device path node specified by Node is the end of an entire device path.
156 @retval FALSE The device path node specified by Node is not the end of an entire device path.
168 Determines if a device path node specified by Node is an end node of a device path instance.
176 @retval TRUE The device path node specified by Node is the end of a device path instance.
177 @retval FALSE The device path node specified by Node is not the end of a device path instance.
189 Sets the length of the device path node specified by Node to the value specified
214 Fills in all the fields of a device path node specified by Node so Node represents
237 specified by DevicePath including the end of device path node.
255 This function allocates space for a new copy of the device path specified by DevicePath. If
307 This function creates a new device path by appending a copy of the device node specified by
308 DevicePathNode to a copy of the device path specified by DevicePath in an allocated buffer.
337 Creates a new device path by appending the specified device path instance to the specified device
340 This function creates a new device path by appending a copy of the device path instance specified
425 This function returns TRUE if the device path specified by DevicePath is multi-instance.
444 This function returns the device path protocol from the handle specified by Handle. If Handle is
449 @return The device path protocol from the handle specified by Handle.
462 the file specified by FileName is allocated and appended to the device path associated with the
465 path node for the file specified by FileName is allocated and returned.