Searched refs:logconfig (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/tests/
H A Disctest.c106 isc_logconfig_t *logconfig = NULL; local
108 CHECK(isc_log_create(mctx, &lctx, &logconfig));
116 CHECK(isc_log_createchannel(logconfig, "stderr",
120 CHECK(isc_log_usechannel(logconfig, "stderr", NULL, NULL));
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dlog.c156 isc_logconfig_t * logconfig; member in struct:isc_log
314 lctx->logconfig = lcfg;
426 ENSURE(lctx->logconfig != NULL);
428 return (lctx->logconfig);
451 old_cfg = lctx->logconfig;
452 lctx->logconfig = lcfg;
473 if (lctx->logconfig != NULL) {
474 lcfg = lctx->logconfig;
475 lctx->logconfig = NULL;
516 * This function cannot be called with a logconfig tha
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_config.h244 attr_val_fifo * logconfig; member in struct:config_tree_tag
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_config.c82 * "logconfig" building blocks
624 atrv = HEAD_PFIFO(ptree->logconfig);
626 fprintf(df, "logconfig");
3492 my_lc = HEAD_PFIFO(ptree->logconfig);
3508 fatal_error("config-logconfig: modifier='%c'", my_lc->attr);
3520 FREE_ATTR_VAL_FIFO(ptree->logconfig);
5227 msyslog(LOG_ERR, "logconfig: '%s' not recognized - ignored",

Completed in 118 milliseconds