| /freebsd-13.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-13.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-13.1/sys/dev/sfxge/common/ |
| H A D | ef10_image.c | 473 rc = ENOSPC; in efx_check_unsigned_image() 495 rc = ENOSPC; in efx_check_unsigned_image() 743 rc = ENOSPC; in efx_build_signed_image_write_buffer() 758 rc = ENOSPC; in efx_build_signed_image_write_buffer() 770 rc = ENOSPC; in efx_build_signed_image_write_buffer() 783 rc = ENOSPC; in efx_build_signed_image_write_buffer() 797 rc = ENOSPC; in efx_build_signed_image_write_buffer() 810 rc = ENOSPC; in efx_build_signed_image_write_buffer() 828 rc = ENOSPC; in efx_build_signed_image_write_buffer() 836 rc = ENOSPC; in efx_build_signed_image_write_buffer() [all …]
|
| H A D | efx_bootcfg.c | 207 rc = ENOSPC; in efx_dhcp_verify() 214 rc = ENOSPC; in efx_dhcp_verify() 281 rc = ENOSPC; in efx_dhcp_walk_tags() 295 rc = ENOSPC; in efx_dhcp_walk_tags() 304 rc = ENOSPC; in efx_dhcp_walk_tags() 772 rc = ENOSPC; in efx_bootcfg_copy_sector() 821 rc = ENOSPC; in efx_bootcfg_copy_sector() 871 rc = ENOSPC; in efx_bootcfg_read() 963 rc = ENOSPC; in efx_bootcfg_read() 1069 rc = ENOSPC; in efx_bootcfg_write()
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/no_space/ |
| H A D | enospc_001_pos.ksh | 70 (( $ret != $ENOSPC )) && \ 78 (( $ret != $ENOSPC )) && \
|
| /freebsd-13.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-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/no_space/ |
| H A D | enospc_001_pos.ksh | 66 (( $ret != $ENOSPC )) && \ 74 (( $ret != $ENOSPC )) && \
|
| /freebsd-13.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-13.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-13.1/tests/sys/cddl/zfs/tests/interop/ |
| H A D | interop_001_pos.ksh | 94 readonly ENOSPC=28 96 (( $retval == $ENOSPC && $afterwritepoolavail < $oldsize)) && \
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/ |
| H A D | removal_reservation.ksh | 56 ENOSPC=28 58 (( $zret == $ENOSPC )) || log_fail "Did not get ENOSPC during removal."
|
| /freebsd-13.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-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/grow/ |
| H A D | grow_pool_001_pos.ksh | 70 readonly ENOSPC=28 72 if [[ $zret -ne $ENOSPC ]]; then
|
| H A D | grow_replicas_001_pos.ksh | 58 readonly ENOSPC=28 73 [[ $? -ne $ENOSPC ]] && \
|
| /freebsd-13.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-13.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-13.1/sys/dev/ice/ |
| H A D | ice_resmgr.c | 151 return (ENOSPC); in ice_resmgr_assign_contiguous() 205 return (ENOSPC); in ice_resmgr_assign_scattered()
|
| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_idr.c | 442 error = -ENOSPC; in idr_get_new_locked() 536 error = -ENOSPC; in idr_get_new_above_locked() 545 error = -ENOSPC; in idr_get_new_above_locked() 647 return (-ENOSPC); in idr_alloc_locked() 658 return (-ENOSPC); in idr_alloc_locked() 681 if (unlikely(retval == -ENOSPC)) in idr_alloc_cyclic() 775 ret = -ENOSPC; in ida_simple_get()
|
| /freebsd-13.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-13.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-13.1/lib/libufs/ |
| H A D | sblock.c | 65 case ENOSPC: in sbread() 154 return (ENOSPC); in use_pread()
|
| /freebsd-13.1/contrib/ntp/lib/isc/ |
| H A D | inet_ntop.c | 98 errno = ENOSPC; in inet_ntop4() 197 errno = ENOSPC; in inet_ntop6()
|
| /freebsd-13.1/sys/dev/cardbus/ |
| H A D | cardbus_device.c | 82 return (ENOSPC); in cardbus_build_cis() 89 return (ENOSPC); in cardbus_build_cis()
|
| /freebsd-13.1/crypto/openssh/openbsd-compat/ |
| H A D | inet_ntop.c | 94 errno = ENOSPC; in inet_ntop4() 204 errno = ENOSPC; in inet_ntop6()
|
| /freebsd-13.1/sys/netpfil/ipfw/ |
| H A D | ip_fw_bpf.c | 101 return (ENOSPC); in ipfw_clone_create() 127 return (ENOSPC); in ipfwlog_clone_create()
|