Home
last modified time | relevance | path

Searched refs:EBUSY (Results 1 – 13 of 13) sorted by relevance

/DragonOS-0.1.9/kernel/src/driver/base/char/
Dmod.rs84 return Err(SystemError::EBUSY); in find_dynamic_major()
164 return Err(SystemError::EBUSY); // 存在重合的次设备号 in __register_chardev_region()
195 return Err(SystemError::EBUSY); in __unregister_chardev_region()
/DragonOS-0.1.9/kernel/src/exception/
Dresend.rs40 return Err(SystemError::EBUSY); in irq_check_and_resend()
Dmanage.rs221 SystemError::EBUSY, in inner_setup_irq()
/DragonOS-0.1.9/kernel/src/common/
Derrno.h28 #define EBUSY 16 /* 设备或资源忙 Device or resource busy. */ macro
/DragonOS-0.1.9/kernel/src/driver/base/block/
Dblock_device.rs371 return Err(SystemError::EBUSY); in find_dynamic_major()
451 return Err(SystemError::EBUSY); // 存在重合的次设备号 in __register_blockdev_region()
482 return Err(SystemError::EBUSY); in __unregister_blockdev_region()
/DragonOS-0.1.9/kernel/crates/system_error/src/
Dlib.rs44 EBUSY = 16, enumerator
/DragonOS-0.1.9/kernel/src/libs/
Dmutex.rs97 return Err(SystemError::EBUSY); in try_lock()
Dnotifier.rs55 return Err(SystemError::EBUSY); in register()
/DragonOS-0.1.9/kernel/src/filesystem/vfs/
Dmount.rs235 return Err(SystemError::EBUSY); in unlink()
247 return Err(SystemError::EBUSY); in rmdir()
/DragonOS-0.1.9/kernel/src/driver/base/device/
Ddriver.rs196 return Err(SystemError::EBUSY); in register()
Ddd.rs366 return Err(SystemError::EBUSY); in do_probe_device()
/DragonOS-0.1.9/kernel/src/driver/open_firmware/
Dfdt.rs348 return Err(SystemError::EBUSY); in early_init_dt_reserve_memory()
/DragonOS-0.1.9/kernel/src/driver/tty/
Dtty_driver.rs241 return Err(SystemError::EBUSY); in open_tty()