Lines Matching refs:confdb_path
160 const char *confdb_path = NULL;
171 confdb_path = CONFDB_MONITOR_CONF_ENTRY;
174 confdb_path = talloc_asprintf(tmp_ctx, CONFDB_SERVICE_PATH_TMPL, name);
177 confdb_path = talloc_asprintf(tmp_ctx, CONFDB_DOMAIN_PATH_TMPL, name);
181 if (confdb_path == NULL) {
198 ret = confdb_add_param(confdb, true, confdb_path,
538 const char *confdb_path = NULL;
562 confdb_path = CONFDB_MONITOR_CONF_ENTRY;
565 confdb_path = talloc_asprintf(dbus_req, CONFDB_SERVICE_PATH_TMPL, name);
568 confdb_path = talloc_asprintf(dbus_req, CONFDB_DOMAIN_PATH_TMPL, name);
572 if (confdb_path == NULL) {
577 ret = confdb_get_int(ctx->rctx->cdb, confdb_path,
688 const char *confdb_path = NULL;
733 confdb_path = talloc_asprintf(tmp_ctx, CONFDB_DOMAIN_PATH_TMPL, name);
734 if (confdb_path == NULL) {
745 ret = confdb_get_string(ctx->rctx->cdb, tmp_ctx, confdb_path,