HomeSort by: relevance | last modified time | path
    Searched refs:SAVECONFIG (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
ntp_config.h 30 * We keep config trees around for possible saveconfig use. When
31 * built with configure --disable-saveconfig, and when built with
36 #if !defined(FREE_CFG_T) && (!defined(SAVECONFIG) || defined(DEBUG))
348 #ifdef SAVECONFIG
  /src/external/bsd/ntp/include/
config.h 1561 /* saveconfig mechanism */
1562 #define SAVECONFIG 1
  /src/external/bsd/ntp/dist/
config.h.in 1543 /* saveconfig mechanism */
1544 #undef SAVECONFIG
  /src/external/bsd/ntp/dist/ntpd/
ntp_config.c 514 #ifdef SAVECONFIG
1192 #endif /* SAVECONFIG */
5237 #ifndef SAVECONFIG
5252 #ifdef SAVECONFIG
5280 #endif /* SAVECONFIG */
5294 * With configure --disable-saveconfig, there's no use keeping
5297 #ifndef SAVECONFIG
ntpd-opts.c 554 #ifdef SAVECONFIG
575 #endif /* SAVECONFIG */
ntp_control.c 942 * save_config - Implements ntpq -c "saveconfig <filename>"
977 #ifdef SAVECONFIG
1007 ctl_printf("%s", "saveconfig prohibited by restrict ... nomodify");
1011 "saveconfig from %s rejected due to nomodify restriction",
1017 #ifdef SAVECONFIG
1019 ctl_printf("%s", "saveconfig prohibited, no saveconfigdir configured");
1023 "saveconfig from %s rejected, no saveconfigdir",
1044 ctl_printf("saveconfig exceeded maximum raw name length (%u)",
1048 "saveconfig exceeded maximum raw name length from %s",
1060 * ntpq -c "saveconfig ntp-%Y%m%d-%H%M%S.conf
    [all...]

Completed in 34 milliseconds