Searched refs:SET_ERRNO (Results 1 – 2 of 2) sorted by relevance
3384 SET_ERRNO(EINVAL); in _sys_clone()3389 SET_ERRNO(ENOMEM); in _sys_clone()3572 SET_ERRNO(ENOMEM); in _sys_fork()3579 SET_ERRNO(ENOMEM); in _sys_fork()3586 SET_ERRNO(ENOMEM); in _sys_fork()3595 SET_ERRNO(ENOMEM); in _sys_fork()3605 SET_ERRNO(ENOMEM); in _sys_fork()3620 SET_ERRNO(ENOMEM); in _sys_fork()6449 SET_ERRNO(EINVAL); in sys_sigaction()9988 SET_ERRNO(EFAULT); in sys_link()[all …]
42 #define SET_ERRNO(no) rt_set_errno(-(no)) macro
Completed in 22 milliseconds