Searched refs:EINVAL (Results 126 - 150 of 3850) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gnulib/import/glthread/
H A Dlock.c55 return EINVAL;
101 return EINVAL;
106 return EINVAL;
127 return EINVAL;
133 return EINVAL;
150 return EINVAL;
160 return EINVAL;
174 return EINVAL;
183 return EINVAL;
188 return EINVAL;
[all...]
/netbsd-current/lib/librt/
H A Dsem.c183 return EINVAL;
244 errno = EINVAL;
253 errno = EINVAL;
338 errno = EINVAL;
344 errno = EINVAL;
373 errno = EINVAL;
387 errno = EINVAL;
401 errno = EINVAL;
415 errno = EINVAL;
429 errno = EINVAL;
[all...]
/netbsd-current/lib/libpthread/
H A Dpthread_rwlock.c98 pthread__error(EINVAL, "Invalid rwlock attribute",
117 pthread__error(EINVAL, "Invalid rwlock",
124 return EINVAL;
165 pthread__error(EINVAL, "Invalid rwlock",
254 pthread__error(EINVAL, "Invalid rwlock",
287 pthread__error(EINVAL, "Invalid rwlock",
376 pthread__error(EINVAL, "Invalid rwlock",
410 return EINVAL;
414 return EINVAL;
433 return EINVAL;
[all...]
/netbsd-current/lib/libquota/
H A Dquota_cursor.c61 errno = EINVAL;
131 errno = EINVAL;
148 errno = EINVAL;
166 errno = EINVAL;
180 errno = EINVAL;
193 errno = EINVAL;
H A Dquota_get.c65 errno = EINVAL;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dset_sec_context_option.c47 *minor_status = EINVAL;
116 *minor_status = EINVAL;
125 *minor_status = EINVAL;
183 *minor_status = EINVAL;
236 *minor_status = EINVAL;
246 *minor_status = EINVAL;
/netbsd-current/sys/arch/xen/xen/
H A Dxennet_checksum.c96 return EINVAL;
104 return EINVAL;
115 return EINVAL;
126 return EINVAL;
130 return EINVAL;
144 return EINVAL;
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
H A Dpwhash_argon2id.c147 errno = EINVAL;
159 errno = EINVAL;
172 errno = EINVAL;
195 errno = EINVAL;
221 errno = EINVAL;
231 errno = EINVAL;
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_irq.c128 return -EINVAL;
133 return -EINVAL;
239 return -EINVAL;
276 return -EINVAL;
288 return -EINVAL;
305 return -EINVAL;
H A Ddrm_panel.c170 return -EINVAL;
193 return -EINVAL;
217 return -EINVAL;
249 return -EINVAL;
278 return -EINVAL;
352 return -EINVAL;
/netbsd-current/tests/lib/libc/stdlib/
H A Dt_posix_memalign.c74 ATF_CHECK_EQ_MSG(ret, EINVAL,
80 ret != EINVAL) {
83 * rejected as EINVAL, we can't
95 * with EINVAL. No standard criterion for what
97 * on EINVAL.
99 if (ret == EINVAL)
169 * Setting errno to EINVAL is a NetBSD
182 ATF_CHECK_EQ_MSG(errno, EINVAL,
192 ATF_CHECK_MSG((errno == EINVAL ||
203 * with EINVAL
[all...]
/netbsd-current/sys/arch/m68k/m68k/
H A Dcompat_13_machdep.c88 return EINVAL;
96 return EINVAL;
107 return EINVAL;
111 * This should be at the last so that the error (EINVAL)
/netbsd-current/common/lib/libc/sys/
H A Dcpuset.c97 errno = EINVAL;
109 errno = EINVAL;
122 errno = EINVAL;
/netbsd-current/external/bsd/ntp/dist/tests/libntp/
H A Dsbprintf.c13 TEST_ASSERT(rc == -1 && errno == EINVAL);
21 TEST_ASSERT(rc == -1 && errno == EINVAL);
32 TEST_ASSERT(rc == -1 && errno == EINVAL);
/netbsd-current/sys/arch/sparc/sparc/
H A Dprocess_machdep.c128 return EINVAL;
140 return EINVAL;
149 return EINVAL;
H A Dsys_machdep.c69 error = EINVAL;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
H A Dnouveau_nvkm_subdev_bios_vpstate.c50 return -EINVAL;
76 return -EINVAL;
87 return -EINVAL;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dpac.c126 ret = EINVAL;
134 ret = EINVAL;
153 ret = EINVAL;
196 ret = EINVAL; /* Too few buffers */
201 ret = EINVAL; /* Wrong version */
223 ret = EINVAL;
235 ret = EINVAL;
241 ret = EINVAL;
247 ret = EINVAL;
253 ret = EINVAL;
[all...]
/netbsd-current/external/bsd/am-utils/dist/conf/mount/
H A Dmount_hpux.c87 return EINVAL;
/netbsd-current/lib/libc/compat/stdlib/
H A Dcompat_putenv.c71 errno = EINVAL;
/netbsd-current/lib/libc/gen/
H A Dulimit.c64 errno = EINVAL;
/netbsd-current/lib/libc/stdlib/
H A Dputenv.c61 errno = EINVAL;
/netbsd-current/lib/libc/termios/
H A Dtcflush.c71 errno = EINVAL;
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dsys_machdep.c70 error = EINVAL;
/netbsd-current/sys/external/bsd/drm/dist/shared-core/
H A Dr300_cmdbuf.c305 return -EINVAL;
317 return -EINVAL;
323 return -EINVAL;
360 return -EINVAL;
365 return -EINVAL;
405 return -EINVAL;
447 return -EINVAL;
486 return -EINVAL;
502 return -EINVAL;
513 return -EINVAL;
[all...]

Completed in 174 milliseconds

1234567891011>>