Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/syscall/
Dsyscall_num.h16 #define SYS_READ 4 macro
/DragonOS-0.1.3/user/libs/libsystem/
Dsyscall.h10 #define SYS_READ 4 macro
/DragonOS-0.1.3/user/libs/libc/src/
Dunistd.c30 return (ssize_t)syscall_invoke(SYS_READ, fd, (uint64_t)buf, count, 0, 0, 0, 0, 0); in read()
/DragonOS-0.1.3/docs/community/ChangeLog/V0.1.x/
DV0.1.0.md192 - SYS_READ 读取文件