Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/nscd/
H A Dquery.c93 config_entry->positive_cache_entry, in clear_config_entry()
100 config_entry->negative_cache_entry, in clear_config_entry()
107 config_entry->mp_cache_entries[i], in clear_config_entry()
127 config_entry->positive_cache_entry, in clear_config_entry_part()
134 config_entry->negative_cache_entry, in clear_config_entry_part()
410 if (qstate->config_entry == NULL) { in on_write_request_process()
483 if (qstate->config_entry == NULL) { in on_negative_write_request_process()
779 qstate->config_entry, in on_read_request_process()
787 qstate->config_entry, in on_read_request_process()
792 qstate->config_entry, in on_read_request_process()
[all …]
H A Dmp_rs_query.c76 configuration_unlock_entry(qstate->config_entry, in on_mp_read_session_destroy()
177 qstate->config_entry = configuration_find_entry( in on_mp_read_session_request_process()
179 if (qstate->config_entry == NULL) { in on_mp_read_session_request_process()
188 if (qstate->config_entry->enabled == 0) { in on_mp_read_session_request_process()
228 configuration_unlock_entry(qstate->config_entry, in on_mp_read_session_request_process()
246 configuration_lock_entry(qstate->config_entry, in on_mp_read_session_request_process()
261 qstate->config_entry, in on_mp_read_session_request_process()
269 qstate->config_entry, in on_mp_read_session_request_process()
276 qstate->config_entry, in on_mp_read_session_request_process()
280 qstate->config_entry, in on_mp_read_session_request_process()
[all …]
H A Dmp_ws_query.c77 configuration_unlock_entry(qstate->config_entry, in on_mp_write_session_destroy()
175 qstate->config_entry = configuration_find_entry( in on_mp_write_session_request_process()
177 if (qstate->config_entry == NULL) { in on_mp_write_session_request_process()
186 if (qstate->config_entry->enabled == 0) { in on_mp_write_session_request_process()
195 if (qstate->config_entry->perform_actual_lookups != 0) { in on_mp_write_session_request_process()
217 qstate->config_entry->mp_cache_params.cep.entry_name); in on_mp_write_session_request_process()
241 (qstate->config_entry->mp_query_timeout.tv_usec != 0)) in on_mp_write_session_request_process()
243 &qstate->config_entry->mp_query_timeout, in on_mp_write_session_request_process()
524 qstate->config_entry->mp_cache_params.cep.entry_name = in register_new_mp_cache_entry()
527 &qstate->config_entry->mp_cache_params); in register_new_mp_cache_entry()
[all …]
H A Dconfig.c341 ++config_entry->mp_cache_entries_size; in configuration_entry_add_mp_cache_entry()
343 config_entry->mp_cache_entries_size); in configuration_entry_add_mp_cache_entry()
349 config_entry->mp_cache_entries, in configuration_entry_add_mp_cache_entry()
350 (config_entry->mp_cache_entries_size - 1) * in configuration_entry_add_mp_cache_entry()
354 old_mp_entries = config_entry->mp_cache_entries; in configuration_entry_add_mp_cache_entry()
355 config_entry->mp_cache_entries = new_mp_entries; in configuration_entry_add_mp_cache_entry()
358 qsort(config_entry->mp_cache_entries, in configuration_entry_add_mp_cache_entry()
359 config_entry->mp_cache_entries_size, in configuration_entry_add_mp_cache_entry()
375 config_entry->mp_cache_entries_size, in configuration_entry_find_mp_cache_entry()
400 config_entry->mp_cache_entries_size, in configuration_entry_find_mp_cache_entries()
[all …]
H A Dnscd.c104 struct configuration_entry *config_entry; in init_cache_() local
115 config_entry = configuration_get_entry(config, i); in init_cache_()
121 &config_entry->positive_cache_params); in init_cache_()
122 config_entry->positive_cache_entry = find_cache_entry(retval, in init_cache_()
123 config_entry->positive_cache_params.cep.entry_name); in init_cache_()
124 assert(config_entry->positive_cache_entry != in init_cache_()
128 &config_entry->negative_cache_params); in init_cache_()
129 config_entry->negative_cache_entry = find_cache_entry(retval, in init_cache_()
130 config_entry->negative_cache_params.cep.entry_name); in init_cache_()
131 assert(config_entry->negative_cache_entry != in init_cache_()
H A Dquery.h53 struct configuration_entry *config_entry; member
/freebsd-14.2/usr.sbin/pkg/
H A Dconfig.c53 struct config_entry { struct
63 static struct config_entry c[] = { argument
222 struct config_entry *temp_config; in config_parse()
229 temp_config = calloc(CONFIG_SIZE, sizeof(struct config_entry)); in config_parse()
/freebsd-14.2/contrib/ofed/librdmacm/
H A Dpreload.c125 struct config_entry { struct
132 static struct config_entry *config; argument
154 struct config_entry *new_config; in scan_config()
170 sizeof(struct config_entry)); in scan_config()
175 memset(&config[config_cnt], 0, sizeof(struct config_entry)); in scan_config()
/freebsd-14.2/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c194 typedef struct config_entry { struct
197 struct config_entry *ce_next; argument