Home
last modified time | relevance | path

Searched refs:ETIME (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.8/kernel/src/common/
Derrno.h73 #define ETIME 61 /* 流式ioctl()超时 Stream ioctl() timeout */ macro
/DragonOS-0.1.8/user/libs/libc/src/include/export/
Derrno.h79 #define ETIME 61 /* 流式ioctl()超时 Stream ioctl() timeout */ macro
/DragonOS-0.1.8/docs/userland/libc/apis/api-list/
Derrno.md175 #define ETIME 77 /* 流式ioctl()超时 Stream ioctl() timeout*/
/DragonOS-0.1.8/kernel/src/syscall/
Dmod.rs156 ETIME = 61, enumerator