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

/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_irig.c232 int seccnt; /* second interval counter */ member in struct:irigunit
468 up->seccnt = (up->seccnt + 1) % SECOND;
469 if (up->seccnt == 0) {
H A Drefclock_chu.c375 int seccnt; /* second interval counter */ member in struct:chuunit
696 up->seccnt = (up->seccnt + 1) % SECOND;
697 if (up->seccnt == 0) {
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_vfsops.c2832 uint32_t seccnt; local
2833 xb_get_32(error, &xb, seccnt);
2834 if (!error && ((seccnt < 1) || (seccnt > NX_MAX_SEC_FLAVORS)))
2837 nmp->nm_sec.count = seccnt;
2838 for (i=0; i < seccnt; i++) {

Completed in 77 milliseconds