Home
last modified time | relevance | path

Searched defs:status (Results 1 – 9 of 9) sorted by relevance

/cloud-hypervisor/vm-migration/src/
H A Dprotocol.rs158 status: Status, field
183 pub fn status(&self) -> Status { in status() method
/cloud-hypervisor/net_util/src/
H A Dlib.rs53 pub status: u16, field
/cloud-hypervisor/block/src/
H A Dlib.rs165 pub fn status(&self) -> u8 { in status() method
166 let status = match *self { in status() localVariable
/cloud-hypervisor/vhost_user_block/src/
H A Dlib.rs134 let status = match request.execute( in process_queue() localVariable
/cloud-hypervisor/devices/src/
H A Dtpm.rs479 let status = self.emulator.deliver_request(&mut cmd).is_ok(); in write() localVariable
/cloud-hypervisor/virtio-devices/src/
H A Diommu.rs139 status: u8, field
382 let mut status = VIRTIO_IOMMU_S_OK; in parse() localVariable
H A Dblock.rs227 let status = match result { in process_queue_submit() localVariable
/cloud-hypervisor/test_infra/src/
H A Dlib.rs698 let status = channel.exit_status().map_err(SshCommandError::ExitStatus)?; in ssh_command_ip_with_auth() localVariable
/cloud-hypervisor/pci/src/
H A Dvfio.rs876 let status = self.vfio_wrapper.read_config_word(PCI_CONFIG_STATUS_OFFSET); in has_capabilities() localVariable