| /components/libc/posix/pthreads/ |
| A D | pthread_mutex.c | 50 return EINVAL; in pthread_mutexattr_init() 86 return EINVAL; in pthread_mutexattr_destroy() 128 return EINVAL; in pthread_mutexattr_gettype() 176 return EINVAL; in pthread_mutexattr_settype() 227 return EINVAL; in pthread_mutexattr_setpshared() 423 return EINVAL; in pthread_mutex_lock() 484 return EINVAL; in pthread_mutex_unlock() 546 return EINVAL; in pthread_mutexattr_getprioceiling() 552 return EINVAL; in pthread_mutexattr_setprioceiling() 558 return EINVAL; in pthread_mutexattr_getprotocol() [all …]
|
| A D | pthread_barrier.c | 16 return EINVAL; in pthread_barrierattr_destroy() 25 return EINVAL; in pthread_barrierattr_init() 36 return EINVAL; in pthread_barrierattr_getpshared() 46 return EINVAL; in pthread_barrierattr_setpshared() 53 return EINVAL; in pthread_barrierattr_setpshared() 87 return EINVAL; in pthread_barrier_destroy() 156 return EINVAL; in pthread_barrier_init() 158 return EINVAL; in pthread_barrier_init() 160 return EINVAL; in pthread_barrier_init() 201 return EINVAL; in pthread_barrier_wait() [all …]
|
| A D | pthread_cond.c | 19 return EINVAL; in pthread_condattr_destroy() 28 return EINVAL; in pthread_condattr_init() 52 return EINVAL; in pthread_condattr_getpshared() 65 return EINVAL; in pthread_condattr_setpshared() 107 return EINVAL; in pthread_cond_init() 109 return EINVAL; in pthread_cond_init() 126 return EINVAL; in pthread_cond_init() 166 return EINVAL; in pthread_cond_destroy() 223 return EINVAL; in pthread_cond_broadcast() 494 return EINVAL; in pthread_cond_wait() [all …]
|
| A D | pthread_spin.c | 16 return EINVAL; in pthread_spin_init() 26 return EINVAL; in pthread_spin_destroy() 34 return EINVAL; in pthread_spin_lock() 47 return EINVAL; in pthread_spin_trylock() 62 return EINVAL; in pthread_spin_unlock()
|
| A D | pthread_rwlock.c | 16 return EINVAL; in pthread_rwlockattr_init() 26 return EINVAL; in pthread_rwlockattr_destroy() 36 return EINVAL; in pthread_rwlockattr_getpshared() 47 return EINVAL; in pthread_rwlockattr_setpshared() 82 return EINVAL; in pthread_rwlock_init() 126 return EINVAL; in pthread_rwlock_destroy() 202 return EINVAL; in pthread_rwlock_rdlock() 258 return EINVAL; in pthread_rwlock_tryrdlock() 311 return EINVAL; in pthread_rwlock_timedrdlock() 375 return EINVAL; in pthread_rwlock_timedwrlock() [all …]
|
| A D | sched.c | 23 return EINVAL; in sched_get_priority_min() 32 return EINVAL; in sched_get_priority_max() 48 return EINVAL; in sched_rr_get_interval() 51 rt_set_errno(-EINVAL); in sched_rr_get_interval()
|
| A D | pthread.c | 427 ret = EINVAL; in pthread_create() 481 ret = EINVAL; in pthread_create() 498 ret = EINVAL; in pthread_create() 540 ret = EINVAL; in pthread_detach() 549 ret = EINVAL; in pthread_detach() 613 return EINVAL; /* invalid pthread id */ in pthread_join() 711 return EINVAL; in pthread_getcpuclockid() 1105 return EINVAL; in pthread_kill() 1330 return EINVAL; in pthread_setcancelstate() 1373 return EINVAL; in pthread_setcanceltype() [all …]
|
| A D | pthread_tls.c | 104 if (rt_thread_self() == NULL) return EINVAL; in pthread_setspecific() 123 return EINVAL; in pthread_setspecific() 208 return EINVAL; in pthread_key_delete()
|
| /components/libc/posix/io/aio/ |
| A D | aio.c | 49 if (!cb) return -EINVAL; in aio_cancel() 50 if (cb->aio_fildes != fd) return -EINVAL; in aio_cancel() 75 return -EINVAL; in aio_error() 154 if (!cb) return -EINVAL; in aio_fsync() 251 if (!cb) return -EINVAL; in aio_read() 252 if (cb->aio_offset < 0) return -EINVAL; in aio_read() 288 return -EINVAL; in aio_return() 401 if (!cb || (cb->aio_buf == NULL)) return -EINVAL; in aio_write() 408 return -EINVAL; in aio_write()
|
| /components/lwp/terminal/ |
| A D | tty_ptmx.c | 45 rc = -EINVAL; in ptm_fops_open() 50 rc = -EINVAL; in ptm_fops_open() 70 rc = -EINVAL; in ptm_fops_close() 207 rc = -EINVAL; in ptm_fops_ioctl() 215 return -EINVAL; in ptm_fops_flush() 220 return -EINVAL; in ptm_fops_lseek() 225 return -EINVAL; in ptm_fops_truncate() 251 return -EINVAL; in ptm_fops_mmap() 256 return -EINVAL; in ptm_fops_lock() 261 return -EINVAL; in ptm_fops_flock()
|
| A D | tty_device.c | 69 rc = -EINVAL; in tty_fops_open() 98 rc = -EINVAL; in tty_fops_close() 118 rc = -EINVAL; in tty_fops_ioctl() 227 return -EINVAL; in tty_fops_flush() 232 return -EINVAL; in tty_fops_lseek() 267 return -EINVAL; in tty_fops_mmap() 272 return -EINVAL; in tty_fops_lock() 277 return -EINVAL; in tty_fops_flock()
|
| /components/libc/posix/ipc/ |
| A D | semaphore.c | 134 rt_set_errno(EINVAL); in sem_close() 171 rt_set_errno(EINVAL); in sem_destroy() 250 rt_set_errno(EINVAL); in sem_getvalue() 282 rt_set_errno(EINVAL); in sem_init() 427 rt_set_errno(EINVAL); in sem_post() 436 rt_set_errno(EINVAL); in sem_post() 464 return EINVAL; in sem_timedwait() 505 rt_set_errno(EINVAL); in sem_trywait() 544 rt_set_errno(EINVAL); in sem_wait()
|
| A D | mqueue.c | 141 rt_set_errno(EINVAL); in mq_open() 202 rt_set_errno(EINVAL); in mq_receive() 245 rt_set_errno(EINVAL); in mq_send() 298 rt_set_errno(EINVAL); in mq_timedreceive()
|
| /components/libc/posix/io/timerfd/ |
| A D | timerfd.c | 130 rt_set_errno(EINVAL); in timerfd_read() 138 rt_set_errno(EINVAL); in timerfd_read() 197 rt_set_errno(EINVAL); in timerfd_do_create() 211 rt_set_errno(EINVAL); in timerfd_do_create() 376 rt_set_errno(EINVAL); in timerfd_do_settime() 377 return -EINVAL; in timerfd_do_settime() 382 return -EINVAL; in timerfd_do_settime() 447 return -EINVAL; in timerfd_do_settime() 459 return -EINVAL; in timerfd_do_settime() 486 rt_set_errno(EINVAL); in timerfd_do_settime() [all …]
|
| /components/legacy/fdt/src/ |
| A D | dtb_base.c | 60 return -EINVAL; in strict_strtoul() 64 return -EINVAL; in strict_strtoul() 73 return -EINVAL; in strict_strtoul() 206 return -EINVAL; in dtb_node_read_size() 386 return -EINVAL; in dtb_node_write_prop() 490 return -EINVAL; in dtb_node_irq_get() 494 res = -EINVAL; in dtb_node_irq_get() 532 return -EINVAL; in dtb_node_irq_get_byname() 553 return -EINVAL; in dtb_node_irq_count() 558 res = -EINVAL; in dtb_node_irq_count()
|
| A D | dtb_access.c | 31 return DTB_ERR_PTR(-EINVAL); in dtb_node_find_property_value_of_size() 45 return -EINVAL; in dtb_node_read_u32() 109 return -EINVAL; in dtb_node_read_u32_index() 131 return -EINVAL; in dtb_node_read_u64() 430 return -EINVAL; in dtb_node_property_match_string() 469 return -EINVAL; in dtb_node_property_read_string_helper() 509 rc = -EINVAL; in __dtb_node_parse_phandle_with_args() 637 return -EINVAL; in dtb_node_parse_phandle_with_args()
|
| /components/lwp/ |
| A D | lwp_session.c | 94 return -EINVAL; in lwp_session_delete() 145 return -EINVAL; in lwp_session_insert() 169 return -EINVAL; in lwp_session_remove() 203 return -EINVAL; in lwp_session_move() 235 return -EINVAL; in lwp_session_update_children_info() 266 return -EINVAL; in lwp_session_set_foreground() 290 return is_contains ? 0 : -EINVAL; in lwp_session_set_foreground()
|
| A D | lwp_syscall.c | 366 rc = -EINVAL; in sys_exit_group() 399 rc = -EINVAL; in sys_exit() 431 return -EINVAL; in sys_read() 612 return -EINVAL; in sys_open() 632 return -EINVAL; in sys_open() 710 return -EINVAL; in sys_openat() 1109 return -EINVAL; in sys_unlink() 1121 return -EINVAL; in sys_unlink() 2511 return -EINVAL; in syslog_ctrl() 3936 error = -EINVAL; in sys_execve() [all …]
|
| A D | lwp_pgrp.c | 130 return -EINVAL; in lwp_pgrp_delete() 184 return -EINVAL; in lwp_pgrp_insert() 209 return -EINVAL; in lwp_pgrp_remove() 245 return -EINVAL; in lwp_pgrp_move() 288 return -EINVAL; in lwp_pgrp_update_children_info() 337 return -EINVAL; in sys_setpgid()
|
| /components/libc/compilers/common/ |
| A D | ctime.c | 432 rt_set_errno(EINVAL); in timegm() 504 rt_set_errno(EINVAL); in gettimeofday() 533 rt_set_errno(EINVAL); in settimeofday() 555 rt_set_errno(EINVAL); in nanosleep() 676 rt_set_errno(EINVAL); in clock_nanosleep() 730 rt_set_errno(EINVAL); in clock_settime() 955 rt_set_errno(EINVAL); in timer_create() 961 rt_set_errno(EINVAL); in timer_create() 1061 rt_set_errno(EINVAL); in timer_delete() 1077 rt_set_errno(EINVAL); in timer_delete() [all …]
|
| /components/dfs/dfs_v1/src/ |
| A D | dfs_file.c | 195 return -EINVAL; in dfs_file_open() 384 return -EINVAL; in dfs_file_ioctl() 431 return -EINVAL; in dfs_file_read() 461 return -EINVAL; in dfs_file_getdents() 466 return -EINVAL; in dfs_file_getdents() 494 return -EINVAL; in dfs_file_unlink() 543 return -EINVAL; in dfs_file_write() 564 return -EINVAL; in dfs_file_flush() 585 return -EINVAL; in dfs_file_lseek() 742 return -EINVAL; in dfs_file_ftruncate() [all …]
|
| /components/libc/cplusplus/cpp11/gcc/ |
| A D | thread.cpp | 58 int err = EINVAL; in join() 73 int err = EINVAL; in detach()
|
| /components/libc/posix/io/eventfd/ |
| A D | eventfd.c | 134 return -EINVAL; in eventfd_read() 202 return -EINVAL; in eventfd_write() 207 return -EINVAL; in eventfd_write() 309 rt_set_errno(EINVAL); in do_eventfd()
|
| /components/net/lwip/lwip-1.4.1/src/api/ |
| A D | sockets.c | 1412 return EINVAL; 1517 err = EINVAL; 1523 err = EINVAL; 1550 err = EINVAL; 1556 err = EINVAL; 1561 err = EINVAL; 1566 err = EINVAL; 1585 err = EINVAL; 1614 err = EINVAL; 2002 err = EINVAL; [all …]
|
| /components/libc/posix/io/termios/ |
| A D | termios.c | 77 errno = EINVAL; in tcsetattr() 140 errno = EINVAL; in cfsetospeed()
|