Searched refs:ETIME (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 73 #define ETIME 62 /* 流式ioctl()超时 Stream ioctl() timeout */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 132 ETIME = 62, enumerator |