Searched refs:ENOSPC (Results 1 - 18 of 18) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgioerror.c111 #ifdef ENOSPC
112 case ENOSPC:
/external/kernel-headers/original/asm-generic/
H A Derrno-base.h31 #define ENOSPC 28 /* No space left on device */ macro
/external/tcpdump/missing/
H A Dinet_ntop.c73 errno = ENOSPC;
177 errno = ENOSPC;
196 errno = ENOSPC;
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.h91 #ifndef ENOSPC
92 #define ENOSPC 28 macro
H A Dyaffsfs.c1016 yaffsfs_SetError(-ENOSPC); // just assume no space for now
1369 yaffsfs_SetError(-ENOSPC); // just assume no space for now
1459 yaffsfs_SetError(-ENOSPC);
/external/netperf/
H A Dnetlib.h302 #define ENOSPC 28 macro
H A Dnetlib.c521 Set_errno(ENOSPC);
532 Set_errno(ENOSPC);
/external/e2fsprogs/resize/
H A Dresize2fs.c458 retval = ENOSPC;
950 retval = ENOSPC;
1218 retval = ENOSPC;
/external/bluetooth/glib/glib/
H A Dgfileutils.c417 #ifdef ENOSPC
418 case ENOSPC:
H A Dgiochannel.c677 #ifdef ENOSPC
678 case ENOSPC:
H A Dgstrfuncs.c1213 #ifdef ENOSPC
1214 case ENOSPC: return "no space left on device";
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c614 return (nWritten == nBytes) ? 0 : -ENOSPC;
854 return nWritten == 0 ? -ENOSPC : nWritten;
964 int error = -ENOSPC;
/external/e2fsprogs/e2fsck/
H A Drehash.c562 return ENOSPC;
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c296 { ERROR_DISK_FULL, ENOSPC },
/external/qemu/hw/
H A Dscsi-disk.c227 if ((error == ENOSPC && action == BLOCK_ERR_STOP_ENOSPC)
/external/libxml2/
H A DxmlIO.c178 "No space left on device", /* ENOSPC */
350 #ifdef ENOSPC
351 else if (errno == ENOSPC) code = XML_IO_ENOSPC;
/external/bluetooth/bluez/sbc/
H A Dsbc.c1097 return -ENOSPC;
/external/qemu/block/
H A Draw-posix.c1148 ret = -ENOSPC;

Completed in 157 milliseconds