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

/freebsd-current/contrib/openresolv/
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
[all...]
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
[all...]
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}nameserve
[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" >"
[all...]
/freebsd-current/usr.sbin/ctld/
H A Dctld.c1913 conf_apply(struct conf *oldconf, struct conf *newconf) argument
1924 if (oldconf->conf_debug != newconf->conf_debug) {
1925 log_debugx("changing debug level to %d", newconf->conf_debug);
1926 log_init(newconf->conf_debug);
1931 if (newconf->conf_pidfile_path != NULL &&
1933 newconf->conf_pidfile_path) == 0) {
1934 newconf->conf_pidfh = oldconf->conf_pidfh;
1944 if (newconf->conf_pidfh == NULL && newconf->conf_pidfile_path != NULL) {
1945 log_debugx("opening pidfile %s", newconf
2761 struct conf *oldconf, *newconf, *tmpconf; local
[all...]
H A Dparse.y1139 parse_conf(struct conf *newconf, const char *path)
1143 conf = newconf;
H A Duclparse.c1012 uclparse_conf(struct conf *newconf, const char *path) argument
1018 conf = newconf;
/freebsd-current/sys/netgraph/
H A Dng_checksum.c191 struct ng_checksum_config *conf, *newconf; local
252 newconf = malloc(sizeof(struct ng_checksum_config), M_NETGRAPH, M_WAITOK|M_ZERO);
254 bcopy(conf, newconf, sizeof(struct ng_checksum_config));
259 priv->conf = newconf;
H A Dng_patch.c209 struct ng_patch_config *conf, *newconf; local
284 newconf = malloc(NG_PATCH_CONF_SIZE(conf->count), M_NETGRAPH, M_WAITOK | M_ZERO);
286 bcopy(conf, newconf, NG_PATCH_CONF_SIZE(conf->count));
291 privp->conf = newconf;
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdaa.h125 uint32_t newconf; member in struct:hdaa_widget::__anon4585::__anon4586
H A Dhdaa.c975 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",
6295 w->wclass.pin.config = w->wclass.pin.newconf;
/freebsd-current/contrib/wpa/src/ap/
H A Dhostapd.c195 static int hostapd_iface_conf_changed(struct hostapd_config *newconf, argument
200 if (newconf->num_bss != oldconf->num_bss)
203 for (i = 0; i < newconf->num_bss; i++) {
204 if (os_strcmp(newconf->bss[i]->iface,
217 struct hostapd_config *newconf, *oldconf; local
231 newconf = iface->interfaces->config_read_cb(iface->config_fname);
232 if (newconf == NULL)
238 if (hostapd_iface_conf_changed(newconf, oldconf)) {
246 hostapd_config_free(newconf);
252 hostapd_config_free(newconf);
[all...]

Completed in 147 milliseconds