Searched refs:pstype (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_Lxcacheerr.c315 tag_bit_to_way_bit(cmd_ptrsubtype_t pstype, int16_t tag_bit) argument
319 switch (pstype) {
331 bit_to_way(cmd_ptrsubtype_t pstype, uint32_t bit) argument
335 switch (pstype) {
347 get_index(cmd_ptrsubtype_t pstype, uint64_t tag_afar) argument
351 switch (pstype) {
381 cmd_ptrsubtype_t pstype,
402 index = get_index(pstype, tag_afar);
403 switch (pstype) {
417 return (get_tagdata(cpu, pstype, inde
379 extract_data_from_ereport_payload(fmd_hdl_t *hdl, nvlist_t *nvl, cmd_cpu_t *cpu, cmd_ptrsubtype_t pstype, uint64_t *afarp, uint64_t *tag_data, const char *fltnm) argument
474 gen_data_for_ecc(uint64_t *tag_data, uint64_t *data_for_ecc_gen, cmd_ptrsubtype_t pstype) argument
580 compute_syndrome(uint64_t *tag_data, cmd_ptrsubtype_t pstype) argument
882 find_and_destroy_anonymous_Lxcache(fmd_hdl_t *hdl, cmd_cpu_t *cpu, cmd_ptrsubtype_t pstype, int32_t index) argument
956 cmd_us4plus_tag_err(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, cmd_cpu_t *cpu, cmd_ptrsubtype_t pstype, const char *serdn, const char *serdt, const char *fltnm, cmd_errcl_t clcode) argument
[all...]
H A Dcmd_Lxcache.c70 cmd_type_to_str(cmd_ptrsubtype_t pstype) argument
72 switch (pstype) {
201 cmd_ptrsubtype_t pstype, int32_t index, int8_t way, int16_t bit)
207 if ((Lxcache->Lxcache_type == pstype) &&
219 nvlist_t *modasru, cmd_ptrsubtype_t pstype, int32_t index,
227 pstype_name = cmd_type_to_str(pstype);
239 Lxcache->Lxcache_type = pstype;
253 switch (pstype) {
301 cmd_Lxcache_lookup_by_index_way(cmd_cpu_t *cpu, cmd_ptrsubtype_t pstype, argument
310 (cache->Lxcache_type == pstype)) {
200 cmd_Lxcache_lookup_by_type_index_way_bit(cmd_cpu_t *cpu, cmd_ptrsubtype_t pstype, int32_t index, int8_t way, int16_t bit) argument
218 cmd_Lxcache_create(fmd_hdl_t *hdl, cmd_xr_t *xr, cmd_cpu_t *cpu, nvlist_t *modasru, cmd_ptrsubtype_t pstype, int32_t index, int8_t way, int16_t bit) argument
472 cmd_Lxcache_serdnm_create(fmd_hdl_t *hdl, uint32_t cpu_id, cmd_ptrsubtype_t pstype, int32_t index, int8_t way, int16_t bit) argument
489 cmd_Lxcache_anonymous_serdnm_create(fmd_hdl_t *hdl, uint32_t cpu_id, cmd_ptrsubtype_t pstype, int32_t index, int8_t way, int16_t bit) argument
548 cmd_fault_the_cpu(fmd_hdl_t *hdl, cmd_cpu_t *cpu, cmd_ptrsubtype_t pstype, const char *fltnm) argument
568 cmd_retire_cpu_if_limits_exceeded(fmd_hdl_t *hdl, cmd_cpu_t *cpu, cmd_ptrsubtype_t pstype, const char *fltnm) argument
704 get_tagdata(cmd_cpu_t *cpu, cmd_ptrsubtype_t pstype, int32_t index, uint64_t *tag_data) argument
759 get_index_retired_ways(cmd_cpu_t *cpu, cmd_ptrsubtype_t pstype, int32_t index) argument
984 cmd_Lxcache_get_next_retirable_way(cmd_cpu_t *cpu, int32_t index, cmd_ptrsubtype_t pstype, int8_t specified_way) argument
1005 cmd_Lxcache_get_lowest_retirable_way(cmd_cpu_t *cpu, int32_t index, cmd_ptrsubtype_t pstype) argument
1017 cmd_Lxcache_lookup_by_type_index_way_reason(cmd_cpu_t *cpu, cmd_ptrsubtype_t pstype, int32_t index, int8_t way, int32_t reason) argument
1036 cmd_Lxcache_lookup_by_type_index_bit_reason(cmd_cpu_t *cpu, cmd_ptrsubtype_t pstype, int32_t index, int16_t bit, int32_t reason) argument
[all...]
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_cpuerr.c55 cmd_case_t *cc, cmd_ptrsubtype_t pstype, const char *serdnm,
65 cc->cc_cp = cmd_case_create(hdl, &cpu->cpu_header, pstype,
54 cmd_cpuerr_common(fmd_hdl_t *hdl, fmd_event_t *ep, cmd_cpu_t *cpu, cmd_case_t *cc, cmd_ptrsubtype_t pstype, const char *serdnm, const char *serdn, const char *serdt, const char *fltnm, cmd_errcl_t clcode) argument

Completed in 64 milliseconds