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

/freebsd-11-stable/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.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 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-11-stable/usr.sbin/ctld/
H A Dctld.c1823 conf_apply(struct conf *oldconf, struct conf *newconf) argument
1834 if (oldconf->conf_debug != newconf->conf_debug) {
1835 log_debugx("changing debug level to %d", newconf->conf_debug);
1836 log_init(newconf->conf_debug);
1841 if (newconf->conf_pidfile_path != NULL &&
1843 newconf->conf_pidfile_path) == 0) {
1844 newconf->conf_pidfh = oldconf->conf_pidfh;
1854 if (newconf->conf_pidfh == NULL && newconf->conf_pidfile_path != NULL) {
1855 log_debugx("opening pidfile %s", newconf
2613 struct conf *oldconf, *newconf, *tmpconf; local
[all...]
H A Dparse.y1060 parse_conf(struct conf *newconf, const char *path)
1064 conf = newconf;
H A Duclparse.c901 uclparse_conf(struct conf *newconf, const char *path) argument
906 conf = newconf;
/freebsd-11-stable/sys/netgraph/
H A Dng_patch.c211 struct ng_patch_config *conf, *newconf; local
286 newconf = malloc(NG_PATCH_CONF_SIZE(conf->count), M_NETGRAPH, M_WAITOK | M_ZERO);
288 bcopy(conf, newconf, NG_PATCH_CONF_SIZE(conf->count));
293 privp->conf = 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-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa.h125 uint32_t newconf; member in struct:hdaa_widget::__anon11674::__anon11675
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",
6293 w->wclass.pin.config = w->wclass.pin.newconf;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dhostapd.c184 static int hostapd_iface_conf_changed(struct hostapd_config *newconf, argument
189 if (newconf->num_bss != oldconf->num_bss)
192 for (i = 0; i < newconf->num_bss; i++) {
193 if (os_strcmp(newconf->bss[i]->iface,
206 struct hostapd_config *newconf, *oldconf; local
220 newconf = iface->interfaces->config_read_cb(iface->config_fname);
221 if (newconf == NULL)
227 if (hostapd_iface_conf_changed(newconf, oldconf)) {
235 hostapd_config_free(newconf);
241 hostapd_config_free(newconf);
[all...]

Completed in 136 milliseconds