Home
last modified time | relevance | path

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

/kernel/liteos_a/syscall/
Dfs_syscall.c906 int procFd0 = AllocProcessFd(); in SysPipe() local
907 if (procFd0 < 0) { in SysPipe()
912 FreeProcessFd(procFd0); in SysPipe()
918 FreeProcessFd(procFd0); in SysPipe()
925 AssociateSystemFd(procFd0, sysPipeFd0); in SysPipe()
928 pipeFdIntr[0] = procFd0; in SysPipe()
933 FreeProcessFd(procFd0); in SysPipe()