Home
last modified time | relevance | path

Searched refs:debug_label (Results 1 – 25 of 34) sorted by relevance

12

/external/crosvm/devices/src/
Dproxy.rs131 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()
Dbat.rs370 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()
Di8042.rs24 fn debug_label(&self) -> String { in debug_label() method
Dbus.rs60 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
Ddirect_io.rs43 fn debug_label(&self) -> String { in debug_label() method
Dcmos.rs50 fn debug_label(&self) -> String { in debug_label() method
Dpl030.rs74 fn debug_label(&self) -> String { in debug_label() method
Dserial.rs150 .name(format!("{} input thread", self.debug_label())) in spawn_input_thread()
310 fn debug_label(&self) -> String { in debug_label() method
Dacpi.rs55 fn debug_label(&self) -> String { in debug_label() method
/external/crosvm/devices/src/pci/
Dpci_device.rs67 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
Dpci_root.rs26 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
Dac97.rs271 fn debug_label(&self) -> String { in debug_label() method
277 self.pci_address = match resources.allocate_pci(self.debug_label()) { in allocate_address()
Dvfio_pci.rs762 fn debug_label(&self) -> String { in debug_label() method
779 self.debug_label(), in allocate_address()
/external/crosvm/devices/src/virtio/vhost/
Dnet.rs271 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()
Dvsock.rs209 Err(e) => error!("{}: failed to set owner: {:?}", self.debug_label(), e), in on_device_sandboxed()
/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs392 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()
Drng.rs237 error!("{}: failed to notify the kill event", self.debug_label()); in reset()
245 error!("{}: failed to get back resources", self.debug_label()); in reset()
Dvirtio_device.rs20 fn debug_label(&self) -> String { in debug_label() method
Dconsole.rs424 error!("{}: failed to notify the kill event", self.debug_label()); in reset()
432 error!("{}: failed to get back resources", self.debug_label()); in reset()
Dballoon.rs518 error!("{}: failed to notify the kill event", self.debug_label()); in reset()
526 error!("{}: failed to get back resources", self.debug_label()); in reset()
Dnet.rs732 error!("{}: failed to notify the kill event", self.debug_label()); in reset()
743 error!("{}: failed to get back resources", self.debug_label()); in reset()
Dblock.rs846 error!("{}: failed to notify the kill event", self.debug_label()); in reset()
854 error!("{}: failed to get back resources", self.debug_label()); in reset()
Dblock_async.rs951 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/
Dxhci_controller.rs166 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/
Dmod.rs650 error!("{}: failed to notify the kill event", self.debug_label()); in reset()
658 error!("{}: failed to get back resources", self.debug_label()); in reset()

12