Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c49 static int check_fru_asru(enum nodetype t, const char *s, struct node *np);
71 { T_FAULT, "FRU", 0, check_fru_asru, O_ERR },
72 { T_FAULT, "ASRU", 0, check_fru_asru, O_ERR },
80 { T_DEFECT, "FRU", 0, check_fru_asru, O_ERR },
81 { T_DEFECT, "ASRU", 0, check_fru_asru, O_ERR },
91 { T_SERD, "FRU", 0, check_fru_asru, O_ERR },
93 { T_ERROR, "ASRU", 0, check_fru_asru, O_ERR },
291 check_fru_asru(enum nodetype t, const char *s, struct node *np) in check_fru_asru() function