Home
last modified time | relevance | path

Searched defs:VcpuShutdownError (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/hypervisor/src/
Dlib.rs424 pub struct VcpuShutdownError { struct
425 kind: VcpuShutdownErrorKind, argument
429 impl VcpuShutdownError { implementation
430 pub fn new(kind: VcpuShutdownErrorKind, raw_error_code: u64) -> VcpuShutdownError { in new()
/external/crosvm/metrics_events/src/
Devent_types.rs50 VcpuShutdownError, enumerator