Home
last modified time | relevance | path

Searched refs:NOTE_SECONDS (Results 1 – 4 of 4) sorted by relevance

/f-stack/lib/
H A Dff_event.h215 #define NOTE_SECONDS 0x00000001 /* data is seconds */ macro
/f-stack/tools/compat/include/sys/
H A Devent.h146 #define NOTE_SECONDS 0x00000001 /* data is seconds */ macro
/f-stack/freebsd/sys/
H A Devent.h213 #define NOTE_SECONDS 0x00000001 /* data is seconds */ macro
/f-stack/freebsd/kern/
H A Dkern_event.c619 (NOTE_SECONDS | NOTE_MSECONDS | NOTE_USECONDS | NOTE_NSECONDS)
634 case NOTE_SECONDS: in timer2sbintime()