Searched refs:EBUSY (Results 1 – 9 of 9) sorted by relevance
153 return Err(SystemError::EBUSY); in find_dynamic_major()229 return Err(SystemError::EBUSY); // 存在重合的次设备号 in __register_chardev_region()261 return Err(SystemError::EBUSY); in __unregister_chardev_region()
28 #define EBUSY 16 /* 设备或资源忙 Device or resource busy. */ macro
34 #define EBUSY 16 /* 设备或资源忙 Device or resource busy. */ macro
97 return Err(SystemError::EBUSY); in try_lock()
52 return Err(SystemError::EBUSY); in register()
226 return Err(SystemError::EBUSY); in unlink()238 return Err(SystemError::EBUSY); in rmdir()
31 #define EBUSY 10 /* 设备或资源忙 Device or resource busy.*/
98 return Err(SystemError::EBUSY); in input()
66 EBUSY = 16, enumerator