Searched refs:sLog (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/ntp/ntpd/ |
| H A D | refclock_jjy.c | 457 char sDeviceName [ sizeof(DEVICE) + 10 ], sLog [ 60 ] ; in jjy_start() local 487 snprintf( sLog, sizeof(sLog), "mode=%d dev=%s", peer->ttl, sDeviceName ) ; in jjy_start() 488 jjy_write_clockstats( peer, JJY_CLOCKSTATS_MARK_JJY, sLog ) ; in jjy_start() 563 snprintf( sLog, sizeof(sLog), "minpoll=%d maxpoll=%d", peer->minpoll, peer->maxpoll ) ; in jjy_start() 564 jjy_write_clockstats( peer, JJY_CLOCKSTATS_MARK_JJY, sLog ) ; in jjy_start() 580 char sLog [ 60 ] ; in jjy_shutdown() local 591 snprintf( sLog, sizeof(sLog), "JJY stopped. unit=%d mode=%d", unit, peer->ttl ) ; in jjy_shutdown() 592 record_clock_stats( &peer->srcadr, sLog ) ; in jjy_shutdown() 898 char sLog [ 40 ], sReach [ 9 ] ; in jjy_poll() local 930 snprintf( sLog, sizeof(sLog), "polls=%ld reach=%s", pp->polls, sReach ) ; in jjy_poll() [all …]
|