Searched refs:TIME_RELATIVE (Results 1 – 2 of 2) sorted by relevance
123 #define TIME_RELATIVE 0x01 /* relative time */ macro125 #define BAD_ALRMTYPE(t) (((t) &~ TIME_RELATIVE) != 0)
764 if ((alarm_type & ALRMTYPE) == TIME_RELATIVE) { in check_time()