Home
last modified time | relevance | path

Searched refs:EFBIG (Results 1 – 25 of 246) sorted by relevance

12345678910

/netbsd/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
H A Dpwhash_argon2id.c143 errno = EFBIG; in crypto_pwhash_argon2id()
153 errno = EFBIG; in crypto_pwhash_argon2id()
189 errno = EFBIG; in crypto_pwhash_argon2id_str()
216 errno = EFBIG; in crypto_pwhash_argon2id_str_verify()
H A Dpwhash_argon2i.c147 errno = EFBIG; in crypto_pwhash_argon2i()
157 errno = EFBIG; in crypto_pwhash_argon2i()
193 errno = EFBIG; in crypto_pwhash_argon2i_str()
220 errno = EFBIG; in crypto_pwhash_argon2i_str_verify()
/netbsd/sys/ufs/ext2fs/
H A Dext2fs_inode.c120 return EFBIG; in ext2fs_setsize()
130 return EFBIG; in ext2fs_setsize()
166 return EFBIG; in ext2fs_setnblock()
182 return EFBIG; in ext2fs_setnblock()
328 return EFBIG; in ext2fs_truncate()
H A Dext2fs_readwrite.c123 return EFBIG; in ext2fs_read()
178 return EFBIG; in ext2fs_bufrd()
296 return EFBIG; in ext2fs_write()
384 return EFBIG; in ext2fs_bufwr()
/netbsd/external/ibm-public/postfix/dist/src/global/
H A Dmbox_open.c85 #define EDQUOT EFBIG
252 (e == EDQUOT || e == EFBIG) in mbox_dsn()
/netbsd/sys/rump/include/rump/
H A Drumperrno2host.h124 #ifdef EFBIG in rump_errno2host()
126 return EFBIG; in rump_errno2host()
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h299 #ifndef EFBIG
300 #define EFBIG 9956 macro
H A D__errc41 file_too_large, // EFBIG
138 file_too_large = EFBIG,
/netbsd/lib/librumpuser/
H A Drumpuser_errtrans.c105 #ifdef EFBIG in rumpuser__errtrans()
106 case EFBIG : return 27; in rumpuser__errtrans()
/netbsd/sys/kern/
H A Dkern_module_vfs.c195 error = EFBIG; in module_load_plist_vfs()
204 error = EFBIG; in module_load_plist_vfs()
/netbsd/external/gpl3/gdb/dist/readline/readline/
H A Dhistfile.c269 #if defined (EFBIG) in read_history_range()
270 int overflow_errno = EFBIG; in read_history_range()
536 #if defined (EFBIG) in history_truncate_file()
537 rv = errno = EFBIG; in history_truncate_file()
/netbsd/external/gpl3/gdb.old/dist/readline/readline/
H A Dhistfile.c269 #if defined (EFBIG) in read_history_range()
270 int overflow_errno = EFBIG; in read_history_range()
536 #if defined (EFBIG) in history_truncate_file()
537 rv = errno = EFBIG; in history_truncate_file()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc143 #ifdef EFBIG in default_error_condition()
144 case EFBIG: in default_error_condition()
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
H A Dpwhash_scryptsalsa208sha256_nosse.c306 errno = EFBIG; in escrypt_kdf_nosse()
311 errno = EFBIG; in escrypt_kdf_nosse()
315 errno = EFBIG; in escrypt_kdf_nosse()
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
H A Dpwhash_scryptsalsa208sha256_sse.c323 errno = EFBIG; in escrypt_kdf_sse()
329 errno = EFBIG; in escrypt_kdf_sse()
333 errno = EFBIG; in escrypt_kdf_sse()
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dpwhash_scryptsalsa208sha256.c160 errno = EFBIG; /* LCOV_EXCL_LINE */ in crypto_pwhash_scryptsalsa208sha256()
189 errno = EFBIG; /* LCOV_EXCL_LINE */ in crypto_pwhash_scryptsalsa208sha256_str()
/netbsd/sys/ufs/lfs/
H A Dulfs_readwrite.c90 return (EFBIG); in READ()
148 return EFBIG; in BUFRD()
263 return (EFBIG); in WRITE()
442 return EFBIG; in BUFWR()
/netbsd/sys/ufs/ufs/
H A Dufs_readwrite.c89 return (EFBIG); in READ()
148 return EFBIG; in BUFRD()
273 return (EFBIG); in WRITE()
488 return EFBIG; in BUFWR()
/netbsd/sys/arch/sparc/stand/boot/
H A Dboot.c202 error = EFBIG; in loadk()
218 error = EFBIG; in loadk()
/netbsd/external/gpl3/gdb/dist/sim/testsuite/sim/cris/c/
H A Dpipe5.c54 || errno != EFBIG) in main()
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dpipe5.c54 || errno != EFBIG) in main()
/netbsd/sys/rump/dev/lib/libpci/
H A Drumpdev_bus_dma.c242 return (EFBIG); /* XXX better return value here? */ in _bus_dmamap_load_buffer()
328 error = EFBIG; in bus_dmamap_load_mbuf()
561 return EFBIG; in bus_dmamem_alloc()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc223 X (NO_SYSTEM_RESOURCES, EFBIG); in default_error_condition()
330 #ifdef EFBIG in default_error_condition()
331 case EFBIG: in default_error_condition()
/netbsd/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_final.c57 if (errno == EFBIG) { in cleanup_final()
/netbsd/external/cddl/osnet/lib/libdtrace/
H A Derrno.d91 inline int EFBIG = 27; variable
92 #pragma D binding "1.0" EFBIG

12345678910