/titanic_44/usr/src/lib/libresolv2/common/irs/ |
H A D | gai_strerror.c | 50 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 D | getaddrinfo.c | 277 gai_strerror(ecode) 278 int ecode; 280 if (ecode < 0 || ecode > EAI_MAX) 281 ecode = EAI_MAX; 282 return ai_errlist[ecode];
|
/titanic_44/usr/src/ucbcmd/chown/ |
H A D | chown.c | 173 int ecode; in chownr() local 192 ecode = 0; in chownr() 195 ecode = Perror(dp->d_name); in chownr() 196 if (ecode) in chownr() 201 ecode = chownr(dp->d_name, uid, gid); in chownr() 202 if (ecode) in chownr() 207 (ecode = Perror(dp->d_name))) in chownr() 213 return (ecode); in chownr()
|
/titanic_44/usr/src/lib/libresolv2/ |
H A D | dns-install | 160 ecode=$SMF_EXIT_OK 169 ecode=$SMF_EXIT_ERR_CONFIG 173 ecode=$? 195 return $ecode
|
/titanic_44/usr/src/lib/krb5/kadm5/ |
H A D | admin_internal.h | 85 { int ecode; if ((ecode = _kadm5_check_handle((void *)handle))) return ecode;}
|
/titanic_44/usr/src/cmd/svc/milestone/ |
H A D | net-install | 418 ecode=$SMF_EXIT_OK 430 ecode=$SMF_EXIT_ERR_CONFIG 441 ecode=$? 464 return $ecode
|
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | fake-getaddrinfo.c | 20 char *gai_strerror(int ecode) in gai_strerror() argument 22 switch (ecode) { in gai_strerror()
|
/titanic_44/usr/src/uts/common/io/arn/ |
H A D | arn_hw.c | 544 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 …]
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.tftpd.c | 126 int ecode; /* error code to return */ member 552 nak(dinfo.ecode); in delayed_responder() 727 delay_exit(int ecode) in delay_exit() argument 753 dinfo.ecode = EACCESS; in delay_exit() 755 dinfo.ecode = ecode; in delay_exit() 774 int readmode, ecode; in tftp() local 849 ecode = (*pf->f_validate)(tp->th_opcode); in tftp() 850 if (ecode != 0) in tftp() 851 delay_exit(ecode); in tftp()
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | fake-getaddrinfo.h | 46 char *gai_strerror(int ecode);
|
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | sbd_error.h | 56 extern void sbd_inject_err(int error, sbderror_t *ep, int Errno, int ecode,
|
/titanic_44/usr/src/lib/libsocket/inet/ |
H A D | getaddrinfo.c | 842 gai_strerror(int ecode) in gai_strerror() argument 844 if (ecode < 0) in gai_strerror() 847 else if (ecode < gai_nerr) in gai_strerror() 848 return (dgettext(TEXT_DOMAIN, gai_errlist[ecode])); in gai_strerror()
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | ssh-rsa.c | 76 int ecode = ERR_get_error(); in ssh_rsa_sign() local 78 ERR_error_string(ecode, NULL)); in ssh_rsa_sign()
|
/titanic_44/usr/src/cmd/mdb/sparc/v9/kmdb/ |
H A D | kaif_handlers.s | 239 stx %g1, [%g7 + .ecode-0b] 251 .ecode: .xword 0 /* sun4v: g1 contains err code */ label
|
/titanic_44/usr/src/tools/cpcgen/ |
H A D | cpcgen.c | 1026 char *ecode, *umask, *name, *counter, *lname, *cmask; in cpcgen_cfile_intel_event() local 1035 if (nvlist_lookup_string(nvl, "EventCode", &ecode) != 0 || in cpcgen_cfile_intel_event() 1085 if (fprintf(f, "\t{ %s, %s, %s, \"%s\" },\n", ecode, umask, cmask, in cpcgen_cfile_intel_event() 1101 if (fprintf(f, "\t{ %s, %s, %s, \"%s\" },\n", ecode, umask, in cpcgen_cfile_intel_event() 1346 char *ecode, *umask; in cpcgen_skip_intel_entry() local 1362 nvlist_lookup_string(nvl, "EventCode", &ecode) != 0 || in cpcgen_skip_intel_entry() 1375 strcmp(offcore, "0") != 0 || strchr(ecode, ',') != NULL || in cpcgen_skip_intel_entry()
|
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | support.c | 156 ld_sup_atexit(Ofl_desc *ofl, int ecode) in ld_sup_atexit() argument 164 (*flp->fl_fptr)(ecode); in ld_sup_atexit()
|
/titanic_44/usr/src/cmd/chmod/ |
H A D | chmod.c | 338 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()
|
/titanic_44/usr/src/lib/libresolv2/include/ |
H A D | port_netdb.h | 83 const char *gai_strerror __P((int ecode));
|
/titanic_44/usr/src/uts/sun4u/serengeti/sys/ |
H A D | sbdp_priv.h | 231 void sbdp_set_err(sbd_error_t *ep, int ecode, char *rsc);
|
/titanic_44/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp.c | 789 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()
|
/titanic_44/usr/src/uts/sun4u/starcat/io/ |
H A D | drmach.c | 312 drmach_cr_err_t ecode; member 3405 cr->ecode = DRMACH_CR_OK; in drmach_copy_rename_init() 3442 switch (cr->ecode) { in drmach_copy_rename_fini() 3480 cr->ecode); in drmach_copy_rename_fini() 3565 ASSERT(cr->ecode == DRMACH_CR_OK); in drmach_copy_rename() 3572 cr->ecode = DRMACH_CR_IOPAUSE_ERR; in drmach_copy_rename() 3618 cr->ecode = DRMACH_CR_ONTRAP_ERR; in drmach_copy_rename() 3713 (*(void(*)())drmach_cpu_sram_va)(cr->data, &cr->ecode, &cr->earg); in drmach_copy_rename() 3758 if (cr->ecode != DRMACH_CR_OK) in drmach_copy_rename()
|
/titanic_44/usr/src/uts/sun4u/io/ |
H A D | sbd.c | 5166 sbd_inject_err(int error, sbderror_t *ep, int Errno, int ecode, in sbd_inject_err() argument 5193 ep->e_code = ecode; in sbd_inject_err() 5203 if (ecode != 0) in sbd_inject_err()
|