Home
last modified time | relevance | path

Searched refs:ENONET (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h75 #define ENONET 64 /* 机器不在网络上 Machine is not on the network */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs136 ENONET = 64, enumerator
/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs852 return Err(SystemError::ENONET); in do_linkat()