Home
last modified time | relevance | path

Searched refs:ShellParametersProtocol (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/crates/uefi/src/proto/
Dshell_params.rs6 use uefi_raw::protocol::shell_params::ShellParametersProtocol;
13 #[unsafe_protocol(ShellParametersProtocol::GUID)]
14 pub struct ShellParameters(ShellParametersProtocol);
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/
Dshell_params.rs6 use uefi_raw::protocol::shell_params::ShellParametersProtocol;
13 #[unsafe_protocol(ShellParametersProtocol::GUID)]
14 pub struct ShellParameters(ShellParametersProtocol);
/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/
Dshell_params.rs8 pub struct ShellParametersProtocol { struct
21 impl ShellParametersProtocol { argument
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/
Dshell_params.rs8 pub struct ShellParametersProtocol { struct
21 impl ShellParametersProtocol { implementation