/titanic_44/usr/src/common/smbsrv/ |
H A D | smb_door_legacy.c | 92 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_44/usr/src/lib/libndmp/common/ |
H A D | libndmp_door_data.c | 93 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_44/usr/src/test/zfs-tests/tests/functional/no_space/ |
H A D | enospc_001_pos.ksh | 65 (( $ret != $ENOSPC )) && \ 73 (( $ret != $ENOSPC )) && \
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/grow_pool/ |
H A D | grow_pool_001_pos.ksh | 55 readonly ENOSPC=28 56 if [[ $zret -ne $ENOSPC ]]; then
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/grow_replicas/ |
H A D | grow_replicas_001_pos.ksh | 57 readonly ENOSPC=28 58 if [[ $zret -ne $ENOSPC ]]; then
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/interop/ |
H A D | interop_001_pos.ksh | 81 readonly ENOSPC=28 83 (( $retval == $ENOSPC && $afterwritepoolavail < $oldsize)) && \
|
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_alloc.c | 190 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_44/usr/src/cmd/praudit/ |
H A D | prio.c | 188 errno = ENOSPC; in pr_putchar() 217 errno = ENOSPC; in pr_printf() 232 errno = ENOSPC; in pr_printf()
|
H A D | printaudit.c | 101 errno = ENOSPC; in print_audit_xml_prolog_buf() 122 errno = ENOSPC; in print_audit_xml_ending_buf()
|
/titanic_44/usr/src/lib/pyzfs/common/ |
H A D | util.py | 95 errno.ENOSPC: _("out of space"), 108 __strs[errno.EDQUOT] = __strs[errno.ENOSPC]
|
/titanic_44/usr/src/lib/libnsl/nss/ |
H A D | inet_ntop.c | 87 errno = ENOSPC; in inet_ntop4() 182 errno = ENOSPC; in inet_ntop6()
|
/titanic_44/usr/src/uts/common/fs/pcfs/ |
H A D | pc_alloc.c | 187 return (ENOSPC); in pc_balloc() 193 return (ENOSPC); in pc_balloc() 198 return (ENOSPC); in pc_balloc() 227 return (ENOSPC); in pc_balloc()
|
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | inet_ntop.c | 110 errno = ENOSPC; 223 errno = ENOSPC;
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/zvol/zvol_ENOSPC/ |
H A D | zvol_ENOSPC_001_pos.ksh | 77 (( $retval != $ENOSPC )) &&
|
/titanic_44/usr/src/cmd/modload/ |
H A D | modsubr.c | 45 if (errno == ENOSPC) in error()
|
/titanic_44/usr/src/lib/libdhcpagent/common/ |
H A D | dhcp_stable.c | 115 errno = ENOSPC; in write_stable_duid() 246 errno = ENOSPC; in write_stable_iaid()
|
/titanic_44/usr/src/cmd/mail/ |
H A D | done.c | 51 case ENOSPC:
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | errno.h | 68 #define ENOSPC 28 /* No space left on device */ macro
|
/titanic_44/usr/src/lib/libc/port/sys/ |
H A D | lockf.c | 90 case ENOSPC: in __lockf()
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/reservation/ |
H A D | reservation_009_pos.sh | 90 if (($ret != $ENOSPC)); then
|
H A D | reservation_012_pos.sh | 80 if [[ $ret != $ENOSPC ]]; then
|
H A D | reservation_015_pos.sh | 89 if (($ret != $ENOSPC)); then
|
H A D | reservation_016_pos.sh | 88 if (($ret != $ENOSPC)); then
|
H A D | reservation_010_pos.sh | 91 if (($ret != $ENOSPC)); then
|
/titanic_44/usr/src/uts/common/xen/public/io/ |
H A D | xs_wire.h | 76 XSD_ERROR(ENOSPC),
|