/DragonOS-0.1.9/kernel/src/driver/video/fbdev/base/ |
D | fbsysfs.rs | 59 fn support(&self) -> SysFSOpsSupport { in support() method 83 fn support(&self) -> SysFSOpsSupport { in support() method 113 fn support(&self) -> SysFSOpsSupport { in support() method 136 fn support(&self) -> SysFSOpsSupport { in support() method 163 fn support(&self) -> SysFSOpsSupport { in support() method 190 fn support(&self) -> SysFSOpsSupport { in support() method 219 fn support(&self) -> SysFSOpsSupport { in support() method 251 fn support(&self) -> SysFSOpsSupport { in support() method 275 fn support(&self) -> SysFSOpsSupport { in support() method 305 fn support(&self) -> SysFSOpsSupport { in support() method
|
/DragonOS-0.1.9/kernel/src/exception/ |
D | sysfs.rs | 146 fn support(&self) -> SysFSOpsSupport { in support() method 177 fn support(&self) -> SysFSOpsSupport { in support() method 203 fn support(&self) -> SysFSOpsSupport { in support() method 234 fn support(&self) -> SysFSOpsSupport { in support() method 260 fn support(&self) -> SysFSOpsSupport { in support() method 290 fn support(&self) -> SysFSOpsSupport { in support() method
|
/DragonOS-0.1.9/kernel/src/filesystem/sysfs/ |
D | mod.rs | 125 fn support(&self) -> SysFSOpsSupport; in support() method 162 fn support(&self, attr: &dyn Attribute) -> SysFSOpsSupport { in support() method 163 return attr.support(); in support() 167 return attr.support(); in support_battr()
|
D | file.rs | 139 let sys_support = sysfs_ops.support(attr); in add_file_with_mode()
|
/DragonOS-0.1.9/docs/kernel/cpu_arch/x86_64/ |
D | usb_legacy_support.md | 5   usb legacy support指的是,由BIOS提供的,对USB鼠标、USB键盘的支持。在支持并启用USB Legacy Support的计算机上,USB鼠标、键盘由B…
|
/DragonOS-0.1.9/ |
D | README_EN.md | 72 …public welfare project, but its development cannot be separated from the support of funds. If you … 78 - Subsidies or equipment support for active community developers 87 …cloud.net)** Ya'an Digital Economy Operations Co., Ltd. provides cloud server support for DragonOS. 107 **What we support:** using this project to create greater value and contribute code to this project…
|
/DragonOS-0.1.9/kernel/src/arch/x86_64/driver/apic/ |
D | mod.rs | 47 fn support() -> bool; in support() method 480 fn support() -> bool { in support() method 492 if X2Apic::support() && X2Apic.init_current_cpu() { in init_current_cpu()
|
D | x2apic.rs | 15 fn support() -> bool { in support() method
|
D | xapic.rs | 208 fn support() -> bool { in support() method
|
/DragonOS-0.1.9/kernel/src/driver/base/ |
D | kobject.rs | 122 fn support(&self, attr: &dyn Attribute) -> SysFSOpsSupport { in support() method 123 return attr.support(); in support()
|
/DragonOS-0.1.9/kernel/src/driver/video/fbdev/base/fbcon/ |
D | mod.rs | 276 fn support(&self) -> SysFSOpsSupport { in support() method 305 fn support(&self) -> SysFSOpsSupport { in support() method 328 fn support(&self) -> SysFSOpsSupport { in support() method
|
/DragonOS-0.1.9/kernel/src/driver/base/device/ |
D | bus.rs | 600 fn support(&self) -> SysFSOpsSupport { in support() method 638 fn support(&self) -> SysFSOpsSupport { in support() method 776 fn support(&self) -> SysFSOpsSupport { in support() method 827 fn support(&self) -> SysFSOpsSupport { in support() method
|
D | mod.rs | 715 && (!attr.support().contains(SysFSOpsSupport::ATTR_SHOW)), in create_file() 724 && (!attr.support().contains(SysFSOpsSupport::ATTR_STORE)), in create_file() 850 fn support(&self) -> SysFSOpsSupport { in support() method
|
D | dd.rs | 619 fn support(&self) -> SysFSOpsSupport { in support() method 636 fn support(&self) -> SysFSOpsSupport { in support() method
|
/DragonOS-0.1.9/kernel/src/driver/acpi/ |
D | sysfs.rs | 140 fn support(&self) -> SysFSOpsSupport { in support() method 223 fn support(&self) -> SysFSOpsSupport { in support() method
|
/DragonOS-0.1.9/docs/kernel/debug/ |
D | debug-kernel-with-gdb.md | 74 warning: No executable has been specified and target does not support 89 warning: No executable has been specified and target does not support
|
/DragonOS-0.1.9/docs/community/ChangeLog/V0.1.x/ |
D | V0.1.7.md | 71 - Add sys_dup and sys_dup2 support (#2)
|
D | V0.1.9.md | 1265 * support rust panic backtrace 1267 mini-backtrace has llvm's unwind cpp source to support backtrace/unwind. 2141 modify grub_auto_install.sh to add arch linux support
|
/DragonOS-0.1.9/kernel/src/libs/intertrait/ |
D | README.md | 3 …hub.com/CodeChain-io/intertrait/) (revision d5d6dcb), and modified it to support `no_std` environm…
|
/DragonOS-0.1.9/kernel/src/libs/intertrait/macros/ |
D | LICENSE-APACHE | 167 and charge a fee for, acceptance of support, warranty, indemnity,
|
/DragonOS-0.1.9/kernel/src/driver/video/fbdev/ |
D | vesafb.rs | 802 fn support(&self) -> SysFSOpsSupport { in support() method
|