Home
last modified time | relevance | path

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

/sys/kern/
Dsyscall.c358 Syscall_ReadDir(uint64_t fd, char *user_buf, size_t len, uintptr_t user_off) in Syscall_ReadDir() function
710 return Syscall_ReadDir(a1, (char *)a2, a3, a4); in Syscall_Entry()