Searched refs:TIME_OK (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/tests/ |
| H A D | ntp_adjtime_29192647.c | 231 ntptime.status = TIME_OK; 240 T_ASSERT_EQ(ntp_adjtime(&ntptime), TIME_OK, NULL); 285 ntptime.status = TIME_OK; 290 T_ASSERT_EQ(ntp_adjtime(&ntptime), TIME_OK, NULL); 302 ntptime.status = TIME_OK; 329 T_ASSERT_EQ(ntp_adjtime(&ntptime), TIME_OK, NULL); 358 ntptime.status = TIME_OK; 367 T_ASSERT_EQ(ntp_adjtime(&ntptime), TIME_OK, NULL);
|
| H A D | settimeofday_29193041_entitled.c | 43 ntptime.status = TIME_OK; 45 T_ASSERT_EQ(ntp_adjtime(&ntptime), TIME_OK, NULL); 72 ntptime.status = TIME_OK; 74 T_ASSERT_EQ(ntp_adjtime(&ntptime), TIME_OK, NULL);
|
| H A D | settimeofday_29193041.c | 39 ntptime.status = TIME_OK; 41 T_ASSERT_EQ(ntp_adjtime(&ntptime), TIME_OK, NULL); 76 ntptime.status = TIME_OK;
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | timex.h | 137 #define TIME_OK 0 /* no leap second warning */ macro
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_ntptime.c | 176 static int time_state = TIME_OK; 378 time_state = TIME_OK; in ntp_adjtime()
|