Home
last modified time | relevance | path

Searched defs:SYS_CLOSE (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.8/user/libs/libsystem/
Dsyscall.h9 #define SYS_CLOSE 3 macro
/DragonOS-0.1.8/kernel/src/syscall/
Dsyscall_num.h13 #define SYS_CLOSE 3 macro
Dmod.rs318 pub const SYS_CLOSE: usize = 3; constant