Searched refs:SimpleFileSystemProtocol (Results 1 – 5 of 5) sorted by relevance
7 use uefi_raw::protocol::file_system::SimpleFileSystemProtocol;25 #[unsafe_protocol(SimpleFileSystemProtocol::GUID)]26 pub struct SimpleFileSystem(SimpleFileSystemProtocol);
8 pub struct SimpleFileSystemProtocol { struct14 impl SimpleFileSystemProtocol { argument
10 pub use crate::proto::media::fs::SimpleFileSystem as SimpleFileSystemProtocol;
23 pub struct FileSystem(ScopedProtocol<SimpleFileSystemProtocol>);441 impl From<uefi::boot::ScopedProtocol<SimpleFileSystemProtocol>> for FileSystem {442 fn from(proto: uefi::boot::ScopedProtocol<SimpleFileSystemProtocol>) -> Self { in from()
56 - Added `SimpleFileSystemProtocol` and related types.