Searched refs:EBUSY (Results 1 – 13 of 13) sorted by relevance
84 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()
40 return Err(SystemError::EBUSY); in irq_check_and_resend()
221 SystemError::EBUSY, in inner_setup_irq()
28 #define EBUSY 16 /* 设备或资源忙 Device or resource busy. */ macro
371 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()
44 EBUSY = 16, enumerator
97 return Err(SystemError::EBUSY); in try_lock()
55 return Err(SystemError::EBUSY); in register()
235 return Err(SystemError::EBUSY); in unlink()247 return Err(SystemError::EBUSY); in rmdir()
196 return Err(SystemError::EBUSY); in register()
366 return Err(SystemError::EBUSY); in do_probe_device()
348 return Err(SystemError::EBUSY); in early_init_dt_reserve_memory()
241 return Err(SystemError::EBUSY); in open_tty()