Home | History | Annotate | Download | only in Protocol

Lines Matching refs:Position

191   @retval EFI_DEVICE_ERROR     On entry, the current file position is beyond the end of the file.

235 Sets a file's current position.
238 file handle to set the requested position on.
239 @param Position The byte position from the start of the file to set.
241 @retval EFI_SUCCESS The position was set.
244 @retval EFI_DEVICE_ERROR An attempt was made to set the position of a deleted file.
251 IN UINT64 Position
255 Returns a file's current position.
258 handle to get the current position on.
259 @param Position The address to return the file's current position value.
261 @retval EFI_SUCCESS The position was returned.
263 @retval EFI_DEVICE_ERROR An attempt was made to get the position from a deleted file.
270 OUT UINT64 *Position
456 @retval EFI_DEVICE_ERROR On entry, the current file position is beyond the end of the file.