Searched defs:SysResult (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/crosvm/src/crosvm/plugin/ |
H A D | process.rs | 84 ) -> SysResult<()> { in set_vm_state() 291 pub fn signal_kill(&mut self) -> SysResult<()> { in signal_kill() 382 ) -> SysResult<()> { in handle_memory() 413 ) -> SysResult<()> { in handle_reserve_range() 441 ) -> SysResult<()> { in handle_set_irq_routing() 469 fn handle_set_call_hint(&mut self, hints: &main_request::SetCallHint) -> SysResult<()> { in handle_set_call_hint() 518 ) -> SysResult<()> { in handle_get_net_config()
|
H A D | vcpu.rs | 110 ) -> SysResult<()> { in set_vcpu_state_enum_or_unknown() 118 fn set_vcpu_state(vcpu: &Vcpu, state_set: vcpu_request::StateSet, state: &[u8]) -> SysResult<()> { in set_vcpu_state() 193 ) -> SysResult<()> { in reserve_range() 229 pub fn unreserve_range(&mut self, space: IoSpace, start: u64) -> SysResult<()> { in unreserve_range() 396 pub fn init(&self, vcpu: &Vcpu) -> SysResult<()> { in init() 406 pub fn pre_run(&self, vcpu: &Vcpu) -> SysResult<()> { in pre_run()
|
H A D | mod.rs | 235 fn destroy(self, vm: &mut Vm) -> SysResult<()> { in destroy()
|
/aosp_15_r20/external/crosvm/cros_async/src/ |
H A D | timer.rs | 37 pub fn reset_oneshot(&mut self, dur: Duration) -> SysResult<()> { in reset_oneshot() 42 pub fn reset_repeating(&mut self, dur: Duration) -> SysResult<()> { in reset_repeating() 47 pub fn clear(&mut self) -> SysResult<()> { in clear()
|
/aosp_15_r20/external/crosvm/metrics/src/sys/windows/ |
H A D | system_metrics.rs | 51 type SysResult<T> = std::result::Result<T, SysError>; typedef
|