/DragonOS/kernel/src/driver/net/ |
H A D | sysfs.rs | 105 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 132 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 154 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 176 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 202 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 224 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 246 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 273 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 302 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 324 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method [all …]
|
/DragonOS/kernel/src/arch/x86_64/syscall/ |
H A D | mod.rs | 50 ($val:expr, $regs:expr, $show:expr) => {{ 54 if $show { 90 let show = false; in syscall_handler() localVariable 97 if show { in syscall_handler() 107 show in syscall_handler() 115 show in syscall_handler() 124 show in syscall_handler()
|
/DragonOS/kernel/src/driver/video/fbdev/base/ |
H A D | fbsysfs.rs | 64 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 93 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 142 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 169 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 195 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 224 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 256 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 280 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 310 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
|
/DragonOS/kernel/src/driver/pci/ |
H A D | attr.rs | 59 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 90 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 121 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 152 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 183 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 214 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 245 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 280 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
|
/DragonOS/kernel/src/arch/riscv64/syscall/ |
H A D | mod.rs | 15 ($val:expr, $regs:expr, $show:expr) => {{ 19 if $show {
|
/DragonOS/kernel/src/exception/ |
H A D | sysfs.rs | 151 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 182 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 208 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 239 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 265 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 295 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
|
/DragonOS/tools/ |
H A D | mount_virt_disk.sh | 20 LOOP_DEVICE=$(losetup -f --show -P ../bin/${DISK_NAME}) \
|
H A D | create_hdd_image.sh | 88 LOOP_DEVICE=$(sudo losetup -f --show -P ${DISK_NAME}) \
|
/DragonOS/tools/qemu/ |
H A D | ifdown-nat | 7 tap=`brctl show | grep natnet | awk '{print $4}'`
|
H A D | ifup-nat | 15 if brctl show | grep "^$BRIDGE" &> /dev/null; then
|
/DragonOS/docs/kernel/debug/ |
H A D | debug-kernel-with-gdb.md | 48 Type "show copying" and "show warranty" for details. 50 Type "show configuration" for configuration details. 341 show directories #显示当前源代码文件的搜索路径列表。这些搜索路径决定了GDB在查找源代码文件时的搜索范围。 342 show listsize #显示打印源代码时的上下文行数。它确定了在使用list命令(或其简写形式l)时显示的源代码行数。
|
/DragonOS/kernel/src/driver/rtc/ |
H A D | sysfs.rs | 304 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 333 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 357 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 380 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
|
/DragonOS/kernel/src/filesystem/sysfs/ |
H A D | mod.rs | 133 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 176 fn show( in show() method
|
H A D | file.rs | 64 let len = attribute.show(kobj, buf)?; in callback_read()
|
/DragonOS/kernel/src/driver/base/ |
H A D | kobject.rs | 142 fn show( in show() method 148 let r = attr.show(kobj, buf).map_err(|e| { in show()
|
H A D | cpu.rs | 297 fn show(&self, _kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 321 fn show(&self, _kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
|
H A D | class.rs | 167 fn show( in show() method
|
/DragonOS/kernel/src/driver/virtio/ |
H A D | sysfs.rs | 321 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 348 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
|
/DragonOS/ |
H A D | LICENSE | 36 source code. And you must show them these terms so they know their 316 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 318 under certain conditions; type `show c' for details. 320 The hypothetical commands `show w' and `show c' should show the appropriate 322 be called something other than `show w' and `show c'; they could even be
|
/DragonOS/kernel/src/driver/acpi/ |
H A D | sysfs.rs | 145 fn show(&self, _kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 208 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
|
/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/ |
H A D | mod.rs | 289 fn show(&self, _kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 341 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
|
/DragonOS/kernel/src/driver/base/device/ |
H A D | bus.rs | 668 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method 721 fn show( in show() method 727 attr.show(kobj, buf) in show()
|
H A D | mod.rs | 459 fn show( in show() method 465 return attr.show(kobj, buf); in show() 928 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
|
H A D | dd.rs | 601 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
|
/DragonOS/kernel/src/driver/pci/test/ |
H A D | pt_device.rs | 259 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
|