Home
last modified time | relevance | path

Searched refs:errtype (Results 1 – 16 of 16) sorted by relevance

/titanic_50/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_mca_disp.in40 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 Dhsfs_subr.c309 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 Dsubr.c128 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 Dcmd_cpu_arch.c239 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 Dac.h233 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 Dfhc.h700 sysc_err_t errtype; /* error code returned */ member
708 sysc_err_t errtype; /* error code returned */ member
H A Dsysctrl.h451 #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 Dwanboot-cgi.c791 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 Dhsfs_impl.h78 extern void hs_log_bogus_disk_warning(struct hsfs *fsp, int errtype,
/titanic_50/usr/src/uts/sun4u/sunfire/io/
H A Dac.c509 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 Dsysctrl.c1174 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 Dsysctrl_dr.c450 pkt->cmd_cfga.errtype == SYSC_ERR_PROM) ? in sysc_policy_connect()
/titanic_50/usr/src/uts/i86pc/cpu/scripts/
H A Dao_gendisp.pl401 errtype => [ \&state_errtype, 'initial' ]
/titanic_50/usr/src/lib/cfgadm_plugins/sysctrl/common/
H A Dcfga.c331 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 Dmema.c389 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 Dip6.c2874 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()