Searched refs:site_survey (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_oncore.c281 enum site_survey_state site_survey; /* Site Survey state */ member in struct:instance
622 instance->site_survey = ONCORE_SS_UNKNOWN;
1591 if ((instance->site_survey == ONCORE_SS_DONE) && (instance->mode != MODE_0D))
1595 if ((instance->site_survey != ONCORE_SS_DONE) || (instance->mode != MODE_0D))
2006 if (instance->site_survey == ONCORE_SS_TESTING) {
2012 instance->site_survey = ONCORE_SS_HW;
2186 instance->site_survey = ONCORE_SS_DONE;
2193 instance->site_survey = ONCORE_SS_TESTING;
2224 if (instance->site_survey == ONCORE_SS_TESTING) {
2234 instance->site_survey
[all...]

Completed in 69 milliseconds