Searched refs:config_entry (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/usr.sbin/nscd/
H A Dquery.c84 clear_config_entry(struct configuration_entry *config_entry) argument
89 configuration_lock_entry(config_entry, CELT_POSITIVE);
90 if (config_entry->positive_cache_entry != NULL)
92 config_entry->positive_cache_entry,
94 configuration_unlock_entry(config_entry, CELT_POSITIVE);
96 configuration_lock_entry(config_entry, CELT_NEGATIVE);
97 if (config_entry->negative_cache_entry != NULL)
99 config_entry->negative_cache_entry,
101 configuration_unlock_entry(config_entry, CELT_NEGATIVE);
103 configuration_lock_entry(config_entry, CELT_MULTIPAR
118 clear_config_entry_part(struct configuration_entry *config_entry, const char *eid_str, size_t eid_str_length) argument
979 struct configuration_entry *config_entry; local
[all...]
H A Dmp_rs_query.c72 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART);
75 configuration_unlock_entry(qstate->config_entry,
176 qstate->config_entry = configuration_find_entry(
178 if (qstate->config_entry == NULL) {
187 if (qstate->config_entry->enabled == 0) {
196 if (qstate->config_entry->perform_actual_lookups != 0)
198 qstate->config_entry->mp_cache_params.cep.entry_name);
208 qstate->config_entry->mp_cache_params.cep.entry_name);
218 (qstate->config_entry->perform_actual_lookups != 0))
225 configuration_lock_entry(qstate->config_entry, CELT_MULTIPAR
[all...]
H A Dmp_ws_query.c73 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART);
76 configuration_unlock_entry(qstate->config_entry,
174 qstate->config_entry = configuration_find_entry(
176 if (qstate->config_entry == NULL) {
185 if (qstate->config_entry->enabled == 0) {
194 if (qstate->config_entry->perform_actual_lookups != 0) {
216 qstate->config_entry->mp_cache_params.cep.entry_name);
231 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART);
239 if ((qstate->config_entry->mp_query_timeout.tv_sec != 0) ||
240 (qstate->config_entry
[all...]
H A Dconfig.c335 configuration_entry_add_mp_cache_entry(struct configuration_entry *config_entry, argument
341 ++config_entry->mp_cache_entries_size;
343 config_entry->mp_cache_entries_size);
347 if (config_entry->mp_cache_entries_size - 1 > 0) {
349 config_entry->mp_cache_entries,
350 (config_entry->mp_cache_entries_size - 1) *
354 old_mp_entries = config_entry->mp_cache_entries;
355 config_entry->mp_cache_entries = new_mp_entries;
358 qsort(config_entry->mp_cache_entries,
359 config_entry
368 configuration_entry_find_mp_cache_entry( struct configuration_entry *config_entry, const char *mp_name) argument
392 configuration_entry_find_mp_cache_entries( struct configuration_entry *config_entry, const char *mp_name, cache_entry **start, cache_entry **finish) argument
[all...]
H A Dquery.h53 struct configuration_entry *config_entry; member in struct:query_state
H A Dnscd.c103 struct configuration_entry *config_entry; local
114 config_entry = configuration_get_entry(config, i);
120 &config_entry->positive_cache_params);
121 config_entry->positive_cache_entry = find_cache_entry(retval,
122 config_entry->positive_cache_params.cep.entry_name);
123 assert(config_entry->positive_cache_entry !=
127 &config_entry->negative_cache_params);
128 config_entry->negative_cache_entry = find_cache_entry(retval,
129 config_entry->negative_cache_params.cep.entry_name);
130 assert(config_entry
[all...]
/freebsd-current/usr.sbin/pkg/
H A Dconfig.c52 struct config_entry { struct
62 static struct config_entry c[] = {
221 struct config_entry *temp_config;
228 temp_config = calloc(CONFIG_SIZE, sizeof(struct config_entry));
/freebsd-current/contrib/ofed/librdmacm/
H A Dpreload.c125 struct config_entry { struct
132 static struct config_entry *config;
154 struct config_entry *new_config;
170 sizeof(struct config_entry));
175 memset(&config[config_cnt], 0, sizeof(struct config_entry));
/freebsd-current/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c194 typedef struct config_entry { struct
197 struct config_entry *ce_next;

Completed in 198 milliseconds