Home
last modified time | relevance | path

Searched refs:config_apply (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/unbound/util/
HDconfig_file.h977 void config_apply(struct config_file* config);
HDconfig_file.c2405 config_apply(struct config_file* config) in config_apply() function
/freebsd-14-stable/contrib/unbound/libunbound/
HDcontext.c77 config_apply(cfg); in context_finalize()
/freebsd-14-stable/sys/contrib/dev/athk/ath10k/
HDmac.c3206 bool config_apply; in ath10k_new_peer_tid_config() local
3210 config_apply = false; in ath10k_new_peer_tid_config()
3213 config_apply = true; in ath10k_new_peer_tid_config()
3234 config_apply = true; in ath10k_new_peer_tid_config()
3245 if (!config_apply) in ath10k_new_peer_tid_config()
7342 bool config_apply; in ath10k_sta_tid_cfg_wk() local
7363 config_apply = false; in ath10k_sta_tid_cfg_wk()
7370 config_apply = true; in ath10k_sta_tid_cfg_wk()
7384 config_apply = true; in ath10k_sta_tid_cfg_wk()
7395 config_apply = true; in ath10k_sta_tid_cfg_wk()
[all …]
/freebsd-14-stable/contrib/unbound/daemon/
HDdaemon.c1014 config_apply(cfg); in daemon_apply_cfg()