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

/freebsd-10.1-release/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-10.1-release/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-10.1-release/contrib/ntp/include/
H A Dntp_config.h232 attr_val_fifo * logconfig; member in struct:config_tree_tag
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_config.c81 * "logconfig" building blocks
576 atrv = HEAD_PFIFO(ptree->logconfig);
578 fprintf(df, "logconfig");
3074 my_lc = HEAD_PFIFO(ptree->logconfig);
3103 FREE_ATTR_VAL_FIFO(ptree->logconfig);
4753 msyslog(LOG_ERR, "logconfig: '%s' not recognized - ignored",

Completed in 77 milliseconds