Searched refs:NOTE_MACHTIME (Results 1 – 3 of 3) sorted by relevance
15 #ifndef NOTE_MACHTIME16 #define NOTE_MACHTIME 0x00000100 macro98 case NOTE_MACHTIME: in test_absolute_kevent()120 if (scale == NOTE_MACHTIME) { in test_absolute_kevent()156 case NOTE_MACHTIME: in test_oneshot_kevent()420 test_absolute_kevent((int)nanos_to_abs(10 * NSEC_PER_MSEC), NOTE_MACHTIME);433 test_oneshot_kevent((int)nanos_to_abs(10 * NSEC_PER_MSEC), NOTE_MACHTIME);
326 #define NOTE_MACHTIME 0x00000100 /* data is mach absolute time units */ macro
1419 switch (kev->fflags & (NOTE_SECONDS | NOTE_USECONDS | NOTE_NSECONDS | NOTE_MACHTIME)) { in filt_timervalidate()1429 case NOTE_MACHTIME: in filt_timervalidate()