Home
last modified time | relevance | path

Searched defs:SysError (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/crosvm/src/crosvm/plugin/
H A Dmod.rs185 fn proto_to_sys_err(e: protobuf::Error) -> SysError { in proto_to_sys_err()
189 fn io_to_sys_err(e: io::Error) -> SysError { in io_to_sys_err()
193 fn mmap_to_sys_err(e: MmapError) -> SysError { in mmap_to_sys_err()
H A Dprocess.rs521 fn map_net_error(s: &str, e: NetError) -> SysError { in handle_get_net_config()
/aosp_15_r20/external/crosvm/devices/src/
H A Dvmwdt.rs306 pub fn get_guest_time_ms(process_id: u32, thread_id: u32) -> Result<i64, SysError> { in get_guest_time_ms() argument
324 pub fn get_guest_time_ms(process_id: u32, thread_id: u32) -> Result<i64, SysError> { in get_guest_time_ms() argument
/aosp_15_r20/external/crosvm/net_util/src/
H A Dslirp.rs49 pub fn sys_error(&self) -> SysError { in sys_error()
H A Dlib.rs66 pub fn sys_error(&self) -> SysError { in sys_error()
/aosp_15_r20/external/crosvm/vm_control/src/sys/
H A Dlinux.rs191 ) -> Result<VmMappedMemoryRegion, SysError> { in prepare_shared_memory_region() argument