Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp_request.h645 #define SYS_FLAG_MONITOR 0x10 macro
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c1533 SYS_FLAG_NTP | SYS_FLAG_KERNEL | SYS_FLAG_MONITOR | in setclr_flags()
1538 SYS_FLAG_MONITOR | SYS_FLAG_FILEGEN | in setclr_flags()
1552 if (flags & SYS_FLAG_MONITOR) in setclr_flags()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1593 sys.flags |= SYS_FLAG_MONITOR; in doset()