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

/freebsd-10-stable/contrib/openresolv/
H A Dpdnsd.in104 newconf=
107 newconf="${newconf}server {$NL"
108 newconf="${newconf} label=resolvconf;$NL"
110 newconf="${newconf} ip="
116 newconf="${newconf},"
118 newconf
[all...]
H A Dunbound.in41 newconf="# Generated by resolvconf$NL"
48 newconf="$newconf${NL}domain-insecure: \"$dn\""
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
[all...]
H A Dlibc.in135 newconf="$(cat "$newest")$NL"
176 newconf="$signature$NL"
178 newconf="$newconf$resolv_conf_head$NL"
181 [ -n "$domain" ] && newconf="${newconf}domain $domain$NL"
183 newconf="${newconf}search $newsearch$NL"
186 newconf="${newconf}nameserve
[all...]
H A Ddnsmasq.in41 newconf="# Generated by resolvconf$NL"
42 newresolv="$newconf"
148 newconf="$newconf$NL# Domain specific servers will"
149 newconf="$newconf be sent over dbus${NL}"
151 newconf="$newconf$conf"
164 [ "$(cat "$dnsmasq_conf")" != "$(printf %s "$newconf")" ]
167 printf %s "$newconf" >"
[all...]
/freebsd-10-stable/usr.sbin/ctld/
H A Dctld.c1803 conf_apply(struct conf *oldconf, struct conf *newconf) argument
1814 if (oldconf->conf_debug != newconf->conf_debug) {
1815 log_debugx("changing debug level to %d", newconf->conf_debug);
1816 log_init(newconf->conf_debug);
1821 if (newconf->conf_pidfile_path != NULL &&
1823 newconf->conf_pidfile_path) == 0) {
1824 newconf->conf_pidfh = oldconf->conf_pidfh;
1834 if (newconf->conf_pidfh == NULL && newconf->conf_pidfile_path != NULL) {
1835 log_debugx("opening pidfile %s", newconf
2495 struct conf *oldconf, *newconf, *tmpconf; local
[all...]
/freebsd-10-stable/sys/netgraph/
H A Dng_patch.c198 struct ng_patch_config *conf, *newconf; local
253 newconf = malloc(
279 bcopy(conf, newconf,
286 privp->config = newconf;
H A Dng_checksum.c194 struct ng_checksum_config *conf, *newconf; local
255 newconf = malloc(sizeof(struct ng_checksum_config), M_NETGRAPH, M_WAITOK|M_ZERO);
257 bcopy(conf, newconf, sizeof(struct ng_checksum_config));
262 priv->conf = newconf;
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dhostapd.c114 struct hostapd_config *newconf, *oldconf; local
120 newconf = iface->interfaces->config_read_cb(iface->config_fname);
121 if (newconf == NULL)
141 iface->conf = newconf;
145 hapd->iconf = newconf;
146 hapd->conf = &newconf->bss[j];
/freebsd-10-stable/sys/dev/sound/pci/hda/
H A Dhdaa.h125 uint32_t newconf; member in struct:hdaa_widget::__anon9911::__anon9912
H A Dhdaa.c976 w->wclass.pin.newconf = w->wclass.pin.config = config;
1533 w->wclass.pin.original = w->wclass.pin.newconf =
1562 &w->wclass.pin.newconf, 0, hdaa_sysctl_config, "A",
6292 w->wclass.pin.config = w->wclass.pin.newconf;

Completed in 206 milliseconds