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

/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Damd64.esc57 * "prop foo@chip/memory-controller/dimm/rank -> blah@chip/core/strand"
122 event ereport.cpu.amd.ic.inf_sys_ecc1@chip/core/strand{within(5s)};
123 event ereport.cpu.amd.dc.inf_sys_ecc1@chip/core/strand{within(5s)};
124 event ereport.cpu.amd.bu.s_ecc1@chip/core/strand{within(5s)};
125 event ereport.cpu.amd.nb.mem_ce@chip/core/strand{within(5s)};
246 ereport.cpu.amd.dc.inf_sys_ecc1@chip/core<>/strand<>,
247 ereport.cpu.amd.bu.s_ecc1@chip/core<>/strand<>,
248 ereport.cpu.amd.nb.mem_ce@chip/core<>/strand<>;
253 ereport.cpu.amd.dc.inf_sys_ecc1@chip/core<>/strand<>,
254 ereport.cpu.amd.bu.s_ecc1@chip/core<>/strand<>,
[all...]
H A Dgcpu.esc44 event ereport.cpu.generic-x86.leafclass@chip/core/strand { within(1s) }
63 engine serd.cpu.generic-x86.simple@chip/core/strand, N=SMPL_N, T=72h;
64 event fault.cpu.generic-x86.internal@chip/core/strand,
65 engine=serd.cpu.generic-x86.simple@chip/core/strand;
67 prop fault.cpu.generic-x86.internal@chip/core/strand
70 ereport.cpu.generic-x86.microcode_rom_parity@chip/core/strand,
71 ereport.cpu.generic-x86.internal_timer@chip/core/strand,
72 ereport.cpu.generic-x86.internal_parity@chip/core/strand,
73 ereport.cpu.generic-x86.unclassified@chip/core/strand,
74 ereport.cpu.generic-x86.internal_unclassified@chip/core/strand,
[all...]
H A Dgcpu_amd.esc95 event ereport.cpu.generic-x86.mem_ce@chip/core/strand { within(1s) };
96 event ereport.cpu.generic-x86.mem_ue@chip/core/strand { within(1s) };
143 ereport.cpu.generic-x86.mem_ce@chip/core<>/strand<>;
147 ereport.cpu.generic-x86.mem_ce@chip/core<>/strand<>;
149 event upset.memory.generic-x86.discard@chip/core/strand;
150 prop upset.memory.generic-x86.discard@chip/core/strand
152 ereport.cpu.generic-x86.mem_ce@chip/core/strand;
168 ereport.cpu.generic-x86.mem_ue@chip/core<>/strand<>;
172 ereport.cpu.generic-x86.mem_ue@chip/core<>/strand<>;
177 ereport.cpu.generic-x86.mem_ue@chip/core<>/strand<>;
[all...]
H A Dintel.esc37 event ereport.cpu.intel.leafclass@chip/core/strand { within(t) }
56 engine serd.cpu.intel.simple@chip/core/strand, N=3, T=72h;
57 event fault.cpu.intel.internal@chip/core/strand,
58 engine=serd.cpu.intel.simple@chip/core/strand;
60 prop fault.cpu.intel.internal@chip/core/strand
62 ereport.cpu.intel.microcode_rom_parity@chip/core/strand,
63 ereport.cpu.intel.internal_timer@chip/core/strand,
64 ereport.cpu.intel.internal_parity@chip/core/strand,
65 ereport.cpu.intel.unclassified@chip/core/strand,
66 ereport.cpu.intel.frc@chip/core/strand;
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4v/
H A Dgcpu.esc53 * some set of @chip, @core, and @strand resources since this is
89 ERPT_EVENT(strand, itlb-uc);
92 ERPT_EVENT(strand, dtlb-uc);
99 ERPT_EVENT(strand, ireg-uc);
102 ERPT_EVENT(strand, freg-uc);
105 ERPT_EVENT(strand, mreg-uc);
116 ERPT_EVENT(strand, int-mem-ue);
119 ERPT_EVENT(strand, gstrand-uc);
141 FLT_CPU_UE(strand, itlb-uc, strand
[all...]
H A Dgmem.esc61 MEMUE_ERPT(strand);
78 FLT_MEM_UE_BANK(strand);
96 FLT_MEM_UE_PAGE(strand);
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip.c199 tnode_t *strand; local
214 if ((strand = topo_node_lookup(pnode, STRAND_NODE_NAME, strandid))
220 if ((strand = create_node(mod, pnode, auth, STRAND_NODE_NAME,
228 (void) topo_node_fru_set(strand, NULL, 0, &perr);
236 if (topo_prop_get_fmri(strand, TOPO_PGROUP_PROTOCOL,
248 if (topo_node_resource(strand, &fmri, &err) == -1) {
255 (void) topo_node_asru_set(strand, fmri, 0, &err);
265 (void) topo_node_asru_set(strand, fmri,
275 if (topo_method_register(mod, strand, strands_retire_methods) < 0)
279 (void) topo_pgroup_create(strand,
[all...]

Completed in 61 milliseconds