Searched refs:Lxcache (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_Lxcache.c28 * Support routines for managing per-Lxcache state.
63 cmd_Lxcache_write(fmd_hdl_t *hdl, cmd_Lxcache_t *Lxcache) argument
65 fmd_buf_write(hdl, NULL, Lxcache->Lxcache_bufname, Lxcache,
130 cmd_pretty_print_Lxcache(fmd_hdl_t *hdl, cmd_Lxcache_t *Lxcache) argument
141 Lxcache->Lxcache_cpu_bufname,
142 cmd_type_to_str(Lxcache->Lxcache_type),
143 Lxcache->Lxcache_index,
144 Lxcache->Lxcache_way,
145 Lxcache
151 cmd_Lxcache_free(fmd_hdl_t *hdl, cmd_cpu_t *cpu, cmd_Lxcache_t *Lxcache, int destroy) argument
194 cmd_Lxcache_destroy(fmd_hdl_t *hdl, cmd_cpu_t *cpu, cmd_Lxcache_t *Lxcache) argument
203 cmd_Lxcache_t *Lxcache; local
222 cmd_Lxcache_t *Lxcache; local
321 cmd_Lxcache_t *Lxcache; local
338 cmd_Lxcache_t *Lxcache; local
437 cmd_Lxcache_t *Lxcache, *next; local
450 cmd_Lxcache_dirty(fmd_hdl_t *hdl, cmd_Lxcache_t *Lxcache) argument
465 cmd_Lxcache_t *Lxcache; local
591 cmd_Lxcache_fault(fmd_hdl_t *hdl, cmd_cpu_t *cpu, cmd_Lxcache_t *Lxcache, const char *fltnm, nvlist_t *rsrc, uint_t cert) argument
639 cmd_Lxcache_t *Lxcache; local
777 cmd_cache_way_retire(fmd_hdl_t *hdl, cmd_cpu_t *cpu, cmd_Lxcache_t *Lxcache) argument
828 cmd_cache_way_unretire(fmd_hdl_t *hdl, cmd_cpu_t *cpu, cmd_Lxcache_t *Lxcache) argument
[all...]
H A Dcmd_Lxcacheerr.c28 * Support routines for managing per-Lxcache state.
606 cmd_Lxcache_t *Lxcache)
611 fltnm = cmd_type_to_str(Lxcache->Lxcache_type);
614 * We first create a new Lxcache and add the event ep
615 * that is in Lxcache to the new case we create.
616 * we then destroy the Lxcache that has the event ep in its SERD engine.
618 new_Lxcache = cmd_Lxcache_create(hdl, Lxcache->xr, cpu,
620 Lxcache->Lxcache_type,
621 Lxcache->Lxcache_index, Lxcache
605 cmd_create_and_destroy_Lxcache(fmd_hdl_t *hdl, cmd_cpu_t *cpu, cmd_Lxcache_t *Lxcache) argument
636 cmd_Lxcache_retire_as_reason(fmd_hdl_t *hdl, cmd_cpu_t *cpu, cmd_Lxcache_t *Lxcache, const char *fltnm, int32_t reason) argument
909 cmd_Lxcache_t *Lxcache; local
965 cmd_Lxcache_t *Lxcache, *suspect_Lxcache, *retired_Lxcache; local
1623 cmd_Lxcache_t *suspect_Lxcache, *Lxcache, *anonymous_Lxcache; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_Lxcache.h30 * Routines for the creation of Lxcache retirement faults and for the
31 * management of Lxcache-related state.
62 #define CMD_LxCACHE_VERSIONED(Lxcache) ((Lxcache)->Lxcache_version & 1)
72 * We need the cpu_hdr_bufname in order to restore the Lxcache.
79 uint32_t Lxcachep_index; /* cache index Lxcache represents */
80 uint32_t Lxcachep_way; /* cache way this Lxcache represents */
81 uint16_t Lxcachep_bit; /* bit in Lxcache that has fault */
105 cmd_case_t Lxcache_case; /* Open CE case against this Lxcache */
126 * Lxcache retiremen
[all...]
H A Dcmd_cpu.c1517 cmd_Lxcache_t *Lxcache; local
1536 * free Lxcache also.
1539 for (Lxcache = cmd_list_next(&cpu->cpu_Lxcaches); Lxcache != NULL;
1540 Lxcache = cmd_list_next(&cpu->cpu_Lxcaches)) {
1541 (void) cmd_Lxcache_free(hdl, cpu, Lxcache, destroy);

Completed in 159 milliseconds