Searched refs:afar_status (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_cpu_arch.c75 cmd_trw_lookup(uint64_t ena, uint8_t afar_status, uint64_t afar) argument
79 if (afar_status == AFLT_STAT_VALID) {
103 cmd_afar_status_check(uint8_t afar_status, cmd_errcl_t clcode) argument
105 if (afar_status == AFLT_STAT_VALID)
144 uint8_t afar_status; local
147 FM_EREPORT_PAYLOAD_NAME_AFAR_STATUS, &afar_status) == 0) {
148 if (afar_status == AFLT_STAT_VALID) {
H A Dcmd_memerr_arch.c64 cmd_mem_synd_check(fmd_hdl_t *hdl, uint64_t afar, uint8_t afar_status, argument
84 uint8_t afar_status, synd_status; local
92 FM_EREPORT_PAYLOAD_NAME_AFAR_STATUS, DATA_TYPE_UINT8, &afar_status,
104 return (hdlr(hdl, ep, nvl, class, afar, afar_status, synd,
145 const char *class, uint64_t afar, uint8_t afar_status, uint64_t afsr,
155 rc = hdlr(hdl, ep, nvl, class, afar, afar_status, synd, synd_status,
144 iorxefrx_synthesize(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, uint64_t afar, uint8_t afar_status, uint64_t afsr, uint16_t synd, uint8_t synd_status, ce_dispact_t type, uint64_t disp, cmd_xe_handler_f *hdlr) argument
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_memerr_arch.c93 cmd_mem_synd_check(fmd_hdl_t *hdl, uint64_t afar, uint8_t afar_status, argument
207 uint8_t afar_status, synd_status; local
259 afar_status = ((l2_afsr & NI_L2AFSR_P10) == 0) ?
266 afar_status = ((dram_afsr & NI_DMAFSR_P01) == 0) ?
268 synd_status = afar_status;
272 afar_status = ((l2_afsr & NI_L2AFSR_P05) == 0) ?
285 afar_status = synd_status = AFLT_STAT_VALID;
293 return (hdlr(hdl, ep, nvl, class, afar, afar_status, synd,
H A Dcmd_cpu_arch.c136 cmd_afar_status_check(uint8_t afar_status, cmd_errcl_t clcode) argument
146 if (afar_status == AFLT_STAT_VALID)
158 cmd_trw_lookup(uint64_t ena, uint8_t afar_status, uint64_t afar) argument
162 if (afar_status == AFLT_STAT_VALID) {
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_cpuerr.c484 uint8_t afar_status; local
502 afar_status = AFLT_STAT_INVALID;
505 afar_status = AFLT_STAT_VALID;
512 fmd_hdl_debug(hdl, "afar status of %02x\n", afar_status);
514 if ((trw = cmd_trw_lookup(ena, afar_status, afar)) == NULL) {
H A Dcmd_memerr.c574 const char *class, uint64_t afar, uint8_t afar_status, uint16_t synd,
587 if (afar_status != AFLT_STAT_VALID ||
804 const char *class, uint64_t afar, uint8_t afar_status, uint16_t synd,
835 if (afar_status != AFLT_STAT_VALID) {
857 if (cmd_mem_synd_check(hdl, afar, afar_status, synd, synd_status,
861 if (afar_status != AFLT_STAT_VALID)
573 cmd_ce_common(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, uint64_t afar, uint8_t afar_status, uint16_t synd, uint8_t synd_status, ce_dispact_t type, uint64_t disp, nvlist_t *asru) argument
803 cmd_ue_common(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, uint64_t afar, uint8_t afar_status, uint16_t synd, uint8_t synd_status, ce_dispact_t type, uint64_t disp, nvlist_t *asru) argument
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c2606 int synd_status, synd_code, afar_status; local
2623 afar_status = afsr_to_afar_status(ch_flt->afsr_errs,
2626 afar_status = AFLT_STAT_INVALID;
2634 if (afar_status != AFLT_STAT_INVALID) {
2657 if (afar_status != AFLT_STAT_INVALID)
4552 nvlist_t *resource, int *afar_status, int *synd_status)
4556 *afar_status = AFLT_STAT_INVALID;
4570 *afar_status = afsr_to_afar_status(ch_flt->afsr_errs,
4573 DATA_TYPE_UINT8, (uint8_t)*afar_status, NULL);
4681 if (*afar_status
4551 cpu_payload_add_aflt(struct async_flt *aflt, nvlist_t *payload, nvlist_t *resource, int *afar_status, int *synd_status) argument
4769 int afar_status; local
[all...]

Completed in 118 milliseconds