Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_memerr_arch.c726 uint16_t upos, fault_info_t **fault_list, int cpu) in cmd_get_faulted_comp() argument
773 fault_list[k] = fmd_hdl_alloc(hdl, in cmd_get_faulted_comp()
775 if (fault_list[k] == NULL) in cmd_get_faulted_comp()
777 fault_list[k]->count = 1; in cmd_get_faulted_comp()
778 fault_list[k]->id = id; in cmd_get_faulted_comp()
784 fault_list[k]->count++; in cmd_get_faulted_comp()
850 fault_info_t **fault_list = NULL; in cmd_gen_datapath_fault() local
854 fault_list = fmd_hdl_alloc(hdl, in cmd_gen_datapath_fault()
857 if (fault_list == NULL) in cmd_gen_datapath_fault()
861 fault_list[i] = NULL; in cmd_gen_datapath_fault()
[all …]