Home
last modified time | relevance | path

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

/kernel/liteos_a/syscall/
Dfs_syscall.c117 fd = GetAssociatedSystemFd(fd); in GetFullpathNull()
202 p_fds->fd = GetAssociatedSystemFd(p_fds->fd); in PollfdToSystem()
264 fd = GetAssociatedSystemFd(fd); in SysRead()
286 int sysfd = GetAssociatedSystemFd(fd); in SysWrite()
654 sysFd = GetAssociatedSystemFd(fd); in SysFchdir()
699 fd = GetAssociatedSystemFd(fd); in SysLseek()
711 fd = GetAssociatedSystemFd(fd); in SysLseek64()
953 int sysfd = GetAssociatedSystemFd(fd); in SysDup()
1002 fd = GetAssociatedSystemFd(fd); in SysIoctl()
1014 int sysfd = GetAssociatedSystemFd(fd); in SysFcntl()
[all …]
Dvm_syscall.c43 fd = GetAssociatedSystemFd(fd); in SysMmap()
Dsyscall_pub.c83 fd = GetAssociatedSystemFd(fd); in GetFullpath()
Dipc_syscall.c46 int sysFd = GetAssociatedSystemFd((INTPTR)(id)); \
Dnet_syscall.c46 s = GetAssociatedSystemFd(s); \
/kernel/liteos_a/fs/vfs/operation/
Dvfs_fcntl.c45 int sysfd = GetAssociatedSystemFd(procfd); in FcntlDupFd()
Dvfs_procfd.c133 int GetAssociatedSystemFd(int procFd) in GetAssociatedSystemFd() function
387 sysFd = GetAssociatedSystemFd(fd); in CopyFdToProc()
/kernel/liteos_a/kernel/extended/dynload/src/
Dlos_load_elf.c128 INT32 fd = GetAssociatedSystemFd(procfd); in OsReadELFInfo()
229 ret = fs_getfilep(GetAssociatedSystemFd(elfInfo->procfd), &filep); in OsReadEhdr()
489 INT32 fd = GetAssociatedSystemFd(procfd); in OsMmapELFFile()
/kernel/liteos_a/fs/vfs/
Dvnode.c730 sysFd = GetAssociatedSystemFd(fd); in VnodeFind()