Searched refs:eprintln (Results 1 – 16 of 16) sorted by relevance
/packages/modules/Virtualization/pvmfw/src/ |
D | exceptions.rs | 18 eprintln, 51 eprintln!("irq_current"); in irq_current() 57 eprintln!("fiq_current"); in fiq_current() 64 eprintln!("serr_current"); in serr_current() 65 eprintln!("esr={esr:#08x}"); in serr_current() 72 eprintln!("sync_lower"); in sync_lower() 73 eprintln!("esr={esr:#08x}"); in sync_lower() 79 eprintln!("irq_lower"); in irq_lower() 85 eprintln!("fiq_lower"); in fiq_lower() 92 eprintln!("serr_lower"); in serr_lower() [all …]
|
/packages/modules/Virtualization/vmbase/example/src/ |
D | exceptions.rs | 17 use vmbase::{eprintln, power::reboot, read_sysreg}; 21 eprintln!("sync_exception_current"); in sync_exception_current() 28 eprintln!("irq_current"); in irq_current() 34 eprintln!("fiq_current"); in fiq_current() 40 eprintln!("serr_current"); in serr_current() 47 eprintln!("sync_lower"); in sync_lower() 54 eprintln!("irq_lower"); in irq_lower() 60 eprintln!("fiq_lower"); in fiq_lower() 66 eprintln!("serr_lower"); in serr_lower() 74 eprintln!("esr={:#08x}", esr); in print_esr()
|
/packages/modules/Virtualization/vmbase/src/ |
D | exceptions.rs | 18 console, eprintln, 130 eprintln!("{exception_name}"); in print() 131 eprintln!("{obj}"); in print() 132 eprintln!("{}, elr={:#08x}", self, elr); in print()
|
D | bionic.rs | 18 use crate::eprintln; 122 eprintln!("FATAL BIONIC ERROR: {prefix}: \"{format}\" (unformatted)"); in async_safe_fatal_va_list() 202 eprintln!("{prefix}: {error}"); in perror() 204 eprintln!("{error}"); in perror()
|
D | lib.rs | 45 eprintln!("{}", info); in panic()
|
D | console.rs | 99 macro_rules! eprintln { macro
|
/packages/modules/Virtualization/rialto/src/ |
D | exceptions.rs | 19 eprintln, 98 eprintln!("esr={:#08x}", esr); in print_esr()
|
/packages/modules/Virtualization/vm/src/ |
D | run.rs | 351 eprintln!("payload started"); in on_payload_started() 355 eprintln!("payload is ready"); in on_payload_ready() 359 eprintln!("payload finished with exit code {}", exit_code); in on_payload_finished() 363 eprintln!("VM encountered an error: code={:?}, message={}", error_code, message); in on_error()
|
/packages/modules/Virtualization/compos/composd_cmd/ |
D | composd_cmd.rs | 150 eprintln!("CompilationTask died"); in run_async_compilation() 166 eprintln!("Failed to cancel compilation: {:?}", e); in run_async_compilation()
|
/packages/modules/Virtualization/vmbase/ |
D | README.md | 88 eprintln!("esr={:#08x}", esr); 96 Instead you can use `emergency_write_str` and `eprintln!`, which will re-initialize the UART every 101 properly, `eprintln!` may hang. `emergency_write_str` may be more reliable as it seems to avoid 103 at least something is logged, before trying `eprintln!` to print more details.
|
/packages/modules/Bluetooth/floss/hcidoc/src/ |
D | main.rs | 104 eprintln!("#{}: {}", pos, e); in main()
|
D | parser.rs | 197 eprintln!("Error reading snoop file: {:?}", e); in next() 214 eprintln!("Couldn't read any packet data: {}", e); in next()
|
/packages/modules/Virtualization/microdroid/derive_microdroid_vendor_dice_node/src/ |
D | main.rs | 111 eprintln!("failed with {:?}", e); in main()
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | interface_manager.rs | 180 eprintln!("APIMessage dispatch loop quit"); in dispatch()
|
/packages/modules/Bluetooth/floss/hcidoc/src/groups/ |
D | informational.rs | 348 eprintln!( in report_l2cap_disconn_rsp() 572 eprintln!("[{}] SCO is connected, but ACL is not.", address); in report_sco_connection_start()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | lib.rs | 230 eprintln!("Message dispatch loop quit"); in dispatch()
|