Searched defs:ecode (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgai_strerror.c50 gai_strerror(int ecode) { argument
63 if (ecode >= 0 && ecode < (gai_nerr - 1))
64 return (gai_errlist[ecode]);
96 sprintf(buf, "%s: %d", gai_errlist[gai_nerr - 1], ecode);
/illumos-gate/usr/src/ucbcmd/chown/
H A Dchown.c173 int ecode; local
192 ecode = 0;
195 ecode = Perror(dp->d_name);
196 if (ecode)
201 ecode = chownr(dp->d_name, uid, gid);
202 if (ecode)
207 (ecode = Perror(dp->d_name)))
213 return (ecode);
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetaddrinfo.c842 gai_strerror(int ecode) argument
844 if (ecode < 0)
847 else if (ecode < gai_nerr)
848 return (dgettext(TEXT_DOMAIN, gai_errlist[ecode]));
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsupport.c156 ld_sup_atexit(Ofl_desc *ofl, int ecode) argument
164 (*flp->fl_fptr)(ecode);
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp.c789 sbdp_set_err(sbd_error_t *ep, int ecode, char *rsc) argument
795 ep->e_code = ecode;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c126 int ecode; /* error code to return */ member in struct:delay_info
552 nak(dinfo.ecode);
727 delay_exit(int ecode) argument
753 dinfo.ecode = EACCESS;
755 dinfo.ecode = ecode;
774 int readmode, ecode; local
849 ecode = (*pf->f_validate)(tp->th_opcode);
850 if (ecode != 0)
851 delay_exit(ecode);
[all...]
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c338 int ecode; local
388 ecode = 0;
430 ecode += dochmod(dp->d_name, currdir, umsk, secp, attrnames);
436 return (ecode ? 1 : 0);
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c3149 PR_ALL("%s: errno %d, ecode %d during attach\n",
3493 PR_ALL("%s: errno %d, ecode %d during release\n",
3815 PR_ALL("%s: errno %d, ecode %d during detach\n",
5166 sbd_inject_err(int error, sbderror_t *ep, int Errno, int ecode, argument
5193 ep->e_code = ecode;
5203 if (ecode != 0)
5204 PR_ERR_ECODE("%s set ecode to %d", f, ep->e_code);
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c544 int ecode = 0; local
546 rfStatus = ath9k_hw_init_rf(ah, &ecode);
549 "RF setup failed, status %u\n", ecode));
551 return (ecode);
674 int ecode; local
682 ecode = ath9k_hw_rf_claim(ah);
683 if (ecode != 0)
684 return (ecode);
686 ecode = ath9k_hw_eeprom_attach(ah);
687 if (ecode !
707 int ecode; local
2405 int ecode; local
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c312 drmach_cr_err_t ecode; member in struct:__anon9979
1652 "mbox_init: MBOX_INIT failed ecode=0x%x",
2521 cmn_err(CE_WARN, "mbox_init: MBOX_INIT failed ecode=0x%x",
3405 cr->ecode = DRMACH_CR_OK;
3442 switch (cr->ecode) {
3480 cr->ecode);
3565 ASSERT(cr->ecode == DRMACH_CR_OK);
3572 cr->ecode = DRMACH_CR_IOPAUSE_ERR;
3618 cr->ecode = DRMACH_CR_ONTRAP_ERR;
3713 (*(void(*)())drmach_cpu_sram_va)(cr->data, &cr->ecode,
[all...]

Completed in 95 milliseconds