Home
last modified time | relevance | path

Searched refs:ELOOP (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h52 #define ELOOP 40 /* 符号链接级别过多 Too many levels of symbolic links. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs92 ELOOP = 40, enumerator