Home
last modified time | relevance | path

Searched refs:ecode (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/ucbcmd/chown/
H A Dchown.c172 int ecode; in chownr() local
191 ecode = 0; in chownr()
194 ecode = Perror(dp->d_name); in chownr()
195 if (ecode) in chownr()
200 ecode = chownr(dp->d_name, uid, gid); in chownr()
201 if (ecode) in chownr()
206 (ecode = Perror(dp->d_name))) in chownr()
212 return (ecode); in chownr()
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgai_strerror.c50 gai_strerror(int ecode) { in gai_strerror() argument
63 if (ecode >= 0 && ecode < (gai_nerr - 1)) in gai_strerror()
64 return (gai_errlist[ecode]); in gai_strerror()
96 sprintf(buf, "%s: %d", gai_errlist[gai_nerr - 1], ecode); in gai_strerror()
H A Dgetaddrinfo.c277 gai_strerror(ecode)
278 int ecode;
280 if (ecode < 0 || ecode > EAI_MAX)
281 ecode = EAI_MAX;
282 return ai_errlist[ecode];
/illumos-gate/usr/src/lib/libresolv2/
H A Ddns-install160 ecode=$SMF_EXIT_OK
169 ecode=$SMF_EXIT_ERR_CONFIG
173 ecode=$?
195 return $ecode
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dadmin_internal.h83 { int ecode; if ((ecode = _kadm5_check_handle((void *)handle))) return ecode;}
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-install418 ecode=$SMF_EXIT_OK
430 ecode=$SMF_EXIT_ERR_CONFIG
441 ecode=$?
464 return $ecode
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c544 int ecode = 0; in ath9k_hw_rfattach() local
546 rfStatus = ath9k_hw_init_rf(ah, &ecode); in ath9k_hw_rfattach()
549 "RF setup failed, status %u\n", ecode)); in ath9k_hw_rfattach()
551 return (ecode); in ath9k_hw_rfattach()
674 int ecode; in ath9k_hw_post_attach() local
682 ecode = ath9k_hw_rf_claim(ah); in ath9k_hw_post_attach()
683 if (ecode != 0) in ath9k_hw_post_attach()
684 return (ecode); in ath9k_hw_post_attach()
686 ecode = ath9k_hw_eeprom_attach(ah); in ath9k_hw_post_attach()
687 if (ecode != 0) in ath9k_hw_post_attach()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c127 int ecode; /* error code to return */ member
553 nak(dinfo.ecode); in delayed_responder()
728 delay_exit(int ecode) in delay_exit() argument
754 dinfo.ecode = EACCESS; in delay_exit()
756 dinfo.ecode = ecode; in delay_exit()
775 int readmode, ecode; in tftp() local
850 ecode = (*pf->f_validate)(tp->th_opcode); in tftp()
851 if (ecode != 0) in tftp()
852 delay_exit(ecode); in tftp()
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetaddrinfo.c891 gai_strerror(int ecode) in gai_strerror() argument
893 if (ecode < 0) in gai_strerror()
896 else if (ecode < gai_nerr) in gai_strerror()
897 return (dgettext(TEXT_DOMAIN, gai_errlist[ecode])); in gai_strerror()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd_error.h56 extern void sbd_inject_err(int error, sbderror_t *ep, int Errno, int ecode,
/illumos-gate/usr/src/tools/cpcgen/
H A Dcpcgen.c1042 char *ecode, *umask, *name, *counter, *lname, *cmask; in cpcgen_cfile_intel_event() local
1051 if (nvlist_lookup_string(nvl, "EventCode", &ecode) != 0 || in cpcgen_cfile_intel_event()
1108 if (fprintf(f, "\t{ %s, %s, %s, \"%s\" },\n", ecode, umask, cmask, in cpcgen_cfile_intel_event()
1124 if (fprintf(f, "\t{ %s, %s, %s, \"%s\" },\n", ecode, umask, in cpcgen_cfile_intel_event()
1370 char *ecode, *umask; in cpcgen_skip_intel_entry() local
1386 nvlist_lookup_string(nvl, "EventCode", &ecode) != 0 || in cpcgen_skip_intel_entry()
1399 strcmp(offcore, "0") != 0 || strchr(ecode, ',') != NULL || in cpcgen_skip_intel_entry()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsupport.c155 ld_sup_atexit(Ofl_desc *ofl, int ecode) in ld_sup_atexit() argument
163 (*flp->fl_fptr)(ecode); in ld_sup_atexit()
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c338 int ecode; in chmodr() local
388 ecode = 0; in chmodr()
430 ecode += dochmod(dp->d_name, currdir, umsk, secp, attrnames); in chmodr()
436 return (ecode ? 1 : 0); in chmodr()
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_netdb.h83 const char *gai_strerror __P((int ecode));
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_priv.h231 void sbdp_set_err(sbd_error_t *ep, int ecode, char *rsc);
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp.c789 sbdp_set_err(sbd_error_t *ep, int ecode, char *rsc) in sbdp_set_err() argument
795 ep->e_code = ecode; in sbdp_set_err()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c5140 sbd_inject_err(int error, sbderror_t *ep, int Errno, int ecode, in sbd_inject_err() argument
5167 ep->e_code = ecode; in sbd_inject_err()
5176 if (ecode != 0) in sbd_inject_err()