Home
last modified time | relevance | path

Searched refs:eno (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/pyzfs/common/
H A Dutil.py68 def __init__(self, eno, task=None, why=None): argument
75 self.errno = eno
/illumos-gate/usr/src/cmd/sendmail/src/
H A Derr.c816 fmtmsg(eb, to, num, enhsc, eno, fmt, ap) in fmtmsg() argument
821 int eno;
920 if (eno != 0)
921 (void) sm_strlcpyn(eb, spaceleft, 2, ": ", sm_errstring(eno));
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subr.h144 int smb_maperror(int eclass, int eno);
145 int smb_maperr32(uint32_t eno);
H A Dsmb_subrs.c896 smb_maperror(int eclass, int eno) in smb_maperror() argument
898 if (eclass == 0 && eno == 0) in smb_maperror()
902 switch (eno) { in smb_maperror()
977 switch (eno) { in smb_maperror()
996 switch (eno) { in smb_maperror()
1018 "Unknown DOS error %d/%d\n", eclass, eno); in smb_maperror()
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_intr.c642 uint_t eno = 0; in mlxcx_report_module_error() local
648 eno = evd->mled_port_mod_error_type; in mlxcx_report_module_error()
649 lename = mlxcx_module_error_string(eno); in mlxcx_report_module_error()
650 switch (eno) { in mlxcx_report_module_error()
691 "mlxcx_error_num", DATA_TYPE_UINT8, eno, in mlxcx_report_module_error()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c234 int eno; in set_ld_error() local
236 if ((eno = thr_getspecific(ns_mtckey, (void **)&le)) != 0) { in set_ld_error()
239 strerror(eno)); in set_ld_error()
281 int eno; in get_ld_error() local
283 if ((eno = thr_getspecific(ns_mtckey, (void **)&le)) != 0) { in get_ld_error()
286 strerror(eno)); in get_ld_error()
287 return (eno); in get_ld_error()