Searched defs:status (Results 1 – 9 of 9) sorted by relevance
158 status: Status, field183 pub fn status(&self) -> Status { in status() method
53 pub status: u16, field
165 pub fn status(&self) -> u8 { in status() method166 let status = match *self { in status() localVariable
134 let status = match request.execute( in process_queue() localVariable
479 let status = self.emulator.deliver_request(&mut cmd).is_ok(); in write() localVariable
139 status: u8, field382 let mut status = VIRTIO_IOMMU_S_OK; in parse() localVariable
227 let status = match result { in process_queue_submit() localVariable
698 let status = channel.exit_status().map_err(SshCommandError::ExitStatus)?; in ssh_command_ip_with_auth() localVariable
876 let status = self.vfio_wrapper.read_config_word(PCI_CONFIG_STATUS_OFFSET); in has_capabilities() localVariable