OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STA_NANO
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/ntp/dist/libntp/
timexsup.c
33
#if defined(MOD_NANO) != defined(
STA_NANO
)
34
# warning inconsistent definitions of MOD_NANO vs
STA_NANO
59
#ifdef
STA_NANO
60
if (
STA_NANO
& status) {
statestr.c
274
# ifdef
STA_NANO
275
{
STA_NANO
, "nano", 0 },
/src/sys/sys/
timex.h
78
* format in use is determined by the
STA_NANO
bit of the status
95
*
STA_NANO
bit in the status word. See the description below for
157
#define
STA_NANO
0x2000 /* resolution (0 = us, 1 = ns) (ro) */
180
STA_PPSERROR | STA_CLOCKERR |
STA_NANO
| STA_MODE | STA_CLK)
195
* Note: The time member is in microseconds if
STA_NANO
is zero and
211
*
STA_NANO
is zero and nanoseconds if not.
/src/external/bsd/ntp/dist/util/
ntptime.c
300
#ifdef
STA_NANO
301
if (flash &
STA_NANO
) {
340
#ifdef
STA_NANO
341
if (flash &
STA_NANO
)
/src/sys/kern/
kern_ntptime.c
340
time_status |=
STA_NANO
;
342
time_status &= ~
STA_NANO
;
366
if (time_status &
STA_NANO
) {
380
if (time_status &
STA_NANO
)
392
if (time_status &
STA_NANO
)
400
if (time_status &
STA_NANO
)
/src/external/bsd/ntp/dist/ntpd/
ntp_loopfilter.c
140
#if defined(
STA_NANO
) && NTP_API == 4
142
#endif /*
STA_NANO
*/
770
#ifdef
STA_NANO
772
#else /*
STA_NANO
*/
774
#endif /*
STA_NANO
*/
831
#if defined(
STA_NANO
) && NTP_API == 4
843
#endif /*
STA_NANO
*/
1179
#ifdef
STA_NANO
1182
#endif /*
STA_NANO
*/
/src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c
2966
#ifdef
STA_NANO
2967
if (status &
STA_NANO
)
3018
#ifdef
STA_NANO
3019
if (status &
STA_NANO
) (void)fprintf(fp, " nano");
Completed in 19 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026