Searched refs:SimpleFileSystemProtocol (Results 1 – 10 of 10) sorted by relevance
7 use uefi_raw::protocol::file_system::SimpleFileSystemProtocol;25 #[unsafe_protocol(SimpleFileSystemProtocol::GUID)]26 pub struct SimpleFileSystem(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()
8 pub struct SimpleFileSystemProtocol { struct14 impl SimpleFileSystemProtocol { implementation
10 pub use crate::proto::media::fs::SimpleFileSystem as SimpleFileSystemProtocol;
56 - Added `SimpleFileSystemProtocol` and related types.