| /freebsd-12.1/tools/regression/ufs/uprintf/ |
| H A D | ufs_uprintf.c | 97 if (errno != ENOSPC) { in fill_blocks() 110 if (len < 0 && errno != ENOSPC) { in fill_blocks() 147 if (errno != ENOSPC) { in fill_inodes() 154 if (fd < 0 && errno != ENOSPC) { in fill_inodes()
|
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | addrtostr.c | 70 errno = ENOSPC; in addrtostr() 157 errno = ENOSPC; \ in addrtostr6() 186 errno = ENOSPC; in addrtostr6() 199 errno = ENOSPC; in addrtostr6()
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/no_space/ |
| H A D | enospc_001_pos.ksh | 70 (( $ret != $ENOSPC )) && \ 78 (( $ret != $ENOSPC )) && \
|
| /freebsd-12.1/lib/libc/inet/ |
| H A D | inet_ntop.c | 93 errno = ENOSPC; in inet_ntop4() 174 errno = ENOSPC; in inet_ntop6() 192 errno = ENOSPC; in inet_ntop6()
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/grow_pool/ |
| H A D | grow_pool_001_pos.ksh | 68 readonly ENOSPC=28 69 if [[ $zret -ne $ENOSPC ]]; then
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/grow_replicas/ |
| H A D | grow_replicas_001_pos.ksh | 70 readonly ENOSPC=28 71 if [[ $zret -ne $ENOSPC ]]; then
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/interop/ |
| H A D | interop_001_pos.ksh | 94 readonly ENOSPC=28 96 (( $retval == $ENOSPC && $afterwritepoolavail < $oldsize)) && \
|
| /freebsd-12.1/sys/dev/ixl/ |
| H A D | ixl_pf_qmgr.c | 72 return (ENOSPC); in ixl_pf_qmgr_alloc_contiguous() 76 return (ENOSPC); in ixl_pf_qmgr_alloc_contiguous() 110 return (ENOSPC); in ixl_pf_qmgr_alloc_scattered() 194 return (-ENOSPC); in ixl_pf_qmgr_get_first_free()
|
| /freebsd-12.1/stand/efi/libefi/ |
| H A D | errno.c | 76 case ENOSPC: in errno_to_efi_status() 140 errno = ENOSPC; in efi_status_to_errno()
|
| /freebsd-12.1/sys/dev/sfxge/common/ |
| H A D | efx_bootcfg.c | 170 rc = ENOSPC; in efx_bootcfg_verify() 177 rc = ENOSPC; in efx_bootcfg_verify() 268 rc = ENOSPC; in efx_bootcfg_copy_sector() 393 rc = ENOSPC; in efx_bootcfg_read() 487 rc = ENOSPC; in efx_bootcfg_write()
|
| /freebsd-12.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_idr.c | 443 error = -ENOSPC; in idr_get_new_locked() 537 error = -ENOSPC; in idr_get_new_above_locked() 546 error = -ENOSPC; in idr_get_new_above_locked() 648 return (-ENOSPC); in idr_alloc_locked() 659 return (-ENOSPC); in idr_alloc_locked() 682 if (unlikely(retval == -ENOSPC)) in idr_alloc_cyclic() 776 ret = -ENOSPC; in ida_simple_get()
|
| /freebsd-12.1/crypto/heimdal/lib/roken/ |
| H A D | inet_ntop.c | 52 errno = ENOSPC; in inet_ntop_v4() 89 errno = ENOSPC; in inet_ntop_v6()
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/pyzfs/common/ |
| H A D | util.py | 95 errno.ENOSPC: _("out of space"), 108 __strs[errno.EDQUOT] = __strs[errno.ENOSPC]
|
| /freebsd-12.1/sys/dev/drm2/i915/ |
| H A D | i915_gem_evict.c | 122 return -ENOSPC; in i915_gem_evict_something() 167 return -ENOSPC; in i915_gem_evict_everything()
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | errno.h | 336 #ifndef ENOSPC 337 #define ENOSPC 9965 macro
|
| /freebsd-12.1/sys/fs/ext2fs/ |
| H A D | ext2_extattr.c | 645 return (ENOSPC); in ext2_extattr_block_clone() 930 return (ENOSPC); in ext2_extattr_inode_set() 969 return (ENOSPC); in ext2_extattr_inode_set() 982 error = ENOSPC; in ext2_extattr_inode_set() 993 return (ENOSPC); in ext2_extattr_inode_set() 1130 return (ENOSPC); in ext2_extattr_block_set() 1141 return (ENOSPC); in ext2_extattr_block_set() 1165 return (ENOSPC); in ext2_extattr_block_set() 1170 return (ENOSPC); in ext2_extattr_block_set()
|
| /freebsd-12.1/contrib/ntp/lib/isc/ |
| H A D | inet_ntop.c | 98 errno = ENOSPC; in inet_ntop4() 197 errno = ENOSPC; in inet_ntop6()
|
| /freebsd-12.1/lib/libufs/ |
| H A D | sblock.c | 65 case ENOSPC: in sbread() 154 return (ENOSPC); in use_pread()
|
| /freebsd-12.1/sys/dev/cardbus/ |
| H A D | cardbus_device.c | 83 return (ENOSPC); in cardbus_build_cis() 90 return (ENOSPC); in cardbus_build_cis()
|
| /freebsd-12.1/contrib/apr/network_io/unix/ |
| H A D | inet_ntop.c | 109 errno = ENOSPC; in inet_ntop4() 237 errno = ENOSPC; in inet_ntop6()
|
| /freebsd-12.1/crypto/openssh/openbsd-compat/ |
| H A D | inet_ntop.c | 94 errno = ENOSPC; in inet_ntop4() 204 errno = ENOSPC; in inet_ntop6()
|
| /freebsd-12.1/sys/dev/pccard/ |
| H A D | pccard_device.c | 96 return (ENOSPC); in pccard_build_cis() 101 return (ENOSPC); in pccard_build_cis()
|
| /freebsd-12.1/contrib/ldns/compat/ |
| H A D | inet_ntop.c | 99 errno = ENOSPC; in inet_ntop4() 211 errno = ENOSPC; in inet_ntop6()
|
| /freebsd-12.1/sys/netpfil/ipfw/ |
| H A D | ip_fw_bpf.c | 112 return (ENOSPC); in ipfw_clone_create() 141 return (ENOSPC); in ipfwlog_clone_create()
|
| /freebsd-12.1/contrib/unbound/compat/ |
| H A D | inet_ntop.c | 99 errno = ENOSPC; in inet_ntop4() 211 errno = ENOSPC; in inet_ntop6()
|