Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/operation/
Dvfs_procfd.c94 static bool IsValidProcessFd(struct fd_table_s *fdt, int procFd) in IsValidProcessFd() function
109 if (!IsValidProcessFd(fdt, procFd)) { in AssociateSystemFd()
126 if (!IsValidProcessFd(fdt, procFd)) { in CheckProcessFd()
137 if (!IsValidProcessFd(fdt, procFd)) { in GetAssociatedSystemFd()
161 if (!IsValidProcessFd(fdt, procFd)) { in AllocSpecifiedProcessFd()
190 if (!IsValidProcessFd(fdt, procFd)) { in FreeProcessFd()
205 if (!IsValidProcessFd(fdt, procFd)) { in DisassociateProcessFd()
289 if (!IsValidProcessFd(fdt, procFd)) { in AllocAndAssocSystemFd()
450 if (!IsValidProcessFd(fdt, procFd)) { in CloseProcFd()