/freebsd/stand/i386/libi386/ |
H A D | i386_copy.c | 41 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 D | pwhash_argon2id.c | 143 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 D | pwhash_argon2i.c | 147 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 D | uipc_mvec.c | 67 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 D | ext2_balloc.c | 112 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 D | sfxge_dma.c | 104 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 D | t4_crypto.c | 488 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 D | errno.h | 301 # ifndef EFBIG 302 # define EFBIG 9956 macro
|
/freebsd/contrib/lib9p/pytest/ |
H A D | lerrno.py | 33 EFBIG = 27 variable 168 EFBIG: 'File too large',
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/ |
H A D | pwhash_scryptsalsa208sha256.c | 171 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 D | pwhash_scryptsalsa208sha256_nosse.c | 307 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 D | pwhash_scryptsalsa208sha256_sse.c | 323 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 D | errno.d | 82 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 D | 12.t | 17 EFBIG|EINVAL)
|
/freebsd/contrib/pjdfstest/tests/ftruncate/ |
H A D | 12.t | 17 EFBIG|EINVAL)
|
/freebsd/lib/libc/gen/ |
H A D | nlist.c | 150 errno = EFBIG; in __elf_fdnlist() 179 errno = EFBIG; in __elf_fdnlist()
|
/freebsd/stand/libsa/ |
H A D | strerror.c | 53 {EFBIG, "file too large"},
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zcp_global.c | 57 {"EFBIG", EFBIG},
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_bo_vm.c | 423 ret = -EFBIG; 467 return -EFBIG; 494 return -EFBIG;
|
/freebsd/tests/sys/cddl/zfs/bin/ |
H A D | largest_file.c | 100 if (errno == EFBIG) { in main()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteErrno.def | 32 HANDLE_ERRNO(EFBIG, 27)
|
/freebsd/usr.sbin/makefs/ffs/ |
H A D | ufs_bmap.c | 94 return (EFBIG); in ufs_getlbns()
|
/freebsd/contrib/netbsd-tests/lib/libc/stdio/ |
H A D | t_popen.c | 107 errno = EFBIG; in ATF_TC_BODY()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/ |
H A D | largest_file.c | 116 if (errno == EFBIG || errno == EINVAL) { in main()
|
/freebsd/sys/sys/ |
H A D | errno.h | 79 #define EFBIG 27 /* File too large */ macro
|