Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac_ntpd/
H A Dmac_ntpd.c61 case PRIV_NTP_ADJTIME: in ntpd_priv_grant()
/f-stack/freebsd/sys/
H A Dpriv.h81 #define PRIV_NTP_ADJTIME 16 /* Set NTP time adjustment. */ macro
/f-stack/freebsd/kern/
H A Dkern_ntptime.c360 error = priv_check(td, PRIV_NTP_ADJTIME); in kern_ntp_adjtime()