Searched refs:BAD_ALRMTYPE (Results 1 – 2 of 2) sorted by relevance
125 #define BAD_ALRMTYPE(t) (((t) &~ TIME_RELATIVE) != 0) macro
758 if (BAD_ALRMTYPE(alarm_type)) { in check_time()