Lines Matching refs:Media
61 @param[in] MediaId Id of the media, changes every time the media is
75 @retval EFI_NO_MEDIA There is no media in the device.
76 @retval EFI_MEDIA_CHANGED The MediaId is not for the current media.
119 @param[in] MediaId The media ID that the write request is for.
131 @retval EFI_NO_MEDIA There is no media in the device.
184 @retval EFI_NO_MEDIA There is no media in the device.
185 @retval EFI_MEDIA_CHANGED The MediaId is not for the current media.
250 @param MediaId Id of the media, changes every time the media is replaced.
258 @retval EFI_NO_MEDIA There is no media in the device.
296 @param MediaId The media ID that the write request is for.
305 @retval EFI_NO_MEDIA There is no media in the device.
345 @retval EFI_NO_MEDIA There is no media in the device.
545 Private->BlockIo.Media = &Private->Media;
551 Private->BlockIo2.Media = &Private->Media;
559 Status = Private->Io->CreateMapping (Private->Io, &Private->Media);