Home
last modified time | relevance | path

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

1234567891011

/titanic_41/usr/src/common/smbsrv/
H A Dsmb_door_legacy.c92 status = ENOSPC; in smb_dr_encode_finish()
109 ctx->status = ENOSPC; in smb_dr_get_dword()
124 ctx->status = ENOSPC; in smb_dr_get_int32()
164 ctx->status = ENOSPC; in smb_dr_get_string()
178 ctx->status = ENOSPC; in smb_dr_put_dword()
191 ctx->status = ENOSPC; in smb_dr_put_int32()
221 ctx->status = ENOSPC; in smb_dr_put_string()
242 ctx->status = ENOSPC; in smb_dr_get_int64()
263 ctx->status = ENOSPC; in smb_dr_put_int64()
282 ctx->status = ENOSPC; in smb_dr_put_short()
[all …]
/titanic_41/usr/src/lib/libndmp/common/
H A Dlibndmp_door_data.c93 status = ENOSPC; in ndmp_door_encode_finish()
109 ctx->status = ENOSPC; in ndmp_door_get_int32()
145 ctx->status = ENOSPC; in ndmp_door_get_string()
159 ctx->status = ENOSPC; in ndmp_door_put_int32()
189 ctx->status = ENOSPC; in ndmp_door_put_string()
209 ctx->status = ENOSPC; in ndmp_door_get_int64()
230 ctx->status = ENOSPC; in ndmp_door_put_int64()
249 ctx->status = ENOSPC; in ndmp_door_put_short()
263 ctx->status = ENOSPC; in ndmp_door_get_short()
290 ctx->status = ENOSPC; in ndmp_door_put_buf()
[all …]
/titanic_41/usr/src/test/zfs-tests/tests/functional/no_space/
H A Denospc_001_pos.ksh65 (( $ret != $ENOSPC )) && \
73 (( $ret != $ENOSPC )) && \
/titanic_41/usr/src/test/zfs-tests/tests/functional/grow_pool/
H A Dgrow_pool_001_pos.ksh55 readonly ENOSPC=28
56 if [[ $zret -ne $ENOSPC ]]; then
/titanic_41/usr/src/test/zfs-tests/tests/functional/grow_replicas/
H A Dgrow_replicas_001_pos.ksh57 readonly ENOSPC=28
58 if [[ $zret -ne $ENOSPC ]]; then
/titanic_41/usr/src/test/zfs-tests/tests/functional/interop/
H A Dinterop_001_pos.ksh81 readonly ENOSPC=28
83 (( $retval == $ENOSPC && $afterwritepoolavail < $oldsize)) && \
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c190 error = ENOSPC; in ud_alloc_space()
246 return (ENOSPC); in ud_alloc_space_bmap()
397 return (ENOSPC); in ud_alloc_space_bmap()
511 return (ENOSPC); in ud_alloc_space_stbl()
595 error = ENOSPC; in ud_alloc_space_stbl()
669 error = ENOSPC; in ud_alloc_space_stbl()
673 error = ENOSPC; in ud_alloc_space_stbl()
754 return (ENOSPC); in ud_free_space_bmap()
768 return (ENOSPC); in ud_free_space_bmap()
852 return (ENOSPC); in ud_free_space_stbl()
[all …]
/titanic_41/usr/src/cmd/praudit/
H A Dprio.c188 errno = ENOSPC; in pr_putchar()
217 errno = ENOSPC; in pr_printf()
232 errno = ENOSPC; in pr_printf()
H A Dprintaudit.c101 errno = ENOSPC; in print_audit_xml_prolog_buf()
122 errno = ENOSPC; in print_audit_xml_ending_buf()
/titanic_41/usr/src/lib/pyzfs/common/
H A Dutil.py95 errno.ENOSPC: _("out of space"),
108 __strs[errno.EDQUOT] = __strs[errno.ENOSPC]
/titanic_41/usr/src/lib/libnsl/nss/
H A Dinet_ntop.c87 errno = ENOSPC; in inet_ntop4()
182 errno = ENOSPC; in inet_ntop6()
/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_alloc.c187 return (ENOSPC); in pc_balloc()
193 return (ENOSPC); in pc_balloc()
198 return (ENOSPC); in pc_balloc()
227 return (ENOSPC); in pc_balloc()
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dinet_ntop.c110 errno = ENOSPC;
223 errno = ENOSPC;
/titanic_41/usr/src/test/zfs-tests/tests/functional/zvol/zvol_ENOSPC/
H A Dzvol_ENOSPC_001_pos.ksh77 (( $retval != $ENOSPC )) &&
/titanic_41/usr/src/cmd/modload/
H A Dmodsubr.c45 if (errno == ENOSPC) in error()
/titanic_41/usr/src/lib/libdhcpagent/common/
H A Ddhcp_stable.c115 errno = ENOSPC; in write_stable_duid()
246 errno = ENOSPC; in write_stable_iaid()
/titanic_41/usr/src/cmd/mail/
H A Ddone.c51 case ENOSPC:
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h68 #define ENOSPC 28 /* No space left on device */ macro
/titanic_41/usr/src/lib/libc/port/sys/
H A Dlockf.c90 case ENOSPC: in __lockf()
/titanic_41/usr/src/test/zfs-tests/tests/functional/reservation/
H A Dreservation_015_pos.sh89 if (($ret != $ENOSPC)); then
H A Dreservation_009_pos.sh90 if (($ret != $ENOSPC)); then
H A Dreservation_016_pos.sh88 if (($ret != $ENOSPC)); then
H A Dreservation_012_pos.sh80 if [[ $ret != $ENOSPC ]]; then
H A Dreservation_010_pos.sh91 if (($ret != $ENOSPC)); then
/titanic_41/usr/src/uts/common/xen/public/io/
H A Dxs_wire.h76 XSD_ERROR(ENOSPC),

1234567891011