Searched refs:RefIdLookupTbl (Results 1 – 1 of 1) sorted by relevance
283 static RefIdLookup RefIdLookupTbl[] = variable566 for (i = 0; RefIdLookupTbl[i].pRef != NULL; i++) in tsync_poll()569 if (strstr(timeRef, RefIdLookupTbl[i].pRef) != NULL) in tsync_poll()577 for (j = 0; RefIdLookupTbl[j].pRef != NULL; j++) in tsync_poll()580 if (strstr(ppsRef, RefIdLookupTbl[j].pRef) != NULL) in tsync_poll()687 if ((RefIdLookupTbl[i].pRef != NULL) && in tsync_poll()688 (RefIdLookupTbl[j].pRef != NULL)) in tsync_poll()692 if ((strcmp(RefIdLookupTbl[i].pRefId, TSYNC_REF_LOCAL) == 0) || in tsync_poll()693 (strcmp(RefIdLookupTbl[j].pRefId, TSYNC_REF_LOCAL) == 0)) in tsync_poll()717 strncpy((char *)&up->refId, RefIdLookupTbl[j].pRefId, in tsync_poll()[all …]