Home
last modified time | relevance | path

Searched refs:ENOSPC (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/freebsd-13.1/tools/regression/ufs/uprintf/
H A Dufs_uprintf.c97 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 Daddrtostr.c70 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 Def10_image.c473 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 Defx_bootcfg.c207 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 Denospc_001_pos.ksh70 (( $ret != $ENOSPC )) && \
78 (( $ret != $ENOSPC )) && \
/freebsd-13.1/tests/sys/cddl/zfs/tests/grow_pool/
H A Dgrow_pool_001_pos.ksh68 readonly ENOSPC=28
69 if [[ $zret -ne $ENOSPC ]]; then
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/no_space/
H A Denospc_001_pos.ksh66 (( $ret != $ENOSPC )) && \
74 (( $ret != $ENOSPC )) && \
/freebsd-13.1/tests/sys/cddl/zfs/tests/grow_replicas/
H A Dgrow_replicas_001_pos.ksh70 readonly ENOSPC=28
71 if [[ $zret -ne $ENOSPC ]]; then
/freebsd-13.1/lib/libc/inet/
H A Dinet_ntop.c93 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 Dinterop_001_pos.ksh94 readonly ENOSPC=28
96 (( $retval == $ENOSPC && $afterwritepoolavail < $oldsize)) && \
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_reservation.ksh56 ENOSPC=28
58 (( $zret == $ENOSPC )) || log_fail "Did not get ENOSPC during removal."
/freebsd-13.1/stand/efi/libefi/
H A Derrno.c76 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 Dgrow_pool_001_pos.ksh70 readonly ENOSPC=28
72 if [[ $zret -ne $ENOSPC ]]; then
H A Dgrow_replicas_001_pos.ksh58 readonly ENOSPC=28
73 [[ $? -ne $ENOSPC ]] && \
/freebsd-13.1/sys/dev/ixl/
H A Dixl_pf_qmgr.c72 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 Dinet_ntop.c52 errno = ENOSPC; in inet_ntop_v4()
89 errno = ENOSPC; in inet_ntop_v6()
/freebsd-13.1/sys/dev/ice/
H A Dice_resmgr.c151 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 Dlinux_idr.c442 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 Dutil.py95 errno.ENOSPC: _("out of space"),
108 __strs[errno.EDQUOT] = __strs[errno.ENOSPC]
/freebsd-13.1/contrib/apr/network_io/unix/
H A Dinet_ntop.c109 errno = ENOSPC; in inet_ntop4()
237 errno = ENOSPC; in inet_ntop6()
/freebsd-13.1/lib/libufs/
H A Dsblock.c65 case ENOSPC: in sbread()
154 return (ENOSPC); in use_pread()
/freebsd-13.1/contrib/ntp/lib/isc/
H A Dinet_ntop.c98 errno = ENOSPC; in inet_ntop4()
197 errno = ENOSPC; in inet_ntop6()
/freebsd-13.1/sys/dev/cardbus/
H A Dcardbus_device.c82 return (ENOSPC); in cardbus_build_cis()
89 return (ENOSPC); in cardbus_build_cis()
/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Dinet_ntop.c94 errno = ENOSPC; in inet_ntop4()
204 errno = ENOSPC; in inet_ntop6()
/freebsd-13.1/sys/netpfil/ipfw/
H A Dip_fw_bpf.c101 return (ENOSPC); in ipfw_clone_create()
127 return (ENOSPC); in ipfwlog_clone_create()

12345678910>>...17