Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/syscall/
Dsyscall_num.h17 #define SYS_WRITE 5 macro
/DragonOS-0.1.7/user/libs/libsystem/
Dsyscall.h11 #define SYS_WRITE 5 macro
/DragonOS-0.1.7/user/libs/libc/src/
Dunistd.c43 return (ssize_t)syscall_invoke(SYS_WRITE, fd, (uint64_t)buf, count, 0, 0, 0, 0, 0); in write()
/DragonOS-0.1.7/docs/community/ChangeLog/V0.1.x/
DV0.1.0.md193 - SYS_WRITE 写入文件