Home
last modified time | relevance | path

Searched refs:TC_ERR (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/ntp/ntpd/
HDntp_timer.c39 #define TC_ERR ERROR macro
41 #define TC_ERR (-1) macro
215 if (TC_ERR == timer_create(CLOCK_REALTIME, NULL, &timer_id)) { in init_timer()
/freebsd-14-stable/contrib/ntp/
HDCommitLog164256 define TC_ERR macro to reduce #ifdef clutter.