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

/freebsd-11-stable/usr.sbin/nscd/
H A Dquery.c87 clear_config_entry(struct configuration_entry *config_entry) argument
92 configuration_lock_entry(config_entry, CELT_POSITIVE);
93 if (config_entry->positive_cache_entry != NULL)
95 config_entry->positive_cache_entry,
97 configuration_unlock_entry(config_entry, CELT_POSITIVE);
99 configuration_lock_entry(config_entry, CELT_NEGATIVE);
100 if (config_entry->negative_cache_entry != NULL)
102 config_entry->negative_cache_entry,
104 configuration_unlock_entry(config_entry, CELT_NEGATIVE);
106 configuration_lock_entry(config_entry, CELT_MULTIPAR
121 clear_config_entry_part(struct configuration_entry *config_entry, const char *eid_str, size_t eid_str_length) argument
982 struct configuration_entry *config_entry; local
[all...]
H A Dmp_rs_query.c75 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART);
78 configuration_unlock_entry(qstate->config_entry,
179 qstate->config_entry = configuration_find_entry(
181 if (qstate->config_entry == NULL) {
190 if (qstate->config_entry->enabled == 0) {
199 if (qstate->config_entry->perform_actual_lookups != 0)
201 qstate->config_entry->mp_cache_params.cep.entry_name);
211 qstate->config_entry->mp_cache_params.cep.entry_name);
221 (qstate->config_entry->perform_actual_lookups != 0))
228 configuration_lock_entry(qstate->config_entry, CELT_MULTIPAR
[all...]
H A Dmp_ws_query.c76 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART);
79 configuration_unlock_entry(qstate->config_entry,
177 qstate->config_entry = configuration_find_entry(
179 if (qstate->config_entry == NULL) {
188 if (qstate->config_entry->enabled == 0) {
197 if (qstate->config_entry->perform_actual_lookups != 0) {
219 qstate->config_entry->mp_cache_params.cep.entry_name);
234 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART);
242 if ((qstate->config_entry->mp_query_timeout.tv_sec != 0) ||
243 (qstate->config_entry
[all...]
H A Dconfig.c337 configuration_entry_add_mp_cache_entry(struct configuration_entry *config_entry, argument
343 ++config_entry->mp_cache_entries_size;
345 config_entry->mp_cache_entries_size);
349 if (config_entry->mp_cache_entries_size - 1 > 0) {
351 config_entry->mp_cache_entries,
352 (config_entry->mp_cache_entries_size - 1) *
356 old_mp_entries = config_entry->mp_cache_entries;
357 config_entry->mp_cache_entries = new_mp_entries;
360 qsort(config_entry->mp_cache_entries,
361 config_entry
370 configuration_entry_find_mp_cache_entry( struct configuration_entry *config_entry, const char *mp_name) argument
394 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.h55 struct configuration_entry *config_entry; member in struct:query_state
H A Dnscd.c106 struct configuration_entry *config_entry; local
118 config_entry = configuration_get_entry(config, i);
124 &config_entry->positive_cache_params);
125 config_entry->positive_cache_entry = find_cache_entry(retval,
126 config_entry->positive_cache_params.cep.entry_name);
127 assert(config_entry->positive_cache_entry !=
131 &config_entry->negative_cache_params);
132 config_entry->negative_cache_entry = find_cache_entry(retval,
133 config_entry->negative_cache_params.cep.entry_name);
134 assert(config_entry
[all...]
/freebsd-11-stable/usr.sbin/pkg/
H A Dconfig.c55 struct config_entry { struct
65 static struct config_entry c[] = {
210 struct config_entry *temp_config;
217 temp_config = calloc(CONFIG_SIZE, sizeof(struct config_entry));
/freebsd-11-stable/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-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c68 typedef struct config_entry { struct
71 struct config_entry *ce_next;

Completed in 137 milliseconds