Home
last modified time | relevance | path

Searched refs:EINVAL (Results 1 – 25 of 86) sorted by relevance

1234

/components/libc/posix/pthreads/
A Dpthread_mutex.c50 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 Dpthread_barrier.c16 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 Dpthread_cond.c19 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 Dpthread_spin.c16 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 Dpthread_rwlock.c16 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 Dsched.c23 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 Dpthread.c427 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 Dpthread_tls.c104 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 Daio.c49 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 Dtty_ptmx.c45 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 Dtty_device.c69 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 Dsemaphore.c134 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 Dmqueue.c141 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 Dtimerfd.c130 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 Ddtb_base.c60 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 Ddtb_access.c31 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 Dlwp_session.c94 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 Dlwp_syscall.c366 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 Dlwp_pgrp.c130 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 Dctime.c432 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 Ddfs_file.c195 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 Dthread.cpp58 int err = EINVAL; in join()
73 int err = EINVAL; in detach()
/components/libc/posix/io/eventfd/
A Deventfd.c134 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 Dsockets.c1412 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 Dtermios.c77 errno = EINVAL; in tcsetattr()
140 errno = EINVAL; in cfsetospeed()

Completed in 52 milliseconds

1234