Searched refs:CE_IGNORE (Results 1 – 5 of 5) sorted by relevance
51 case CE_IGNORE: in vcmn_err()60 if (ce != CE_IGNORE) { in vcmn_err()
45 #define CE_IGNORE 4 /* print nothing */ macro
50 #define CE_IGNORE 4 /* print nothing */ macro
733 static char ce_prefix[CE_IGNORE][10] = { "", "NOTICE: ", "WARNING: ", "" };734 static char ce_suffix[CE_IGNORE][2] = { "", "\n", "\n", "" };
113 #define CE_IGNORE 4 /* print nothing */ macro