Hp Unified Extensible Firmware Interface Bedienungsanleitung Seite 69

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 79
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 68
Table 13 UEFI Application APIs (continued)
DescriptionFunction NameFunction Type
Gets the enable status of the page break
output mode.
GetPageBreakEFI_SHELL_GET_PAGE_BREAK
Gets the name of the device specified by the
device handle.
GetDeviceNameEFI_SHELL_GET_DEVICE_NAME
Return information about a specific file
handle.
GetFileInfoEFI_SHELL_GET_FILE_INFO
Change information about a specific file
handle.
SetFileInfoEFI_SHELL_SET_FILE_INFO
Given a file name, open a file and return a
file handle.
OpenFileByNameEFI_SHELL_OPEN_FILE_BY_NAME
Close an open file.CloseFileEFI_SHELL_CLOSE_FILE
Create a new file.CreateFileEFI_SHELL_CREATE_FILE
Read data from a file.ReadFileEFI_SHELL_READ_FILE
Write data to a file.WriteFileEFI_SHELL_WRITE_FILE
Delete a file.DeleteFileEFI_SHELL_DELETE_FILE
Delete a file by name.DeleteFileByNameEFI_SHELL_DELETE_FILE_BY_NAME
Return the current read/write position within
a file.
GetFilePositionEFI_SHELL_GET_FILE_POSITION
Change the current read/write position within
a file.
SetFilePositionEFI_SHELL_SET_FILE_POSITION
Write all buffered data to a file.FlushFileEFI_SHELL_FLUSH_FILE
Return all files that match a pattern in a file
list.
FindFilesEFI_SHELL_FIND_FILES
Return all files in a specified directory in a
file list.
FindFilesInDirEFI_SHELL_FIND_FILES_IN_DIR
Return the size of a file.GetFileSizeEFI_SHELL_GET_FILE_SIZE
Return the root directory of a file system.OpenRootEFI_SHELL_OPEN_ROOT
Return the root directory of a file system on a
particular handle.
OpenRootByHandleEFI_SHELL_OPEN_ROOT_BY_HANDLE
Event signaled by the UEFI Shell when the
user presses CTRL-C to indicate that the current
ExecutionBreakEFI_EVENT
UEFI Shell command execution should be
interrupted.
The major version of the shell environment.MajorVersionUINT32
The minor version of the shell environment.MinorVersionUINT32
This sample script shows some protocol functions.
Sample Shell scripts
Examples
The following sample scripts how to capture a configuration (export) and replicate it (import) from
startup.nsh mounted on an iLO virtual media..
Sample Shell scripts 69
Seitenansicht 68
1 2 ... 64 65 66 67 68 69 70 71 72 73 74 ... 78 79

Kommentare zu diesen Handbüchern

Keine Kommentare