Home
last modified time | relevance | path

Searched refs:kwarn (Results 1 – 25 of 52) sorted by relevance

123

/DragonOS-0.1.9/kernel/src/driver/virtio/
Dvirtio.rs10 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/
Dtsc.rs5 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/
Dfdt.rs66 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/
Dnet_core.rs7 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/
Dgroup.rs13 kwarn,
140 kwarn!("sysfs group '{name}' not found for kobject {kobj:?}"); in remove_group()
192 kwarn!( in group_create_files()
Dmod.rs12 kinfo, kwarn,
224 kwarn!("duplicate sysfs entry: {path}/{name}"); in warn_duplicate()
Dfile.rs19 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/
Dsignal.rs9 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()
Dsyscall.rs14 kerror, kwarn,
82 kwarn!("Not a valid signal number"); in kill()
/DragonOS-0.1.9/kernel/src/debug/
Dbug.h26 kwarn("Assertion failed at %s:%d", __FILE__, __LINE__); \
/DragonOS-0.1.9/kernel/src/common/
Dkprint.h40 #define kwarn(...) \ macro
/DragonOS-0.1.9/kernel/src/driver/firmware/efi/
Dinit.rs48 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()
Dtables.rs70 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()
Dmod.rs91 kwarn!( in check_system_table_header()
/DragonOS-0.1.9/docs/community/ChangeLog/V0.1.x/
DV0.1.1.md31 - 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/
Dmod.rs168 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/
Dlapic_vector.rs28 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/
Dexit.rs72 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/
Dmod.rs856 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()
Dmisc.rs61 kwarn!("SYS_UMASK has not yet been implemented\n"); in umask()
/DragonOS-0.1.9/kernel/src/driver/base/device/
Ddd.rs62 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/
Dnotifier.rs5 kwarn,
42 kwarn!( in register()
/DragonOS-0.1.9/kernel/src/exception/
Dirqdomain.rs159kwarn!("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()
Dmanage.rs138 kwarn!("desc {} can not request", desc.irq().data()); in request_threaded_irq()
515 kwarn!( in inner_setup_irq()
530kwarn!("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()
Dirqchip.rs440 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()

123