Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_tsyncpci.c285 static RefIdLookup RefIdLookupTbl[] = variable
568 for (i = 0; RefIdLookupTbl[i].pRef != NULL; i++) in tsync_poll()
571 if (strstr(timeRef, RefIdLookupTbl[i].pRef) != NULL) in tsync_poll()
579 for (j = 0; RefIdLookupTbl[j].pRef != NULL; j++) in tsync_poll()
582 if (strstr(ppsRef, RefIdLookupTbl[j].pRef) != NULL) in tsync_poll()
689 if ((RefIdLookupTbl[i].pRef != NULL) && in tsync_poll()
690 (RefIdLookupTbl[j].pRef != NULL)) in tsync_poll()
694 if ((strcmp(RefIdLookupTbl[i].pRefId, TSYNC_REF_LOCAL) == 0) || in tsync_poll()
695 (strcmp(RefIdLookupTbl[j].pRefId, TSYNC_REF_LOCAL) == 0)) in tsync_poll()
719 strncpy((char *)&up->refId, RefIdLookupTbl[j].pRefId, in tsync_poll()
[all …]