Lines Matching defs:res
76 int res;
94 #define for_rr(start, i) for (i = start; i < num; i++) if (rr[i].res >= 0)
100 rr[i].res = -1;
113 if (rr[k].res != rr[first].res)
133 if (rr[other].res == rr[k].res && rr[other].msg == rr[k].msg) {
171 rr[num].res = mce_severity(&m, tolerant, &rr[num].msg);
207 struct rname *rname = &rnames[rr[i].res];
208 if ((unsigned)rr[i].res >= ARRAY_SIZE(rnames))