| /src/external/mpl/bind/dist/bin/tests/system/ |
| makejournal.c | 91 isc_logconfig_t *logconfig = NULL; local 109 isc_log_create(mctx, &lctx, &logconfig); 119 isc_log_createchannel(logconfig, "stderr", ISC_LOG_TOFILEDESC, 122 CHECK(isc_log_usechannel(logconfig, "stderr", NULL, NULL));
|
| /src/external/mpl/bind/dist/bin/tests/system/rsabigexponent/ |
| bigkey.c | 52 isc_logconfig_t *logconfig; variable 111 isc_log_create(mctx, &log_, &logconfig); 115 isc_log_settag(logconfig, "bigkey"); 121 isc_log_createchannel(logconfig, "stderr", ISC_LOG_TOFILEDESC, level, 125 CHECK(isc_log_usechannel(logconfig, "stderr", NULL, NULL), "isc_log_"
|
| /src/external/mpl/bind/dist/bin/tools/ |
| named-journalprint.c | 44 isc_logconfig_t *logconfig = NULL; local 47 isc_log_create(mctx, &log, &logconfig); 56 isc_log_createchannel(logconfig, "stderr", ISC_LOG_TOFILEDESC, 59 RUNTIME_CHECK(isc_log_usechannel(logconfig, "stderr", NULL, NULL) ==
|
| /src/external/mpl/bind/dist/tests/isccfg/ |
| parser_test.c | 56 isc_logconfig_t *logconfig = NULL; local 58 isc_log_create(mctx, &lctx, &logconfig); 66 isc_log_createchannel(logconfig, "stderr", ISC_LOG_TOFILEDESC, 68 result = isc_log_usechannel(logconfig, "stderr", NULL, NULL);
|
| duration_test.c | 55 isc_logconfig_t *logconfig = NULL; local 57 isc_log_create(mctx, &lctx, &logconfig); 65 isc_log_createchannel(logconfig, "stderr", ISC_LOG_TOFILEDESC, 67 result = isc_log_usechannel(logconfig, "stderr", NULL, NULL);
|
| /src/external/mpl/bind/dist/bin/check/ |
| check-tool.c | 549 isc_logconfig_t *logconfig = NULL; local 552 isc_log_create(mctx, &log, &logconfig); 564 isc_log_createchannel(logconfig, "stderr", ISC_LOG_TOFILEDESC, 567 RUNTIME_CHECK(isc_log_usechannel(logconfig, "stderr", NULL, NULL) ==
|
| /src/external/mpl/bind/dist/tests/dns/ |
| qpmulti_test.c | 75 isc_logconfig_t *logconfig = NULL; local 77 isc_log_create(mctx, &lctx, &logconfig); 86 isc_log_createchannel(logconfig, "stderr", ISC_LOG_TOFILEDESC, 95 result = isc_log_usechannel(logconfig, "stderr",
|
| /src/external/mpl/bind/dist/bin/dnssec/ |
| dnssectool.c | 135 isc_logconfig_t *logconfig = NULL; local 158 isc_log_create(mctx, &log, &logconfig); 162 isc_log_settag(logconfig, program); 174 isc_log_createchannel(logconfig, "stderr", ISC_LOG_TOFILEDESC, level, 178 RUNTIME_CHECK(isc_log_usechannel(logconfig, "stderr", NULL, NULL) ==
|
| /src/external/mpl/bind/dist/bin/rndc/ |
| rndc.c | 825 isc_logconfig_t *logconfig = NULL; local 972 isc_log_create(rndc_mctx, &log, &logconfig); 974 isc_log_settag(logconfig, progname); 979 isc_log_createchannel(logconfig, "stderr", ISC_LOG_TOFILEDESC, 983 isc_log_usechannel(logconfig, "stderr", NULL, NULL));
|
| /src/external/mpl/bind/dist/tests/bench/ |
| qpmulti.c | 161 isc_logconfig_t *logconfig = NULL; local 164 isc_log_create(mctx, &lctx, &logconfig); 173 isc_log_createchannel(logconfig, "stderr", ISC_LOG_TOFILEDESC, 181 result = isc_log_usechannel(logconfig, "stderr",
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_config.h | 249 attr_val_fifo * logconfig; member in struct:config_tree_tag
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/ |
| log.c | 158 isc_logconfig_t * logconfig; member in struct:isc_log 316 lctx->logconfig = lcfg; 428 ENSURE(lctx->logconfig != NULL); 430 return (lctx->logconfig); 453 old_cfg = lctx->logconfig; 454 lctx->logconfig = lcfg; 475 if (lctx->logconfig != NULL) { 476 lcfg = lctx->logconfig; 477 lctx->logconfig = NULL; 518 * This function cannot be called with a logconfig that is i [all...] |
| /src/external/mpl/bind/dist/lib/isc/ |
| log.c | 149 isc_logconfig_t *logconfig; member in struct:isc_log 277 lctx->logconfig = lcfg; 356 old_cfg = rcu_xchg_pointer(&lctx->logconfig, lcfg); 381 lcfg = rcu_xchg_pointer(&lctx->logconfig, NULL); 422 * This function cannot be called with a logconfig that is in 428 REQUIRE(rcu_dereference(lcfg->lctx->logconfig) != lcfg); 744 if (rcu_dereference(lcfg->lctx->logconfig) == lcfg) { 815 isc_logconfig_t *lcfg = rcu_dereference(lctx->logconfig); 893 isc_logconfig_t *lcfg = rcu_dereference(lctx->logconfig); 1519 isc_logconfig_t *lcfg = rcu_dereference(lctx->logconfig); [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| log.c | 152 isc_logconfig_t *logconfig; member in struct:isc_log 290 lctx->logconfig = lcfg; 375 old_cfg = lctx->logconfig; 376 lctx->logconfig = lcfg; 402 lcfg = lctx->logconfig; 403 lctx->logconfig = NULL; 445 * This function cannot be called with a logconfig that is in 451 REQUIRE(lcfg->lctx->logconfig != lcfg); 767 if (lcfg->lctx->logconfig == lcfg) { 837 isc_logconfig_t *lcfg = lctx->logconfig; [all...] |
| /src/external/mpl/bind/dist/bin/delv/ |
| delv.c | 323 isc_logconfig_t *logconfig = NULL; local 326 isc_log_create(mctx, &lctx, &logconfig); 338 isc_log_createchannel(logconfig, "stderr", ISC_LOG_TOFILEDESC, 343 isc_log_settag(logconfig, ";; "); 345 result = isc_log_usechannel(logconfig, "stderr", 352 isc_log_createchannel(logconfig, "resolver", ISC_LOG_TOFILEDESC, 356 result = isc_log_usechannel(logconfig, "resolver", 365 isc_log_createchannel(logconfig, "validator", 369 result = isc_log_usechannel(logconfig, "validator", 381 isc_log_createchannel(logconfig, "messages", ISC_LOG_TOFILEDESC [all...] |
| /src/external/mpl/bind/dist/bin/dig/ |
| dighost.c | 1353 isc_logconfig_t *logconfig = NULL; local 1372 isc_log_create(mctx, &lctx, &logconfig); 1377 result = isc_log_usechannel(logconfig, "default_debug", NULL, NULL);
|
| /src/external/mpl/bind/dist/bin/nsupdate/ |
| nsupdate.c | 811 isc_logconfig_t *logconfig = NULL; local 818 isc_log_create(gmctx, &glctx, &logconfig); 823 result = isc_log_usechannel(logconfig, "default_debug", NULL, NULL);
|