Home
last modified time | relevance | path

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

12345678910

/freebsd/stand/i386/libi386/
H A Di386_copy.c41 errno = EFBIG; in i386_copyin()
53 errno = EFBIG; in i386_copyout()
67 errno = EFBIG; in i386_readin()
/freebsd/sys/contrib/libsodium/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()
/freebsd/sys/dev/cxgb/sys/
H A Duipc_mvec.c67 err = EFBIG; in busdma_map_sg_collapse()
69 } else if (err == EFBIG || seg_count >= TX_MAX_SEGS) { in busdma_map_sg_collapse()
83 err = EFBIG; in busdma_map_sg_collapse()
/freebsd/sys/fs/ext2fs/
H A Dext2_balloc.c112 return (EFBIG); in ext2_balloc()
160 return (EFBIG); in ext2_balloc()
194 return (EFBIG); in ext2_balloc()
238 return (EFBIG); in ext2_balloc()
278 return (EFBIG); in ext2_balloc()
/freebsd/sys/dev/sfxge/
H A Dsfxge_dma.c104 err = EFBIG; in sfxge_dma_map_sg_collapse()
106 } else if (err == EFBIG || seg_count >= maxsegs) { in sfxge_dma_map_sg_collapse()
117 err = EFBIG; in sfxge_dma_map_sg_collapse()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c488 return (EFBIG); in ccr_hash()
534 return (EFBIG); in ccr_hash()
640 return (EFBIG); in ccr_cipher()
658 return (EFBIG); in ccr_cipher()
689 return (EFBIG); in ccr_cipher()
867 return (EFBIG); in ccr_eta()
871 return (EFBIG); in ccr_eta()
898 return (EFBIG); in ccr_eta()
933 return (EFBIG); in ccr_eta()
990 return (EFBIG); in ccr_eta()
[all...]
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h301 # ifndef EFBIG
302 # define EFBIG 9956 macro
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py33 EFBIG = 27 variable
168 EFBIG: 'File too large',
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dpwhash_scryptsalsa208sha256.c171 errno = EFBIG; /* LCOV_EXCL_LINE */ in crypto_pwhash_scryptsalsa208sha256()
200 errno = EFBIG; /* LCOV_EXCL_LINE */ in crypto_pwhash_scryptsalsa208sha256_str()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
H A Dpwhash_scryptsalsa208sha256_nosse.c307 errno = EFBIG; in escrypt_kdf_nosse()
312 errno = EFBIG; in escrypt_kdf_nosse()
316 errno = EFBIG; in escrypt_kdf_nosse()
/freebsd/sys/contrib/libsodium/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()
/freebsd/cddl/lib/libdtrace/
H A Derrno.d82 inline int EFBIG = 27; variable
83 #pragma D binding "1.0" EFBIG
273 errno == EFBIG ? "File too large" :
/freebsd/contrib/pjdfstest/tests/truncate/
H A D12.t17 EFBIG|EINVAL)
/freebsd/contrib/pjdfstest/tests/ftruncate/
H A D12.t17 EFBIG|EINVAL)
/freebsd/lib/libc/gen/
H A Dnlist.c150 errno = EFBIG; in __elf_fdnlist()
179 errno = EFBIG; in __elf_fdnlist()
/freebsd/stand/libsa/
H A Dstrerror.c53 {EFBIG, "file too large"},
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp_global.c57 {"EFBIG", EFBIG},
/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo_vm.c423 ret = -EFBIG;
467 return -EFBIG;
494 return -EFBIG;
/freebsd/tests/sys/cddl/zfs/bin/
H A Dlargest_file.c100 if (errno == EFBIG) { in main()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteErrno.def32 HANDLE_ERRNO(EFBIG, 27)
/freebsd/usr.sbin/makefs/ffs/
H A Dufs_bmap.c94 return (EFBIG); in ufs_getlbns()
/freebsd/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_popen.c107 errno = EFBIG; in ATF_TC_BODY()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Dlargest_file.c116 if (errno == EFBIG || errno == EINVAL) { in main()
/freebsd/sys/sys/
H A Derrno.h79 #define EFBIG 27 /* File too large */ macro

12345678910