Home
last modified time | relevance | path

Searched defs:remove (Results 1 – 25 of 26) sorted by relevance

12

/DragonOS/kernel/src/driver/base/platform/
H A Dplatform_driver.rs26 fn remove(&self, device: &Arc<dyn PlatformDevice>) -> Result<(), SystemError>; in remove() method
H A Dsubsys.rs79 fn remove(&self, _device: &Arc<dyn Device>) -> Result<(), SystemError> { in remove() method
/DragonOS/kernel/src/driver/pci/
H A Ddriver.rs28 fn remove(&self, device: &Arc<dyn PciDevice>) -> Result<(), SystemError>; in remove() method
H A Dsubsys.rs111 fn remove(&self, _device: &Arc<dyn Device>) -> Result<(), SystemError> { in remove() method
/DragonOS/kernel/src/driver/acpi/
H A Dbus.rs72 fn remove(&self, _device: &Arc<dyn Device>) -> Result<(), SystemError> { in remove() method
/DragonOS/kernel/src/driver/input/serio/
H A Dsubsys.rs81 fn remove(&self, _device: &Arc<dyn Device>) -> Result<(), SystemError> { in remove() method
/DragonOS/kernel/src/driver/block/cache/
H A Dcached_block_device.rs327 pub fn remove(&mut self, lba_id: BlockId) { in remove() method
359 pub fn remove(&mut self, lba_id: BlockId) { in remove() method
/DragonOS/tools/debugging/logmonitor/src/backend/monitor/
H A Dlogset.rs76 pub fn remove(&mut self, key: &K) -> Option<V> { in remove() method
/DragonOS/kernel/src/driver/pci/test/
H A Dpt_driver.rs65 fn remove(&self, _device: &Arc<dyn PciDevice>) -> Result<(), system_error::SystemError> { in remove() method
/DragonOS/kernel/src/driver/input/serio/i8042/
H A Di8042_driver.rs81 fn remove(&self, _device: &Arc<dyn PlatformDevice>) -> Result<(), SystemError> { in remove() method
/DragonOS/kernel/src/driver/rtc/
H A Drtc_cmos.rs105 fn remove(&self, _device: &Arc<dyn PlatformDevice>) -> Result<(), SystemError> { in remove() method
/DragonOS/kernel/src/libs/
H A Dnotifier.rs66 let remove = self.0.extract_if(|b| Arc::ptr_eq(&block, b)); in unregister() localVariable
H A Drbtree.rs1217 pub fn remove(&mut self, k: &K) -> Option<V> { in remove() method
/DragonOS/kernel/src/driver/virtio/
H A Dsysfs.rs101 fn remove(&self, _device: &Arc<dyn Device>) -> Result<(), SystemError> { in remove() method
/DragonOS/kernel/src/driver/base/
H A Dkobject.rs65 let remove = remove.unwrap_or(KObjectState::empty()); in update_kobj_state() localVariable
H A Dcpu.rs87 fn remove(&self, _device: &Arc<dyn Device>) -> Result<(), SystemError> { in remove() method
/DragonOS/kernel/src/filesystem/devfs/
H A Dmod.rs330 pub fn remove(&self, name: &str) -> Result<(), SystemError> { in remove() method
/DragonOS/kernel/src/filesystem/kernfs/
H A Dmod.rs562 pub fn remove(&self, name: &str) -> Result<(), SystemError> { in remove() method
/DragonOS/kernel/src/driver/serial/serial8250/
H A Dmod.rs457 fn remove(&self, _device: &Arc<dyn PlatformDevice>) -> Result<(), SystemError> { in remove() method
/DragonOS/kernel/src/exception/
H A Dirqdomain.rs592 fn remove(&mut self, hwirq: HardwareIrqNumber) { in remove() method
/DragonOS/kernel/src/libs/futex/
H A Dfutex.rs134 pub fn remove(&mut self, futex: Arc<FutexObj>) { in remove() method
/DragonOS/kernel/src/filesystem/vfs/
H A Dmount.rs734 pub fn remove<T: Into<MountPath>>(&self, path: T) -> Option<Arc<MountFS>> { in remove() method
/DragonOS/kernel/src/driver/base/device/
H A Dbus.rs142 fn remove(&self, _device: &Arc<dyn Device>) -> Result<(), SystemError>; in remove() method
H A Dmod.rs663 pub fn remove(&self, _dev: &Arc<dyn Device>) { in remove() method
/DragonOS/kernel/src/driver/video/fbdev/
H A Dvesafb.rs749 fn remove(&self, _device: &Arc<dyn PlatformDevice>) -> Result<(), SystemError> { in remove() method

12