/DragonOS-0.1.9/kernel/src/driver/virtio/ |
D | virtio.rs | 10 use crate::{kdebug, kerror, kwarn}; 53 kwarn!("Not support virtio_block device for now"); in virtio_device_init() 56 kwarn!("Not support virtio_gpu device for now"); in virtio_device_init() 59 kwarn!("Not support virtio_input device for now"); in virtio_device_init() 63 kwarn!("Unrecognized virtio device: {:?}", t); in virtio_device_init()
|
/DragonOS-0.1.9/kernel/src/arch/x86_64/driver/ |
D | tsc.rs | 5 kdebug, kerror, kinfo, kwarn, 63 kwarn!("TSC and CPU frequency already determined"); in determine_cpu_tsc_frequency() 191 kwarn!("Unable to calibrate against PIT"); in calibrate_cpu_by_pit_hpet_ptimer() 195 kwarn!("No reference (HPET/PMTIMER) available"); in calibrate_cpu_by_pit_hpet_ptimer() 200 kwarn!("Unable to calibrate against HPET/PMTIMER"); in calibrate_cpu_by_pit_hpet_ptimer() 219 kwarn!("Unable to calibrate against HPET/PMTIMER, using PIT calibration value"); in calibrate_cpu_by_pit_hpet_ptimer() 226 kwarn!( in calibrate_cpu_by_pit_hpet_ptimer() 332 kwarn!("TSCManager: Failed to read reference value, tsc delta too high"); in read_refs()
|
/DragonOS-0.1.9/kernel/src/driver/open_firmware/ |
D | fdt.rs | 66 kwarn!("No `chosen` node found"); in early_init_scan_nodes() 198 kwarn!("Ignoring memory block {:#x}-{:#x}", base, base + size); in early_init_dt_add_memory() 209 kwarn!("Ignoring memory block {:#x}-{:#x}", base, base + size); in early_init_dt_add_memory() 213 kwarn!( in early_init_dt_add_memory() 222 kwarn!("Ignoring memory range {:#x}-{:#x}", base, base + size); in early_init_dt_add_memory() 228 kwarn!( in early_init_dt_add_memory()
|
/DragonOS-0.1.9/kernel/src/net/ |
D | net_core.rs | 7 kdebug, kinfo, kwarn, 125 kwarn!("poll_ifaces: No net driver found!"); in poll_ifaces() 146 kwarn!("poll_ifaces: No net driver found!"); in poll_ifaces_try_lock() 177 kwarn!("poll_ifaces: No net driver found!"); in poll_ifaces_try_lock_onetime()
|
/DragonOS-0.1.9/kernel/src/filesystem/sysfs/ |
D | group.rs | 13 kwarn, 140 kwarn!("sysfs group '{name}' not found for kobject {kobj:?}"); in remove_group() 192 kwarn!( in group_create_files()
|
D | mod.rs | 12 kinfo, kwarn, 224 kwarn!("duplicate sysfs entry: {path}/{name}"); in warn_duplicate()
|
D | file.rs | 19 kwarn, 133 kwarn!("missing sysfs attribute operations for kobject: {kobj:?}"); in add_file_with_mode() 187 kwarn!( in remove_file() 223 kwarn!( in remove_bin_file()
|
/DragonOS-0.1.9/kernel/src/ipc/ |
D | signal.rs | 9 kwarn, 38 kwarn!("Kill operation not support: pid={:?}", pid); in send_signal_info() 50 kwarn!("No such process."); in send_signal_info() 301 kwarn!( in signal_wake_up() 311 kwarn!( in signal_wake_up()
|
D | syscall.rs | 14 kerror, kwarn, 82 kwarn!("Not a valid signal number"); in kill()
|
/DragonOS-0.1.9/kernel/src/debug/ |
D | bug.h | 26 kwarn("Assertion failed at %s:%d", __FILE__, __LINE__); \
|
/DragonOS-0.1.9/kernel/src/common/ |
D | kprint.h | 40 #define kwarn(...) \ macro
|
/DragonOS-0.1.9/kernel/src/driver/firmware/efi/ |
D | init.rs | 48 kwarn!("Unexpected EFI memory map version: {}", desc_version); in efi_init() 111 kwarn!("Unable to map EFI system table, e:{e:?}"); in uefi_init() 163 kwarn!("Unable to map EFI configuration table, e:{e:?}"); in uefi_init()
|
D | tables.rs | 70 kwarn!("report systable header: failed to map systable header, err: {fw_ptr:?}"); in report_systable_header() 86 kwarn!( in parse_config_tables() 97 kwarn!("Cannot find parser for guid: {:?}", table.vendor_guid); in parse_config_tables()
|
D | mod.rs | 91 kwarn!( in check_system_table_header()
|
/DragonOS-0.1.9/docs/community/ChangeLog/V0.1.x/ |
D | V0.1.1.md | 31 - rust下的kdebug kinfo kwarn kBUG kerror宏 215 * new: rust下的kdebug kinfo kwarn kBUG kerror宏 236 new: rust下的kdebug kinfo kwarn kBUG kerror宏 (#86) 238 * new: rust下的kdebug kinfo kwarn kBUG kerror宏
|
/DragonOS-0.1.9/kernel/src/driver/video/fbdev/base/fbcon/ |
D | mod.rs | 168 kwarn!("fbcon name can not be changed"); in set_name() 202 kwarn!("fbcon's class can not be changed"); in set_class() 282 kwarn!("fbcon rotate show not implemented"); in show() 288 kwarn!("fbcon rotate store not implemented"); in store() 311 kwarn!("fbcon rotate_all store not implemented"); in store()
|
/DragonOS-0.1.9/kernel/src/arch/x86_64/driver/apic/ |
D | lapic_vector.rs | 28 kwarn, 210 kwarn!( in irq_msi_compose_msg() 249 kwarn!("arch_early_irq_init: todo: add vector matrix"); in arch_early_irq_init()
|
/DragonOS-0.1.9/kernel/src/process/ |
D | exit.rs | 72 kwarn!("kernel_wait4: currently not support pgid, default to wait for pid\n"); in kernel_wait4() 76 kwarn!("kernel_wait4: currently not support pgid, default to wait for pid\n"); in kernel_wait4() 171 kwarn!("kernel_wait4: currently not support {:?}", kwo.pid_type); in do_wait()
|
/DragonOS-0.1.9/kernel/src/syscall/ |
D | mod.rs | 856 kwarn!("SYS_POLL has not yet been implemented"); in handle() 861 kwarn!("SYS_SETPGID has not yet been implemented"); in handle() 866 kwarn!("SYS_RT_SIGPROCMASK has not yet been implemented"); in handle() 871 kwarn!("SYS_TKILL has not yet been implemented"); in handle() 876 kwarn!("SYS_SIGALTSTACK has not yet been implemented"); in handle() 881 kwarn!("SYS_EXIT_GROUP has not yet been implemented"); in handle() 907 kwarn!("SYS_SETUID has not yet been implemented"); in handle() 911 kwarn!("SYS_SETGID has not yet been implemented"); in handle() 987 kwarn!("SYS_FCHOWN has not yet been implemented"); in handle() 992 kwarn!("SYS_FSYNC has not yet been implemented"); in handle()
|
D | misc.rs | 61 kwarn!("SYS_UMASK has not yet been implemented\n"); in umask()
|
/DragonOS-0.1.9/kernel/src/driver/base/device/ |
D | dd.rs | 62 kwarn!("do_device_attach: allow_async is true, but currently not supported"); in do_device_attach() 68 kwarn!("do_device_attach: dev: '{}'", dev.name()); in do_device_attach() 546 kwarn!( in call_driver_probe() 562 kwarn!("driver_bound: device '{}' is already bound.", device.name()); in driver_bound()
|
/DragonOS-0.1.9/kernel/src/libs/ |
D | notifier.rs | 5 kwarn, 42 kwarn!( in register()
|
/DragonOS-0.1.9/kernel/src/exception/ |
D | irqdomain.rs | 159 …kwarn!("domain associate failed: {:?}, domain '{:?}' didn't like hwirq {} to virq {} mapping.", e,… in domain_associate_many() 174 kwarn!( in domain_associate() 184 kwarn!("irq_desc not found for irq {}", irq.data()); in domain_associate() 189 kwarn!( in domain_associate()
|
D | manage.rs | 138 kwarn!("desc {} can not request", desc.irq().data()); in request_threaded_irq() 515 kwarn!( in inner_setup_irq() 530 …kwarn!("Irq {} uses trigger type: {old_trigger_type:?}, but requested trigger type: {new_trigger_t… in inner_setup_irq() 591 kwarn!( in wake_up_and_wait_for_irq_thread_ready() 1062 kwarn!("Unimplemented free_irq"); in free_irq() 1100 kwarn!("Primary handler called for nested irq {}", irq.data()); in handle()
|
D | irqchip.rs | 440 kwarn!( in __irq_do_set_handler() 460 kwarn!("No irq chip for irq {}", desc_inner.irq_data().irq().data()); in __irq_do_set_handler() 579 kwarn!("Chained irq {} should not call an action.", irq.data()); in handle()
|