Home
last modified time | relevance | path

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

/sys/kern/
Dsyscall.c223 Handle *handle = Handle_Lookup(cur->proc, fd); in Syscall_Read()
241 Handle *handle = Handle_Lookup(cur->proc, fd); in Syscall_Write()
259 Handle *handle = Handle_Lookup(cur->proc, fd); in Syscall_Flush()
318 Handle *handle = Handle_Lookup(cur->proc, fd); in Syscall_Close()
362 Handle *handle = Handle_Lookup(cur->proc, fd); in Syscall_ReadDir()
Dhandle.c71 Handle_Lookup(Process *proc, uint64_t fd) in Handle_Lookup() function
/sys/include/
Dthread.h140 Handle *Handle_Lookup(Process *proc, uint64_t fd);