Searched defs:EBUSY (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 28 #define EBUSY 16 /* 设备或资源忙 Device or resource busy. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 44 EBUSY = 16, enumerator |