Home | History | Annotate | Download | only in Protocol

Lines Matching full:media

53   @retval EFI_SUCCESS           Data was successfully transferred from the media.

57 @retval EFI_NO_MEDIA No media is loaded in the device.
62 @retval EFI_MEDIA_CHANGED The media in the device was changed since the last access.
64 media may be incorrect.
70 from the media.
88 @retval EFI_SUCCESS Data was successfully transferred to the media.
89 @retval EFI_END_OF_MEDIA The logical end of media has been reached. Data may have
90 been successfully transferred to the media.
91 @retval EFI_NO_MEDIA No media is loaded in the device.
96 @retval EFI_MEDIA_CHANGED The media in the device was changed since the last access.
98 media may be incorrect.
99 @retval EFI_WRITE_PROTECTED The media in the device is write-protected. The transfer
106 from the media.
123 @retval EFI_SUCCESS The media was successfully repositioned.
124 @retval EFI_NO_MEDIA No media is loaded in the device.
125 @retval EFI_NOT_READY Repositioning the media failed since the device was not
127 @retval EFI_UNSUPPORTED The device does not support this type of media repositioning.
128 @retval EFI_TIMEOUT Repositioning of the media did not complete within the timeout specified.
129 @retval EFI_DEVICE_ERROR A device error occurred while attempting to reposition the media.
143 @param Direction Direction and number of data blocks or filemarks to space over on media.
144 @param Type Type of mark to space over on media.
149 @retval EFI_SUCCESS The media was successfully repositioned.
150 @retval EFI_END_OF_MEDIA Beginning or end of media was reached before the
152 @retval EFI_NO_MEDIA No media is loaded in the device.
157 @retval EFI_MEDIA_CHANGED The media in the device was changed since the last access.
158 Repositioning the media was aborted since the current
159 position of the media may be incorrect.
160 @retval EFI_DEVICE_ERROR A device error occurred while attempting to reposition the media.
173 Writes filemarks to the media.
176 @param Count Number of filemarks to write to the media.
178 @retval EFI_SUCCESS Data was successfully transferred from the media.
179 @retval EFI_NO_MEDIA No media is loaded in the device.
184 @retval EFI_MEDIA_CHANGED The media in the device was changed since the last access.
186 media may be incorrect.
187 @retval EFI_DEVICE_ERROR A device error occurred while attempting to transfer data from the media.
205 @retval EFI_NO_MEDIA No media is loaded in the device.