Home
last modified time | relevance | path

Searched refs:class (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.8/kernel/src/filesystem/sysfs/
Dclass.rs42 class: Arc<dyn IndexNode>, in class_device_register()
45 class in class_device_register()
60 class: Arc<dyn IndexNode>, in class_device_unregister()
63 class in class_device_unregister()
Dmod.rs20 pub mod class; module
127 Ok(class) => unsafe { in new()
128 __SYS_CLASS_INODE = Box::leak(Box::new(class)); in new()
/DragonOS-0.1.8/kernel/src/libs/
Delf.rs57 if ehdr.class != elf::file::Class::ELF64 { in probe_x86_64()
424 ehdr.class, in parse_segments()
433 ehdr.class, in parse_segments()
457 ehdr.class, in parse_segments()