Home
last modified time | relevance | path

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

12345678910>>...15

/freebsd-10-stable/tools/regression/ufs/uprintf/
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-10-stable/contrib/tcpdump/missing/
Dinet_ntop.c73 errno = ENOSPC; in inet_ntop_v4()
177 errno = ENOSPC; in inet_ntop_v6()
196 errno = ENOSPC; in inet_ntop_v6()
/freebsd-10-stable/lib/libkse/thread/
Dthr_sem.c89 errno = ENOSPC; in sem_alloc()
98 errno = ENOSPC; in sem_alloc()
105 errno = ENOSPC; in sem_alloc()
/freebsd-10-stable/sys/dev/sfxge/common/
Defx_bootcfg.c168 rc = ENOSPC; in efx_bootcfg_verify()
175 rc = ENOSPC; in efx_bootcfg_verify()
266 rc = ENOSPC; in efx_bootcfg_copy_sector()
391 rc = ENOSPC; in efx_bootcfg_read()
485 rc = ENOSPC; in efx_bootcfg_write()
/freebsd-10-stable/crypto/heimdal/lib/roken/
Dinet_ntop.c52 errno = ENOSPC; in inet_ntop_v4()
89 errno = ENOSPC; in inet_ntop_v6()
/freebsd-10-stable/sys/fs/ext2fs/
Dext2_alloc.c131 return (ENOSPC); in ext2_alloc()
177 return (ENOSPC); in ext2_reallocblks()
185 return (ENOSPC); in ext2_reallocblks()
207 return (ENOSPC); in ext2_reallocblks()
215 return (ENOSPC); in ext2_reallocblks()
218 return (ENOSPC); in ext2_reallocblks()
229 return (ENOSPC); in ext2_reallocblks()
343 return (ENOSPC); in ext2_reallocblks()
428 return (ENOSPC); in ext2_valloc()
/freebsd-10-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
Dutil.py95 errno.ENOSPC: _("out of space"),
108 __strs[errno.EDQUOT] = __strs[errno.ENOSPC]
/freebsd-10-stable/lib/libc/inet/
Dinet_ntop.c92 errno = ENOSPC; in inet_ntop4()
189 errno = ENOSPC; in inet_ntop6()
/freebsd-10-stable/contrib/ntp/lib/isc/
Dinet_ntop.c98 errno = ENOSPC; in inet_ntop4()
197 errno = ENOSPC; in inet_ntop6()
/freebsd-10-stable/contrib/apr/network_io/unix/
Dinet_ntop.c109 errno = ENOSPC; in inet_ntop4()
237 errno = ENOSPC; in inet_ntop6()
/freebsd-10-stable/sys/dev/drm2/i915/
Di915_gem_evict.c134 return -ENOSPC; in i915_gem_evict_something()
180 return -ENOSPC; in i915_gem_evict_everything()
/freebsd-10-stable/sys/dev/cardbus/
Dcardbus_device.c81 return (ENOSPC); in cardbus_build_cis()
88 return (ENOSPC); in cardbus_build_cis()
/freebsd-10-stable/crypto/openssh/openbsd-compat/
Dinet_ntop.c94 errno = ENOSPC; in inet_ntop4()
204 errno = ENOSPC; in inet_ntop6()
/freebsd-10-stable/contrib/ldns/compat/
Dinet_ntop.c99 errno = ENOSPC; in inet_ntop4()
211 errno = ENOSPC; in inet_ntop6()
/freebsd-10-stable/contrib/unbound/compat/
Dinet_ntop.c99 errno = ENOSPC; in inet_ntop4()
211 errno = ENOSPC; in inet_ntop6()
/freebsd-10-stable/sys/dev/pccard/
Dpccard_device.c94 return (ENOSPC); in pccard_build_cis()
99 return (ENOSPC); in pccard_build_cis()
/freebsd-10-stable/lib/libc/gen/
Dsem.c155 errno = ENOSPC; in sem_alloc()
274 errno = ENOSPC; in _libc_sem_open_compat()
277 errno = ENOSPC; in _libc_sem_open_compat()
/freebsd-10-stable/sys/ofed/include/linux/
Dlinux_idr.c296 error = -ENOSPC; in idr_get_new()
379 error = -ENOSPC; in idr_get_new_above()
388 error = -ENOSPC; in idr_get_new_above()
/freebsd-10-stable/sys/boot/efi/libefi/
Derrno.c77 errno = ENOSPC; in efi_status_to_errno()
/freebsd-10-stable/usr.sbin/wpa/ndis_events/
Dndis_events.c237 return(ENOSPC);
248 return(ENOSPC);
/freebsd-10-stable/cddl/lib/libdtrace/
Derrno.d85 inline int ENOSPC = 28; variable
86 #pragma D binding "1.0" ENOSPC
/freebsd-10-stable/tools/regression/pjdfstest/tests/mkfifo/
D11.t28 expect ENOSPC mkfifo ${n0}/${n1} 0644
/freebsd-10-stable/contrib/pjdfstest/tests/symlink/
D11.t28 expect ENOSPC symlink test ${n0}/${n1}
/freebsd-10-stable/contrib/pjdfstest/tests/mkdir/
D11.t28 expect ENOSPC mkdir ${n0}/${n1} 0755
/freebsd-10-stable/tools/regression/pjdfstest/tests/mkdir/
D11.t28 expect ENOSPC mkdir ${n0}/${n1} 0755

12345678910>>...15