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

/freebsd-10.1-release/contrib/openresolv/
H A Dpdnsd.in94 newconf=
97 newconf="${newconf}server {\n"
98 newconf="${newconf}\tlabel=resolvconf;\n"
100 newconf="${newconf}\tip="
106 newconf="${newconf},"
108 newconf
[all...]
H A Dunbound.in39 newconf="# Generated by resolvconf$NL"
44 newconf="$newconf${NL}forward-zone:$NL name: \"$dn\"$NL"
46 newconf="$newconf forward-addr: ${ns%%,*}$NL"
53 newconf="$newconf${NL}forward-zone:$NL name: \".\"$NL"
55 newconf="$newconf forward-addr: $n$NL"
60 [ "$(cat "$unbound_conf")" != "$(printf %s "$newconf")" ]
[all...]
H A Dlibc.in114 newconf="$(cat "$newest")$NL"
123 newconf="# Generated by resolvconf$NL"
125 newconf="$newconf$resolv_conf_head$NL"
127 [ -n "$newsearch" ] && newconf="${newconf}search $newsearch$NL"
129 newconf="${newconf}nameserver $n$NL"
136 newconf="${newconf}option
[all...]
H A Ddnsmasq.in40 newconf="# Generated by resolvconf$NL"
41 newresolv="$newconf"
61 newconf="$newconf$NL# Domain specific servers will"
62 newconf="$newconf be sent over dbus${NL}enable-dbus$NL"
89 newconf="${newconf}server=/$dn/${ns%%,*}$NL"
99 [ "$(cat "$dnsmasq_conf")" != "$(printf %s "$newconf")" ]
102 printf %s "$newconf" >"
[all...]
/freebsd-10.1-release/usr.sbin/ctld/
H A Dctld.c1239 conf_apply(struct conf *oldconf, struct conf *newconf) argument
1249 if (oldconf->conf_debug != newconf->conf_debug) {
1250 log_debugx("changing debug level to %d", newconf->conf_debug);
1251 log_init(newconf->conf_debug);
1256 if (newconf->conf_pidfile_path != NULL &&
1258 newconf->conf_pidfile_path) == 0) {
1259 newconf->conf_pidfh = oldconf->conf_pidfh;
1269 if (newconf->conf_pidfh == NULL && newconf->conf_pidfile_path != NULL) {
1270 log_debugx("opening pidfile %s", newconf
1877 struct conf *oldconf, *newconf, *tmpconf; local
[all...]
/freebsd-10.1-release/sys/netgraph/
H A Dng_patch.c195 struct ng_patch_config *conf, *newconf; local
250 newconf = malloc(
276 bcopy(conf, newconf,
283 privp->config = newconf;
/freebsd-10.1-release/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.1-release/sys/dev/sound/pci/hda/
H A Dhdaa.h125 uint32_t newconf; member in struct:hdaa_widget::__anon9773::__anon9774
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, sizeof(&w->wclass.pin.newconf),
6292 w->wclass.pin.config = w->wclass.pin.newconf;

Completed in 187 milliseconds