Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrormain.c301 if ((NOTSORTABLE(ep1->error_e_class)) ^ in errorsort()
302 (NOTSORTABLE(ep2->error_e_class))) { in errorsort()
303 return (NOTSORTABLE(ep1->error_e_class) ? -1 : 1); in errorsort()
305 if (NOTSORTABLE(ep1->error_e_class)) /* then both are */ in errorsort()
H A Derrortouch.c90 if (!(NOTSORTABLE(errorp->error_e_class))) in findfiles()
102 if ((errorp->error_e_class == C_NULLED) || in findfiles()
103 (errorp->error_e_class == C_TRUE)) { in findfiles()
128 if (SORTABLE(errorp->error_e_class)) { in countfiles()
211 if (errorp->error_e_class == type) { in nopertain()
247 if (errorp->error_e_class == C_TRUE) in touchfiles()
400 if (errorp->error_e_class != C_TRUE) { in diverterrors()
719 if (errorp->error_e_class == C_IGNORE) in errorprint()
H A Derrorsubr.c256 if (errorp->error_e_class == C_IGNORE) in printerrors()
262 class_table[errorp->error_e_class], in printerrors()
H A Derrorinput.c137 newerror->error_e_class = errorclass; in erroradd()
139 switch (newerror->error_e_class = discardit(newerror)) { in erroradd()
H A Derrorfilter.c161 Errorclass errorclass = errorp->error_e_class; in discardit()
H A Derror.h187 Errorclass error_e_class; /* error category of this error */ member