Home
last modified time | relevance | path

Searched refs:oldconf (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/usr.sbin/ctld/
HDctld.c1823 conf_apply(struct conf *oldconf, struct conf *newconf) in conf_apply() argument
1834 if (oldconf->conf_debug != newconf->conf_debug) { in conf_apply()
1839 if (oldconf->conf_pidfh != NULL) { in conf_apply()
1840 assert(oldconf->conf_pidfile_path != NULL); in conf_apply()
1842 strcmp(oldconf->conf_pidfile_path, in conf_apply()
1844 newconf->conf_pidfh = oldconf->conf_pidfh; in conf_apply()
1845 oldconf->conf_pidfh = NULL; in conf_apply()
1848 oldconf->conf_pidfile_path); in conf_apply()
1849 pidfile_remove(oldconf->conf_pidfh); in conf_apply()
1850 oldconf->conf_pidfh = NULL; in conf_apply()
[all …]
/freebsd-11-stable/contrib/wpa/src/ap/
HDhostapd.c185 struct hostapd_config *oldconf) in hostapd_iface_conf_changed() argument
189 if (newconf->num_bss != oldconf->num_bss) in hostapd_iface_conf_changed()
194 oldconf->bss[i]->iface) != 0) in hostapd_iface_conf_changed()
206 struct hostapd_config *newconf, *oldconf; in hostapd_reload_config() local
226 oldconf = hapd->iconf; in hostapd_reload_config()
227 if (hostapd_iface_conf_changed(newconf, oldconf)) { in hostapd_reload_config()
261 hapd->iconf->channel = oldconf->channel; in hostapd_reload_config()
262 hapd->iconf->acs = oldconf->acs; in hostapd_reload_config()
263 hapd->iconf->secondary_channel = oldconf->secondary_channel; in hostapd_reload_config()
264 hapd->iconf->ieee80211n = oldconf->ieee80211n; in hostapd_reload_config()
[all …]
/freebsd-11-stable/sys/dev/isp/
HDisp_pci.c1152 int oldconf = 0; in isp_pci_rd_reg() local
1158 oldconf = BXR2(isp, IspVirt2Off(isp, BIU_CONF1)); in isp_pci_rd_reg()
1159 BXW2(isp, IspVirt2Off(isp, BIU_CONF1), oldconf | BIU_PCI_CONF1_SXP); in isp_pci_rd_reg()
1164 BXW2(isp, IspVirt2Off(isp, BIU_CONF1), oldconf); in isp_pci_rd_reg()
1173 int oldconf = 0; in isp_pci_wr_reg() local
1179 oldconf = BXR2(isp, IspVirt2Off(isp, BIU_CONF1)); in isp_pci_wr_reg()
1181 oldconf | BIU_PCI_CONF1_SXP); in isp_pci_wr_reg()
1187 BXW2(isp, IspVirt2Off(isp, BIU_CONF1), oldconf); in isp_pci_wr_reg()