Searched refs:EBUSY (Results 1 – 19 of 19) 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()
222 SystemError::EBUSY, in inner_setup_irq()
28 #define EBUSY 16 /* 设备或资源忙 Device or resource busy. */ macro
83 return Err(SystemError::EBUSY); in probe()90 return Err(SystemError::EBUSY); in probe()
44 EBUSY = 16, enumerator
350 return Err(SystemError::EBUSY); in unlink()362 return Err(SystemError::EBUSY); in rmdir()441 return Err(SystemError::EBUSY); in mount()468 return Err(SystemError::EBUSY); in mount_from()
322 return Err(SystemError::EBUSY); in do_mount()354 return Err(SystemError::EBUSY); in do_mount_mkdir()
97 return Err(SystemError::EBUSY); in try_lock()
53 return Err(SystemError::EBUSY); in register()
540 return Err(SystemError::EBUSY); in find_dynamic_major()620 return Err(SystemError::EBUSY); // 存在重合的次设备号 in __register_blockdev_region()651 return Err(SystemError::EBUSY); in __unregister_blockdev_region()
310 idx = self.ida.lock().alloc().ok_or(SystemError::EBUSY)?; in init_tty_device()349 return Err(SystemError::EBUSY); in open_tty()
211 return Err(SystemError::EBUSY); in register()
365 return Err(SystemError::EBUSY); in do_probe_device()
374 return Err(SystemError::EBUSY); in early_init_dt_reserve_memory()
413 let vc_index = vc_manager().alloc(vc.clone()).ok_or(SystemError::EBUSY)?; in install()
358 vc_manager().alloc(vc.clone()).ok_or(SystemError::EBUSY)?; in install()
607 err = Err(SystemError::EBUSY); in msync()
383 let devname = scsi_manager().alloc_id().ok_or(SystemError::EBUSY)?; in new()