Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ntp/include/
Dntp_control.h145 #define CERR_PERMISSION 1 macro
153 #define CERR_NORESOURCE CERR_PERMISSION /* wish there was a different code */
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_control.c1307 ctl_error(CERR_PERMISSION); in process_control()
3443 ctl_error(CERR_PERMISSION); in write_variables()
3471 ctl_error(CERR_PERMISSION); in write_variables()
4010 ctl_error(CERR_PERMISSION); in read_mru_list()
4709 ctl_error(CERR_PERMISSION); in write_clockstatus()
4732 ctl_error(CERR_PERMISSION); in set_trap()
/freebsd-12-stable/contrib/ntp/ntpq/
Dntpq.c1448 case CERR_PERMISSION: in show_error_msg()