Home
last modified time | relevance | path

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

/kernel/liteos_a/syscall/
Dsyscall_lookup.h38 SYSCALL_HAND_DEF(__NR_close, SysClose, int, ARG_NUM_1)
Dlos_syscall.h222 extern int SysClose(int fd);
Dfs_syscall.c235 int SysClose(int fd) in SysClose() function