Home
last modified time | relevance | path

Searched refs:newconf (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/openresolv/
H A Dpdnsd.in106 newconf=
109 newconf="${newconf}server {$NL"
110 newconf="${newconf} label=resolvconf;$NL"
112 newconf="${newconf} ip="
118 newconf="${newconf},"
120 newconf="$newconf$n"
122 newconf="${newconf};$NL"
124 newconf="${newconf}}$NL"
128 newconf="${newconf}server {$NL"
129 newconf="${newconf} include=.${d%%:*}.;$NL"
[all …]
H A Dunbound.in40 newconf="# Generated by resolvconf$NL"
47 newconf="$newconf${NL}server:$NL"
48 newconf="$newconf domain-insecure: \"$dn\"$NL"
51 newconf="$newconf${NL}forward-zone:$NL name: \"$dn\"$NL"
53 newconf="$newconf forward-addr: ${ns%%,*}$NL"
60 newconf="$newconf${NL}forward-zone:$NL name: \".\"$NL"
62 newconf="$newconf forward-addr: $n$NL"
86 [ "$(cat "$unbound_conf")" != "$(printf %s "$newconf")" ]
88 printf %s "$newconf" >"$unbound_conf"
H A Dlibc.in134 newconf="$(cat "$newest")$NL"
175 newconf="$signature$NL"
177 newconf="$newconf$resolv_conf_head$NL"
180 [ -n "$domain" ] && newconf="${newconf}domain $domain$NL"
182 newconf="${newconf}search $newsearch$NL"
185 newconf="${newconf}nameserver $n$NL"
191 newconf="$newconf$stuff$NL"
196 newconf="${newconf}options $resolv_conf_options$NL"
199 newconf="${newconf}sortlist $resolv_conf_sortlist$NL"
203 newconf="$newconf$resolv_conf_tail$NL"
[all …]
H A Ddnsmasq.in40 newconf="# Generated by resolvconf$NL"
41 newresolv="$newconf"
147 newconf="$newconf$NL# Domain specific servers will"
148 newconf="$newconf be sent over dbus${NL}"
150 newconf="$newconf$conf"
163 [ "$(cat "$dnsmasq_conf")" != "$(printf %s "$newconf")" ]
166 printf %s "$newconf" >"$dnsmasq_conf"
/freebsd/usr.sbin/ctld/
H A Dctld.c1729 conf_apply(struct conf *oldconf, struct conf *newconf) in conf_apply() argument
1738 if (oldconf->conf_debug != newconf->conf_debug) { in conf_apply()
1739 log_debugx("changing debug level to %d", newconf->conf_debug); in conf_apply()
1740 log_init(newconf->conf_debug); in conf_apply()
1744 newconf->conf_pidfile_path != NULL) in conf_apply()
1747 newconf->conf_pidfile_path) != 0) in conf_apply()
1751 newconf->conf_pidfile_path); in conf_apply()
1753 newconf->conf_pidfile_path)) in conf_apply()
1757 newconf->conf_pidfile_path); in conf_apply()
1760 newconf->conf_pidfh = oldconf->conf_pidfh; in conf_apply()
[all …]
/freebsd/sys/netgraph/
H A Dng_checksum.c191 struct ng_checksum_config *conf, *newconf; in ng_checksum_rcvmsg() local
252 newconf = malloc(sizeof(struct ng_checksum_config), M_NETGRAPH, M_WAITOK|M_ZERO); in ng_checksum_rcvmsg()
254 bcopy(conf, newconf, sizeof(struct ng_checksum_config)); in ng_checksum_rcvmsg()
259 priv->conf = newconf; in ng_checksum_rcvmsg()
H A Dng_patch.c209 struct ng_patch_config *conf, *newconf; in ng_patch_rcvmsg() local
284 newconf = malloc(NG_PATCH_CONF_SIZE(conf->count), M_NETGRAPH, M_WAITOK | M_ZERO); in ng_patch_rcvmsg()
286 bcopy(conf, newconf, NG_PATCH_CONF_SIZE(conf->count)); in ng_patch_rcvmsg()
291 privp->conf = newconf; in ng_patch_rcvmsg()
/freebsd/contrib/wpa/src/ap/
H A Dhostapd.c233 static int hostapd_iface_conf_changed(struct hostapd_config *newconf, in hostapd_iface_conf_changed() argument
238 if (newconf->num_bss != oldconf->num_bss) in hostapd_iface_conf_changed()
241 for (i = 0; i < newconf->num_bss; i++) { in hostapd_iface_conf_changed()
242 if (os_strcmp(newconf->bss[i]->iface, in hostapd_iface_conf_changed()
255 struct hostapd_config *newconf, *oldconf; in hostapd_reload_config() local
269 newconf = iface->interfaces->config_read_cb(iface->config_fname); in hostapd_reload_config()
270 if (newconf == NULL) in hostapd_reload_config()
274 if (hostapd_iface_conf_changed(newconf, oldconf)) { in hostapd_reload_config()
284 hostapd_config_free(newconf); in hostapd_reload_config()
290 hostapd_config_free(newconf); in hostapd_reload_config()
[all …]
/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.h125 uint32_t newconf; member
H A Dhdaa.c975 w->wclass.pin.newconf = w->wclass.pin.config = config; in hdaa_local_patch_pin()
1533 w->wclass.pin.original = w->wclass.pin.newconf = in hdaa_widget_parse()
1562 &w->wclass.pin.newconf, 0, hdaa_sysctl_config, "A", in hdaa_widget_parse()
6292 w->wclass.pin.config = w->wclass.pin.newconf; in hdaa_unconfigure()