Home
last modified time | relevance | path

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

/components/lwp/
A Dsyscall_generic.h49 sysret_t posix_rc; in lwp_errno_to_posix() local
54 posix_rc = 0; in lwp_errno_to_posix()
57 posix_rc = -ETIMEDOUT; in lwp_errno_to_posix()
60 posix_rc = -EINVAL; in lwp_errno_to_posix()
63 posix_rc = -ENOENT; in lwp_errno_to_posix()
66 posix_rc = -ENOSPC; in lwp_errno_to_posix()
69 posix_rc = -EPERM; in lwp_errno_to_posix()
72 posix_rc = -1; in lwp_errno_to_posix()
76 return posix_rc; in lwp_errno_to_posix()

Completed in 4 milliseconds