/external/crosvm/devices/src/ |
D | proxy.rs | 131 debug_label: String, field 149 let debug_label = device.debug_label(); in new() localVariable 159 &debug_label.as_bytes()[..std::cmp::min(max_len, debug_label.len())]; in new() 188 debug_label, in new() 202 self.debug_label, e, in send_no_result() 214 cmd, self.debug_label, e, in sync_send() 224 fn debug_label(&self) -> String { in debug_label() method 225 self.debug_label.clone() in debug_label() 311 fn debug_label(&self) -> String { in debug_label() method 356 assert_eq!(proxy_device.debug_label(), "EchoDevice"); in test_debug_label()
|
D | bat.rs | 370 self.debug_label(), in start_monitor() 384 .name(self.debug_label()) in start_monitor() 400 self.debug_label(), in start_monitor() 426 fn debug_label(&self) -> String { in debug_label() method 434 self.debug_label(), in read() 461 warn!("{}: unsupported read address {}", self.debug_label(), info); in read() 474 self.debug_label(), in write() 492 warn!("{}: Bad write to address {}", self.debug_label(), info); in write()
|
D | i8042.rs | 24 fn debug_label(&self) -> String { in debug_label() method
|
D | bus.rs | 60 fn debug_label(&self) -> String; in debug_label() method 331 fn debug_label(&self) -> String { in debug_label() method 341 fn debug_label(&self) -> String { in debug_label() method
|
D | direct_io.rs | 43 fn debug_label(&self) -> String { in debug_label() method
|
D | cmos.rs | 50 fn debug_label(&self) -> String { in debug_label() method
|
D | pl030.rs | 74 fn debug_label(&self) -> String { in debug_label() method
|
D | serial.rs | 150 .name(format!("{} input thread", self.debug_label())) in spawn_input_thread() 310 fn debug_label(&self) -> String { in debug_label() method
|
D | acpi.rs | 55 fn debug_label(&self) -> String { in debug_label() method
|
/external/crosvm/devices/src/pci/ |
D | pci_device.rs | 67 fn debug_label(&self) -> String; in debug_label() method 134 fn debug_label(&self) -> String { in debug_label() method 135 PciDevice::debug_label(self) in debug_label() 190 fn debug_label(&self) -> String { in debug_label() method 191 (**self).debug_label() in debug_label() 248 fn debug_label(&self) -> String { in debug_label() method
|
D | pci_root.rs | 26 fn debug_label(&self) -> String { in debug_label() method 250 fn debug_label(&self) -> String { in debug_label() method 310 fn debug_label(&self) -> String { in debug_label() method
|
D | ac97.rs | 271 fn debug_label(&self) -> String { in debug_label() method 277 self.pci_address = match resources.allocate_pci(self.debug_label()) { in allocate_address()
|
D | vfio_pci.rs | 762 fn debug_label(&self) -> String { in debug_label() method 779 self.debug_label(), in allocate_address()
|
/external/crosvm/devices/src/virtio/vhost/ |
D | net.rs | 271 Err(e) => error!("{}: failed to set owner: {:?}", self.debug_label(), e), in on_device_sandboxed() 288 self.debug_label(), in control_notify() 297 self.debug_label(), in control_notify() 307 self.debug_label(), in control_notify() 315 self.debug_label(), in control_notify() 327 error!("{}: failed to notify the kill event", self.debug_label()); in reset() 334 error!("{}: failed to get back resources", self.debug_label()); in reset()
|
D | vsock.rs | 209 Err(e) => error!("{}: failed to set owner: {:?}", self.debug_label(), e), in on_device_sandboxed()
|
/external/crosvm/devices/src/virtio/ |
D | virtio_pci_device.rs | 392 fn debug_label(&self) -> String { in debug_label() method 393 format!("pci{}", self.device.debug_label()) in debug_label() 401 self.pci_address = match resources.allocate_pci(self.debug_label()) { in allocate_address() 672 self.debug_label(), in write_bar() 684 self.debug_label(), in write_bar() 717 self.debug_label(), in write_bar()
|
D | rng.rs | 237 error!("{}: failed to notify the kill event", self.debug_label()); in reset() 245 error!("{}: failed to get back resources", self.debug_label()); in reset()
|
D | virtio_device.rs | 20 fn debug_label(&self) -> String { in debug_label() method
|
D | console.rs | 424 error!("{}: failed to notify the kill event", self.debug_label()); in reset() 432 error!("{}: failed to get back resources", self.debug_label()); in reset()
|
D | balloon.rs | 518 error!("{}: failed to notify the kill event", self.debug_label()); in reset() 526 error!("{}: failed to get back resources", self.debug_label()); in reset()
|
D | net.rs | 732 error!("{}: failed to notify the kill event", self.debug_label()); in reset() 743 error!("{}: failed to get back resources", self.debug_label()); in reset()
|
D | block.rs | 846 error!("{}: failed to notify the kill event", self.debug_label()); in reset() 854 error!("{}: failed to get back resources", self.debug_label()); in reset()
|
D | block_async.rs | 951 error!("{}: failed to notify the kill event", self.debug_label()); in reset() 959 error!("{}: failed to get back resources", self.debug_label()); in reset()
|
/external/crosvm/devices/src/usb/xhci/ |
D | xhci_controller.rs | 166 fn debug_label(&self) -> String { in debug_label() method 175 self.pci_address = match resources.allocate_pci(self.debug_label()) { in allocate_address()
|
/external/crosvm/devices/src/virtio/input/ |
D | mod.rs | 650 error!("{}: failed to notify the kill event", self.debug_label()); in reset() 658 error!("{}: failed to get back resources", self.debug_label()); in reset()
|