/titanic_50/usr/src/uts/i86pc/cpu/amd_opteron/ |
H A D | ao_mca_disp.in | 40 errtype = 56 errtype = 72 errtype = 88 errtype = 104 errtype = 121 errtype = 138 errtype = 154 errtype = 170 errtype = 186 errtype = [all …]
|
/titanic_50/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_subr.c | 309 hs_log_bogus_disk_warning(fsp, errtype, data) in hs_log_bogus_disk_warning() argument 311 int errtype; 315 if (fsp->hsfs_err_flags & (1 << errtype)) 318 cmn_err(CE_NOTE, hsfs_error[errtype].hdr_text, 321 switch (hsfs_error[errtype].n_printf_args) { 323 cmn_err(CE_CONT, hsfs_error[errtype].err_text); 326 cmn_err(CE_CONT, hsfs_error[errtype].err_text, data); 334 if (hsfs_error[errtype].multiple) 340 fsp->hsfs_err_flags |= (1 << errtype);
|
/titanic_50/usr/src/lib/libsmbfs/smb/ |
H A D | subr.c | 128 int errtype; in smb_error() local 136 errtype = SMB_SYS_ERROR; in smb_error() 138 errtype = error & SMB_ERRTYPE_MASK; in smb_error() 141 switch (errtype) { in smb_error()
|
/titanic_50/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/ |
H A D | cmd_cpu_arch.c | 239 int errtype; in cmd_xr_fill() local 241 errtype = cmd_xr_error_type(clcode); in cmd_xr_fill() 245 if (errtype != L2_ERR) { in cmd_xr_fill() 247 errtype); in cmd_xr_fill()
|
/titanic_50/usr/src/uts/sun4u/sunfire/sys/ |
H A D | ac.h | 233 ac_err_t errtype; /* error code returned */ member 242 ac_err_t errtype; /* error code returned */ member 398 #define AC_ERR_SET(pkt, err) (pkt)->cmd_cfga.errtype = (err)
|
H A D | fhc.h | 700 sysc_err_t errtype; /* error code returned */ member 708 sysc_err_t errtype; /* error code returned */ member
|
H A D | sysctrl.h | 451 #define SYSC_ERR_SET(pkt, err) (pkt)->cmd_cfga.errtype = (err)
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/ |
H A D | wanboot-cgi.c | 791 int errtype = 0; in build_trustfile() local 818 errtype = 1; in build_trustfile() 824 errtype = 1; in build_trustfile() 864 errtype = 1; in build_trustfile() 870 errtype = 1; in build_trustfile() 902 if (errtype == 1) { in build_trustfile() 1070 int errtype = 0; in get_hostnames() local 1079 errtype = 1; in get_hostnames() 1085 errtype = 1; in get_hostnames() 1104 if (errtype == 1) { in get_hostnames()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | hsfs_impl.h | 78 extern void hs_log_bogus_disk_warning(struct hsfs *fsp, int errtype,
|
/titanic_50/usr/src/uts/sun4u/sunfire/io/ |
H A D | ac.c | 509 pkt->cmd_cfga.errtype = ac_cmd32.errtype; in ac_pkt_init() 532 if (ddi_copyout(&(pkt->cmd_cfga.errtype), in ac_pkt_fini() 533 (void *)&(((ac_cfga_cmd32_t *)arg)->errtype), in ac_pkt_fini() 539 if (ddi_copyout(&(pkt->cmd_cfga.errtype), in ac_pkt_fini() 540 (void *)&(((ac_cfga_cmd_t *)arg)->errtype), in ac_pkt_fini()
|
H A D | sysctrl.c | 1174 pkt->cmd_cfga.errtype = sysc_cmd32.errtype; in sysc_pkt_init() 1195 if (ddi_copyout(&(pkt->cmd_cfga.errtype), in sysc_pkt_fini() 1196 (void *)&(((sysc_cfga_cmd32_t *)arg)->errtype), in sysc_pkt_fini() 1202 if (ddi_copyout(&(pkt->cmd_cfga.errtype), in sysc_pkt_fini() 1203 (void *)&(((sysc_cfga_cmd_t *)arg)->errtype), in sysc_pkt_fini()
|
H A D | sysctrl_dr.c | 450 pkt->cmd_cfga.errtype == SYSC_ERR_PROM) ? in sysc_policy_connect()
|
/titanic_50/usr/src/uts/i86pc/cpu/scripts/ |
H A D | ao_gendisp.pl | 401 errtype => [ \&state_errtype, 'initial' ]
|
/titanic_50/usr/src/lib/cfgadm_plugins/sysctrl/common/ |
H A D | cfga.c | 331 sc->errtype = SYSC_ERR_DEFAULT; in sysc_cmd_init() 447 i = cfga_sid(errno, (int)sc->errtype); in cfga_err() 451 DBG4("cfga_sid(%d,%d)=%d\n", errno, sc->errtype, i); in cfga_err()
|
/titanic_50/usr/src/lib/cfgadm_plugins/ac/common/ |
H A D | mema.c | 389 syserr = mema_str(mema_sid(ret_errno, ac->errtype)); in mema_err() 409 ac->errtype = AC_ERR_DEFAULT; in mema_cmd_init()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip6.c | 2874 const char *errtype; in ip_process_options_v6() local 2885 errtype = "malformed"; in ip_process_options_v6() 3002 errtype = "unknown"; in ip_process_options_v6() 3013 errtype, opt_type)); in ip_process_options_v6() 3018 errtype, opt_type)); in ip_process_options_v6()
|