Searched refs:config_entry (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/usr.sbin/nscd/ |
| H A D | query.c | 93 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 D | mp_rs_query.c | 76 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 D | mp_ws_query.c | 77 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 D | config.c | 341 ++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 D | nscd.c | 104 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 D | query.h | 53 struct configuration_entry *config_entry; member
|
| /freebsd-14.2/usr.sbin/pkg/ |
| H A D | config.c | 53 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 D | preload.c | 125 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 D | zutil_import.c | 194 typedef struct config_entry { struct 197 struct config_entry *ce_next; argument
|