Home
last modified time | relevance | path

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

12345678910>>...13

/external/libusb_aah/libusb/os/
Dthreads_windows.c31 if(! mutex) return ((errno=EINVAL)); in usbi_mutex_init()
39 if(!mutex || !CloseHandle(*mutex)) return ((errno=EINVAL)); in usbi_mutex_destroy()
45 if(!mutex) return ((errno=EINVAL)); in usbi_mutex_trylock()
51 return ((errno=EINVAL)); // don't know how this would happen in usbi_mutex_trylock()
56 if(!mutex) return ((errno=EINVAL)); in usbi_mutex_lock()
60 return ((errno=EINVAL)); // don't know how this would happen in usbi_mutex_lock()
64 if(!mutex) return ((errno=EINVAL)); in usbi_mutex_unlock()
70 if(!mutex) return ((errno=EINVAL)); in usbi_mutex_static_lock()
77 if(!mutex) return ((errno=EINVAL)); in usbi_mutex_static_unlock()
86 if(!cond) return ((errno=EINVAL)); in usbi_cond_init()
[all …]
/external/valgrind/main/memcheck/tests/
Dmemalign2.c84 res = PM(&p, -1,100); assert(EINVAL == res); in main()
86 res = PM(&p, 1, 100); assert(EINVAL == res); in main()
87 res = PM(&p, 2, 100); assert(EINVAL == res); in main()
88 res = PM(&p, 3, 100); assert(EINVAL == res); in main()
92 res = PM(&p, 31, 100); assert(EINVAL == res); in main()
94 res = PM(&p, 33, 100); assert(EINVAL == res); in main()
96 res = PM(&p, 4095, 100); assert(EINVAL == res); in main()
98 res = PM(&p, 4097, 100); assert(EINVAL == res); in main()
/external/openssh/openbsd-compat/
Dsigact.c59 errno = EINVAL; in sigemptyset()
72 errno = EINVAL; in sigprocmask()
94 errno = EINVAL; in sigsuspend()
104 errno = EINVAL; in sigdelset()
115 errno = EINVAL; in sigaddset()
126 errno = EINVAL; in sigismember()
Dfmt_scaled.c91 errno = EINVAL; in scan_scaled()
98 errno = EINVAL; in scan_scaled()
114 errno = EINVAL; in scan_scaled()
159 errno = EINVAL; in scan_scaled()
/external/e2fsprogs/lib/ext2fs/
Dllseek.c100 errno = EINVAL; in ext2fs_llseek()
111 errno = EINVAL; in ext2fs_llseek()
118 #ifndef EINVAL
119 #define EINVAL EXT2_ET_INVALID_ARGUMENT macro
129 errno = EINVAL; in ext2fs_llseek()
/external/tinyalsa/
Dmixer.c273 return -EINVAL; in mixer_ctl_get_percent()
281 return -EINVAL; in mixer_ctl_set_percent()
292 return -EINVAL; in mixer_ctl_get_value()
314 return -EINVAL; in mixer_ctl_get_value()
327 return -EINVAL; in mixer_ctl_get_bytes()
347 return -EINVAL; in mixer_ctl_set_value()
369 return -EINVAL; in mixer_ctl_set_value()
381 return -EINVAL; in mixer_ctl_set_bytes()
394 return -EINVAL; in mixer_ctl_get_range_min()
402 return -EINVAL; in mixer_ctl_get_range_max()
[all …]
/external/libsepol/src/
Dgenbools.c144 errno = EINVAL;
169 errno = EINVAL;
180 errno = EINVAL;
203 errno = EINVAL;
241 errno = EINVAL;
252 errno = EINVAL;
256 errno = EINVAL;
Dpolicydb_convert.c25 errno = EINVAL; in policydb_from_image()
49 errno = EINVAL; in policydb_to_image()
68 errno = EINVAL; in policydb_to_image()
83 errno = EINVAL; in policydb_to_image()
Dservices.c325 return -EINVAL; in context_struct_compute_av()
439 return -EINVAL; in sepol_validate_transition()
446 return -EINVAL; in sepol_validate_transition()
452 return -EINVAL; in sepol_validate_transition()
458 return -EINVAL; in sepol_validate_transition()
486 rc = -EINVAL; in sepol_compute_av_reason()
492 rc = -EINVAL; in sepol_compute_av_reason()
530 rc = -EINVAL; in sepol_sid_to_context()
614 rc = -EINVAL; in sepol_compute_sid()
620 rc = -EINVAL; in sepol_compute_sid()
[all …]
/external/bison/lib/
Dstrerror_r.c271 ret = EINVAL; in strerror_r()
280 ret = EINVAL; in strerror_r()
291 ret = EINVAL; in strerror_r()
296 ret = EINVAL; in strerror_r()
309 ret = EINVAL; in strerror_r()
320 if (ret == EINVAL && !*buf) in strerror_r()
Dsigprocmask.c78 errno = EINVAL; in signal_nothrow()
151 errno = EINVAL; in sigaddset()
171 errno = EINVAL; in sigdelset()
245 errno = EINVAL; in sigprocmask()
327 errno = EINVAL; in rpl_signal()
Dfcntl.c64 errno = EINVAL; in dupfd()
190 errno = EINVAL; in rpl_fcntl()
236 if (0 <= result || errno != EINVAL) in rpl_fcntl()
304 errno = EINVAL; in rpl_fcntl()
/external/qemu/android/
Dsync-utils.c128 errno = EINVAL; in syncsocket_start_read()
139 errno = EINVAL; in syncsocket_stop_read()
150 errno = EINVAL; in syncsocket_start_write()
161 errno = EINVAL; in syncsocket_stop_write()
177 errno = EINVAL; in syncsocket_read_absolute()
214 errno = EINVAL; in syncsocket_write_absolute()
/external/wpa_supplicant_8/src/utils/
Dradiotap.c87 return -EINVAL; in ieee80211_radiotap_iterator_init()
91 return -EINVAL; in ieee80211_radiotap_iterator_init()
117 return -EINVAL; in ieee80211_radiotap_iterator_init()
262 return -EINVAL; in ieee80211_radiotap_iterator_next()
/external/qemu/
Denvlist.c106 return (EINVAL); in envlist_parse()
142 return (EINVAL); in envlist_setenv()
146 return (EINVAL); in envlist_setenv()
190 return (EINVAL); in envlist_unsetenv()
194 return (EINVAL); in envlist_unsetenv()
/external/bison/lib/glthread/
Dlock.c105 return EINVAL; in glthread_rwlock_unlock_multithreaded()
115 return EINVAL; in glthread_rwlock_destroy_multithreaded()
216 return EINVAL; in glthread_rwlock_unlock_multithreaded()
226 return EINVAL; in glthread_rwlock_unlock_multithreaded()
370 return EINVAL; in glthread_recursive_lock_unlock_multithreaded()
380 return EINVAL; in glthread_recursive_lock_destroy_multithreaded()
432 return EINVAL; in glthread_recursive_lock_unlock_multithreaded()
571 return EINVAL; in glthread_recursive_lock_unlock_multithreaded()
665 return EINVAL; in glthread_lock_unlock_func()
674 return EINVAL; in glthread_lock_destroy_func()
[all …]
/external/llvm/include/llvm/Support/
Dsystem_error.h321 # ifndef EINVAL
322 # define EINVAL 22 macro
501 bad_message = EINVAL,
522 invalid_argument = EINVAL,
535 no_link = EINVAL,
560 not_a_stream = EINVAL,
568 operation_canceled = EINVAL,
577 owner_dead = EINVAL,
583 protocol_error = EINVAL,
593 state_not_recoverable = EINVAL,
/external/liblzf/
Dlzf_d.c81 SET_ERRNO (EINVAL); in lzf_decompress()
111 SET_ERRNO (EINVAL); in lzf_decompress()
121 SET_ERRNO (EINVAL); in lzf_decompress()
137 SET_ERRNO (EINVAL); in lzf_decompress()
/external/oprofile/module/
Doprofile.c215 return -EINVAL; in oprof_note_read()
315 default: return -EINVAL; in oprof_read()
321 return -EINVAL; in oprof_read()
382 return -EINVAL; in oprof_open()
400 default: return -EINVAL; in oprof_release()
415 return -EINVAL; in oprof_mmap()
554 int err = -EINVAL; in oprof_stop()
641 int ret = -EINVAL; in get_nr_interrupts()
664 int ret = -EINVAL; in get_nr_buffer_overflow()
704 int err = -EINVAL; in sysctl_do_dump()
[all …]
/external/openssl/crypto/
DLPdir_nyi.c35 errno = EINVAL; in LP_find_file()
40 errno = EINVAL; in LP_find_file_end()
DLPdir_win.c59 errno = EINVAL; in LP_find_file()
106 errno = EINVAL; in LP_find_file()
151 errno = EINVAL; in LP_find_file_end()
/external/qemu/block/
Dnbd.c53 return -EINVAL; in nbd_open()
58 return -EINVAL; in nbd_open()
71 return -EINVAL; in nbd_open()
78 return -EINVAL; in nbd_open()
/external/qemu/target-i386/
Dhax-darwin.c43 return -EINVAL; in hax_populate_ram()
159 return -EINVAL; in hax_host_create_vm()
189 return -EINVAL; in hax_notify_qemu_version()
226 return -EINVAL; in hax_host_open_vcpu()
251 ret = -EINVAL; in hax_host_setup_vcpu_channel()
/external/yaffs2/yaffs2/mtdemul/
Dnandemul2k.c330 return -EINVAL; in nand_read_ecc()
398 return -EINVAL; in nand_read_oob()
434 return -EINVAL; in nand_write_ecc()
504 return -EINVAL; in nand_write_oob()
526 return -EINVAL; in nand_writev()
544 return -EINVAL; in nand_erase()
551 return -EINVAL; in nand_erase()
558 return -EINVAL; in nand_erase()
/external/linux-tools-perf/util/
Dprobe-event.c463 return -EINVAL; in show_available_vars_at()
585 return -EINVAL; in parse_line_num()
637 err = -EINVAL; in parse_line_range_desc()
706 return -EINVAL; in parse_perf_probe_point()
752 return -EINVAL; in parse_perf_probe_point()
760 return -EINVAL; in parse_perf_probe_point()
766 return -EINVAL; in parse_perf_probe_point()
792 return -EINVAL; in parse_perf_probe_point()
797 return -EINVAL; in parse_perf_probe_point()
802 return -EINVAL; in parse_perf_probe_point()
[all …]

12345678910>>...13