Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/syscall/
Dsyscall_num.h43 #define SYS_DUP2 29 macro
/DragonOS-0.1.7/user/libs/libsystem/
Dsyscall.h36 #define SYS_DUP2 29 macro
/DragonOS-0.1.7/user/libs/libc/src/
Dunistd.c225 return syscall_invoke(SYS_DUP2, ofd, nfd, 0, 0, 0, 0, 0, 0); in dup2()