XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
_EFI_TAPE_IO_PROTOCOL Struct Reference

#include <TapeIo.h>

Collaboration diagram for _EFI_TAPE_IO_PROTOCOL:
Collaboration graph
[legend]

Public Attributes

EFI_TAPE_READ TapeRead
 
EFI_TAPE_WRITE TapeWrite
 
EFI_TAPE_REWIND TapeRewind
 
EFI_TAPE_SPACE TapeSpace
 
EFI_TAPE_WRITEFM TapeWriteFM
 
EFI_TAPE_RESET TapeReset
 

Detailed Description

The EFI_TAPE_IO_PROTOCOL provides basic sequential operations for tape devices. These include read, write, rewind, space, write filemarks and reset functions. Per this specification, a boot application uses the services of this protocol to load the bootloader image from tape.

Member Data Documentation

◆ TapeRead

EFI_TAPE_READ _EFI_TAPE_IO_PROTOCOL::TapeRead

◆ TapeReset

EFI_TAPE_RESET _EFI_TAPE_IO_PROTOCOL::TapeReset

◆ TapeRewind

EFI_TAPE_REWIND _EFI_TAPE_IO_PROTOCOL::TapeRewind

◆ TapeSpace

EFI_TAPE_SPACE _EFI_TAPE_IO_PROTOCOL::TapeSpace

◆ TapeWrite

EFI_TAPE_WRITE _EFI_TAPE_IO_PROTOCOL::TapeWrite

◆ TapeWriteFM

EFI_TAPE_WRITEFM _EFI_TAPE_IO_PROTOCOL::TapeWriteFM

The documentation for this struct was generated from the following file: