Home | History | Annotate | Download | only in UefiShellLib

Lines Matching refs:Position

822   bytes from the file at the file's current position and returns them in Buffer.

824 end of the file. The file's current position is increased by the number of bytes
826 at the file's current position and returns the entry in Buffer. If the Buffer
828 EFI_BUFFER_TOO_SMALL is returned and the current file position is not updated.
830 success, the current position is updated to the next directory entry. If there
863 file position. The current file position is advanced the actual number of bytes
938 Set the current position in a file.
940 This function sets the current file position for the handle to the position
941 supplied. With the exception of seeking to position 0xFFFFFFFFFFFFFFFF, only
943 allowed (a subsequent write would grow the file). Seeking to position
944 0xFFFFFFFFFFFFFFFF causes the current position to be set to the end of the file.
945 If FileHandle is a directory, the only position that may be set is zero. This
948 @param FileHandle The file handle on which the position is being set
949 @param Position Byte position from begining of file
960 IN UINT64 Position
963 return (FileFunctionMap.SetFilePosition(FileHandle, Position));
967 Gets a file's current position
969 This function retrieves the current file position for the file handle. For
970 directories, the current file position has no meaning outside of the file
974 @param FileHandle The open file handle on which to get the position.
975 @param Position Byte position from begining of file.
985 OUT UINT64 *Position
988 return (FileFunctionMap.GetFilePosition(FileHandle, Position));
2478 Raw value parameters are in the form of "value" in a specific position in the list.
2483 @param[in] Position The position of the value.
2492 IN UINTN Position
2512 // If the position matches, return the value
2514 if (((SHELL_PARAM_PACKAGE*)Node)->OriginalPosition == Position) {
2833 // Move cursor back 1 position to overwrite the ^
4059 If the position upon start is 0, then the Ascii Boolean will be set. This should be
4107 If the position upon start is 0, then the Ascii Boolean will be set. This should be