/illumos-gate/usr/src/cmd/mdb/common/libstand/ |
H A D | errno.c | 30 #include <errno.h> 32 int errno; variable
|
/illumos-gate/usr/src/head/ |
H A D | errno.h | 41 #include <sys/errno.h> 56 #define errno (*(___errno())) macro 58 extern int errno; 59 /* ANSI C++ requires that errno be a macro */ 61 #define errno errno macro
|
/illumos-gate/usr/src/stand/lib/sa/ |
H A D | errno.c | 30 #include <errno.h> 32 int errno; variable
|
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/ |
H A D | errno.c | 36 int errno; local 40 errno = EPERM; 44 errno = EOVERFLOW; 49 errno = EIO; 53 errno = EINVAL; 57 errno = ESTALE; 61 errno = ENXIO; 65 errno = ENOENT; 69 errno = ENOMEM; 73 errno [all...] |
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | qstrdup.c | 35 #include <errno.h> 41 #define ERR_MEMORY "memory allocation failure, errno=%d" 51 progerr(gettext(ERR_MEMORY), errno); local
|
H A D | flex_dev.c | 34 #include <errno.h> 39 #define ERR_CHDIR "unable to chdir back to <%s>, errno=%d" 41 "errno=%d" 60 progerr(gettext(ERR_GETCWD), errno); local 66 progerr(gettext(ERR_CHDIR), cwd, errno); local
|
H A D | eptstat.c | 32 #include <errno.h> 50 #define ERR_MEMORY "memory allocation failure, errno=%d" 118 progerr(gettext(ERR_MEMORY), errno); local
|
H A D | pathdup.c | 36 #include <errno.h> 42 #define ERR_MEMORY "memory allocation failure, errno=%d" 95 progerr(gettext(ERR_MEMORY), errno); local
|
H A D | putparam.c | 39 #include <errno.h> 97 progerr(gettext(ERR_MEMORY), errno); local 124 progerr(gettext(ERR_MEMORY), errno); local 147 progerr(gettext(ERR_MEMORY), errno); local
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/ |
H A D | delmap.c | 32 #include <errno.h> 50 #define ERR_WRENT "write of entry failed, errno=%d" 51 #define ERR_MEMORY "no memory, errno=%d" 80 progerr(gettext(ERR_MEMORY), errno); local 87 progerr(gettext(ERR_MEMORY), errno); local 106 progerr(gettext(ERR_WRENT), errno); local 148 progerr(gettext(ERR_MEMORY), errno); local
|
/illumos-gate/usr/src/cmd/pyzfs/ |
H A D | pyzfs.py | 37 import errno namespace 73 import errno namespace 76 if e.errno == errno.EPIPE:
|
/illumos-gate/usr/src/lib/pyzfs/common/ |
H A D | holds.py | 30 import errno namespace 75 raise zfs.util.ZFSError(errno.ENOENT, _("no matching datasets"))
|
H A D | userspace.py | 32 import errno namespace
|
H A D | util.py | 29 import errno namespace 35 errno.ECANCELED = 47 36 errno.ENOTSUP = 48 62 errno -- the error number (eg, from ioctl(2)).""" 64 __slots__ = "why", "task", "errno" 69 eno -- the error number (errno) 74 self.errno = eno 89 errno.EPERM: _("permission denied"), 90 errno.ECANCELED: 92 errno [all...] |
H A D | allow.py | 35 import errno namespace 252 raise zfs.util.ZFSError(errno.EINVAL, permname,
|
H A D | dataset.py | 31 import errno namespace 122 e = zfs.util.ZFSError(errno.EINVAL, 216 raise zfs.util.ZFSError(errno.EINVAL, 223 if not recursive or e.errno != errno.ENOENT: 233 if e.errno != errno.ENOENT:
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | globals.c | 35 int errno; /* our old friend */ variable
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | pkgexecv.c | 32 #include <errno.h> 184 progerr(pkg_gt(ERR_FORK_FAILED), errno, strerror(errno)); local 260 if (errno == EAGAIN) { 264 if (errno == EINTR) { 299 errno, strerror(errno)); local 444 progerr(pkg_gt(ERR_EX_FAIL), arg[0], errno); local
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | cpmv.c | 76 DEBUG(5, "open of file returned errno %d\n", errno); 98 DEBUG(5, "rename failed: errno %d\n", errno); 152 ASSERT(unlink(file) == 0, Ct_UNLINK, file, errno); local
|
H A D | gename.c | 123 ASSERT(fp != NULL, Ct_OPEN, seqfile, errno); 128 Ct_CREATE, seqfile, errno); 136 ASSERT(ferror(fp) == 0, Ct_WRITE, seqfile, errno); local 138 ASSERT(ferror(fp) == 0, Ct_CLOSE, seqfile, errno); local
|
H A D | gtcfile.c | 204 ASSERT(xmv(wfile1, cmitfile) == 0, Ct_LINK, cmitfile, errno); local
|
/illumos-gate/usr/src/uts/common/avs/ns/solaris/ |
H A D | nsc_proc.c | 28 #include <sys/errno.h> 44 int errno; member in struct:nsc_nlwp 76 * Returns 0 or errno. 200 * Returns 0 or errno. 252 /* retrieve errno from child's lock operation */ 253 rc = (int)nlwp->errno; 320 nsc_lockchild(uint64_t arg, uint64_t errno) argument 337 nlwp->errno = (int)errno; 344 if (!nlwp || errno) { [all...] |
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | dca_rng.c | 149 dca_rngdone(dca_request_t *reqp, int errno) argument 151 if (errno == CRYPTO_SUCCESS) { 160 errno = CRYPTO_DEVICE_ERROR; 163 errno = dca_scatter(reqp->dr_obuf_kaddr, 165 if (errno != CRYPTO_SUCCESS) { 178 errno = dca_rngstart(reqp->dr_dca, reqp); 179 if (errno == CRYPTO_QUEUED) { 189 crypto_op_notification(reqp->dr_kcf_req, errno); 197 errno);
|
/illumos-gate/usr/src/uts/common/io/sdcard/impl/ |
H A D | sda_host.c | 147 sda_host_transfer(sda_host_t *h, int num, sda_err_t errno) argument 149 sda_slot_transfer(&h->h_slots[num], errno);
|
/illumos-gate/usr/src/lib/libsasl/lib/ |
H A D | seterror.c | 73 /* need to handle the fact that errno has been defined as a function 75 # ifdef errno 76 # undef errno macro 77 # endif /* errno */ 101 * of an errno error) 250 case 'm': /* insert the errno string */
|