Home
last modified time | relevance | path

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

/kernel/liteos_a/syscall/
H A 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(f in SysFcntl()
[all...]
H A Dvm_syscall.c43 fd = GetAssociatedSystemFd(fd); in SysMmap()
H A Dsyscall_pub.c83 fd = GetAssociatedSystemFd(fd); in GetFullpath()
H A Dipc_syscall.c46 int sysFd = GetAssociatedSystemFd((INTPTR)(id)); \
H A Dnet_syscall.c46 s = GetAssociatedSystemFd(s); \
/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_fcntl.c45 int sysfd = GetAssociatedSystemFd(procfd); in FcntlDupFd()
H A Dvfs_procfd.c133 int GetAssociatedSystemFd(int procFd) in GetAssociatedSystemFd() function
387 sysFd = GetAssociatedSystemFd(fd); in CopyFdToProc()
/kernel/liteos_a/kernel/extended/dynload/src/
H A 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/
H A Dvnode.c730 sysFd = GetAssociatedSystemFd(fd); in VnodeFind()

Completed in 7 milliseconds