Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/net/
H A Dsysfs.rs105 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 Dmod.rs50 ($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 Dfbsysfs.rs64 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/arch/riscv64/syscall/
H A Dmod.rs15 ($val:expr, $regs:expr, $show:expr) => {{
19 if $show {
/DragonOS/kernel/src/exception/
H A Dsysfs.rs151 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/kernel/src/driver/pci/
H A Dattr.rs50 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
81 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
112 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
143 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
/DragonOS/tools/
H A Dmount_virt_disk.sh20 LOOP_DEVICE=$(losetup -f --show -P ../bin/${DISK_NAME}) \
H A Dcreate_hdd_image.sh88 LOOP_DEVICE=$(sudo losetup -f --show -P ${DISK_NAME}) \
/DragonOS/tools/qemu/
H A Difdown-nat7 tap=`brctl show | grep natnet | awk '{print $4}'`
H A Difup-nat15 if brctl show | grep "^$BRIDGE" &> /dev/null; then
/DragonOS/docs/kernel/debug/
H A Ddebug-kernel-with-gdb.md48 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 Dsysfs.rs303 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
332 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
356 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
379 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
/DragonOS/kernel/src/filesystem/sysfs/
H A Dmod.rs133 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
176 fn show( in show() method
H A Dfile.rs64 let len = attribute.show(kobj, buf)?; in callback_read()
/DragonOS/kernel/src/driver/base/
H A Dkobject.rs142 fn show( in show() method
148 let r = attr.show(kobj, buf).map_err(|e| { in show()
H A Dclass.rs167 fn show( in show() method
/DragonOS/kernel/src/driver/virtio/
H A Dsysfs.rs320 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
347 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
/DragonOS/
H A DLICENSE36 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 Dsysfs.rs145 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 Dmod.rs289 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 Dbus.rs668 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 Dmod.rs459 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 Ddd.rs601 fn show(&self, kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
/DragonOS/kernel/src/driver/pci/test/
H A Dpt_device.rs233 fn show(&self, _kobj: Arc<dyn KObject>, _buf: &mut [u8]) -> Result<usize, SystemError> { in show() method
/DragonOS/kernel/src/driver/video/fbdev/
H A Dvesafb.rs900 fn show(&self, _kobj: Arc<dyn KObject>, buf: &mut [u8]) -> Result<usize, SystemError> { in show() method