Home
last modified time | relevance | path

Searched refs:rf_afsr_agentid (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_memerr_arch.c176 rf->rf_afsr_agentid, det_agentid); in iorxefrx_match()
191 ((rf->rf_afsr_agentid & TOM_AID_MATCH_MASK) == in iorxefrx_match()
198 if ((rf->rf_afsr_agentid == det_agentid) && in iorxefrx_match()
258 rferr->rf_afsr_agentid = (rferr->rf_afsr & in cmd_rxefrx_common()
261 rferr->rf_afsr_agentid = (rferr->rf_afsr & in cmd_rxefrx_common()
269 rferr->rf_det_agentid, rferr->rf_afsr_agentid)) == NULL) { in cmd_rxefrx_common()
338 rferr->rf_afsr_agentid = FIRE_AID; in cmd_ioxefrx_fire()
362 rferr->rf_det_agentid, rferr->rf_afsr_agentid)) == NULL) { in cmd_ioxefrx_fire()
427 rferr->rf_afsr_agentid = (rferr->rf_afsr & in cmd_ioxefrx_common()
436 rferr->rf_afsr_agentid &= 0xf; in cmd_ioxefrx_common()
[all …]
/titanic_44/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_mem.h64 uint_t rf_afsr_agentid; /* Remote Agent ID (from AFSR) */ member