Home
last modified time | relevance | path

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

12345678910>>...18

/freebsd-14.2/tools/regression/ufs/uprintf/
H A Dufs_uprintf.c95 if (errno != ENOSPC) { in fill_blocks()
108 if (len < 0 && errno != ENOSPC) { in fill_blocks()
145 if (errno != ENOSPC) { in fill_inodes()
152 if (fd < 0 && errno != ENOSPC) { in fill_inodes()
/freebsd-14.2/contrib/tcpdump/
H A Daddrtostr.c68 errno = ENOSPC; in addrtostr()
151 errno = ENOSPC; \ in addrtostr6()
177 errno = ENOSPC; in addrtostr6()
189 errno = ENOSPC; in addrtostr6()
/freebsd-14.2/sys/dev/sfxge/common/
H A Def10_image.c471 rc = ENOSPC; in efx_check_unsigned_image()
493 rc = ENOSPC; in efx_check_unsigned_image()
741 rc = ENOSPC; in efx_build_signed_image_write_buffer()
756 rc = ENOSPC; in efx_build_signed_image_write_buffer()
768 rc = ENOSPC; in efx_build_signed_image_write_buffer()
781 rc = ENOSPC; in efx_build_signed_image_write_buffer()
795 rc = ENOSPC; in efx_build_signed_image_write_buffer()
808 rc = ENOSPC; in efx_build_signed_image_write_buffer()
826 rc = ENOSPC; in efx_build_signed_image_write_buffer()
834 rc = ENOSPC; in efx_build_signed_image_write_buffer()
[all …]
H A Defx_bootcfg.c205 rc = ENOSPC; in efx_dhcp_verify()
212 rc = ENOSPC; in efx_dhcp_verify()
279 rc = ENOSPC; in efx_dhcp_walk_tags()
293 rc = ENOSPC; in efx_dhcp_walk_tags()
302 rc = ENOSPC; in efx_dhcp_walk_tags()
770 rc = ENOSPC; in efx_bootcfg_copy_sector()
819 rc = ENOSPC; in efx_bootcfg_copy_sector()
869 rc = ENOSPC; in efx_bootcfg_read()
961 rc = ENOSPC; in efx_bootcfg_read()
1067 rc = ENOSPC; in efx_bootcfg_write()
/freebsd-14.2/tests/sys/cddl/zfs/tests/no_space/
H A Denospc_001_pos.ksh68 (( $ret != $ENOSPC )) && \
76 (( $ret != $ENOSPC )) && \
/freebsd-14.2/tests/sys/cddl/zfs/tests/grow_pool/
H A Dgrow_pool_001_pos.ksh66 readonly ENOSPC=28
67 if [[ $zret -ne $ENOSPC ]]; then
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/no_space/
H A Denospc_001_pos.ksh66 (( $ret != $ENOSPC )) && \
74 (( $ret != $ENOSPC )) && \
/freebsd-14.2/tests/sys/cddl/zfs/tests/grow_replicas/
H A Dgrow_replicas_001_pos.ksh68 readonly ENOSPC=28
69 if [[ $zret -ne $ENOSPC ]]; then
/freebsd-14.2/lib/libc/inet/
H A Dinet_ntop.c90 errno = ENOSPC; in inet_ntop4()
171 errno = ENOSPC; in inet_ntop6()
189 errno = ENOSPC; in inet_ntop6()
/freebsd-14.2/tests/sys/cddl/zfs/tests/interop/
H A Dinterop_001_pos.ksh92 readonly ENOSPC=28
94 (( $retval == $ENOSPC && $afterwritepoolavail < $oldsize)) && \
/freebsd-14.2/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-14.2/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-14.2/stand/efi/libefi/
H A Derrno.c73 case ENOSPC: in errno_to_efi_status()
137 errno = ENOSPC; in efi_status_to_errno()
/freebsd-14.2/sys/dev/ixl/
H A Dixl_pf_qmgr.c71 return (ENOSPC); in ixl_pf_qmgr_alloc_contiguous()
75 return (ENOSPC); in ixl_pf_qmgr_alloc_contiguous()
109 return (ENOSPC); in ixl_pf_qmgr_alloc_scattered()
193 return (-ENOSPC); in ixl_pf_qmgr_get_first_free()
/freebsd-14.2/crypto/heimdal/lib/roken/
H A Dinet_ntop.c52 errno = ENOSPC; in inet_ntop_v4()
89 errno = ENOSPC; in inet_ntop_v6()
/freebsd-14.2/sys/dev/ice/
H A Dice_resmgr.c150 return (ENOSPC); in ice_resmgr_assign_contiguous()
204 return (ENOSPC); in ice_resmgr_assign_scattered()
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_idr.c448 error = -ENOSPC; in idr_get_new_locked()
542 error = -ENOSPC; in idr_get_new_above_locked()
551 error = -ENOSPC; in idr_get_new_above_locked()
653 return (-ENOSPC); in idr_alloc_locked()
664 return (-ENOSPC); in idr_alloc_locked()
687 if (unlikely(retval == -ENOSPC)) in idr_alloc_cyclic()
780 ret = -ENOSPC; in ida_simple_get()
/freebsd-14.2/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py95 errno.ENOSPC: _("out of space"),
108 __strs[errno.EDQUOT] = __strs[errno.ENOSPC]
/freebsd-14.2/contrib/libc-vis/
H A Dvis.c536 errno = ENOSPC; in istrsenvisx()
556 errno = ENOSPC; in istrsenvisx()
574 errno = ENOSPC; in istrsenvisx()
579 errno = ENOSPC; in istrsenvisx()
607 errno = ENOSPC; in istrsenvisx()
630 errno = ENOSPC; in istrsenvisx()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Derrno.h337 # ifndef ENOSPC
338 # define ENOSPC 9965 macro
/freebsd-14.2/tools/test/stress2/testcases/shm/
H A Dshm.c65 if (errno == ENOSPC) { in setup()
78 if (errno == ENOSPC) { in setup()
/freebsd-14.2/contrib/ofed/libirdma/
H A Dirdma_defs.h346 (_retcode) = ENOSPC; \
357 (_retcode) = ENOSPC; \
368 (_retcode) = ENOSPC; \
379 (_retcode) = ENOSPC; \
/freebsd-14.2/sys/dev/cardbus/
H A Dcardbus_device.c80 return (ENOSPC); in cardbus_build_cis()
87 return (ENOSPC); in cardbus_build_cis()
/freebsd-14.2/contrib/ntp/libntp/lib/isc/
H A Dinet_ntop.c98 errno = ENOSPC; in inet_ntop4()
197 errno = ENOSPC; in inet_ntop6()

12345678910>>...18