Searched defs:fault_list (Results 1 - 1 of 1) sorted by relevance

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

Completed in 81 milliseconds