Home
last modified time | relevance | path

Searched defs:sysfd (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/fs/vfs/operation/
Dvfs_fcntl.c45 int sysfd = GetAssociatedSystemFd(procfd); in FcntlDupFd() local
/kernel/liteos_a/syscall/
Dfs_syscall.c240 int sysfd = DisassociateProcessFd(fd); in SysClose() local
286 int sysfd = GetAssociatedSystemFd(fd); in SysWrite() local
826 int sysfd = GetAssociatedSystemFd(fd); in SysDup() local
887 int sysfd = GetAssociatedSystemFd(fd); in SysFcntl() local
1392 int sysfd = GetAssociatedSystemFd(fd); in SysWritev() local
2099 int sysfd = GetAssociatedSystemFd(fd); in SysFcntl64() local
/kernel/liteos_a/kernel/extended/dynload/src/
Dlos_load_elf.c80 INT32 sysfd = DisassociateProcessFd(procFd); in OsELFClose() local