Searched refs:conf (Results 326 - 350 of 1636) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/openresolv/
H A Dpdns_recursor.in29 [ -f "@SYSCONFDIR@"/resolvconf.conf ] || exit 0
30 . "@SYSCONFDIR@/resolvconf.conf" || exit 1
H A Ddnsmasq.in29 [ -f "@SYSCONFDIR@"/resolvconf.conf ] || exit 0
30 . "@SYSCONFDIR@/resolvconf.conf" || exit 1
70 conf=
140 conf="${conf}server=/$dn/$n$NL"
150 newconf="$newconf$conf"
/freebsd-11-stable/contrib/wpa/src/radius/
H A Dradius_client.h253 radius_client_init(void *ctx, struct hostapd_radius_servers *conf);
260 struct hostapd_radius_servers *conf);
/freebsd-11-stable/contrib/netbsd-tests/crypto/libcrypto/
H A Dt_libcrypto.sh61 atf_test_case conf
104 atf_add_test_case conf
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/db/
H A Dt_db_hash_seq.c47 struct conf { struct
118 if (sizeof(struct conf) == t->size)
120 DO_WARNX("Key size mismatch %zu != %zu", sizeof(struct conf), t->size);
125 state_del(DB *db, const struct conf *c)
152 state_get(DB *db, const struct conf *c, struct dbinfo *dbi)
181 state_put(DB *db, const struct conf *c, const struct dbinfo *dbi)
210 state_iterate(DB *db, struct conf *c, struct dbinfo *dbi, unsigned int first)
248 struct conf c;
/freebsd-11-stable/sbin/ipf/ipf/
H A DMakefile7 MLINKS= ipf.5 ipf.conf.5 ipf.5 ipf6.conf.5
/freebsd-11-stable/usr.sbin/pw/
H A Dgrupd.c48 snprintf(pathbuf, sizeof pathbuf, "%s/%s", conf.etcpath, file);
66 if (gr_init(conf.etcpath, NULL))
/freebsd-11-stable/libexec/save-entropy/
H A Dsave-entropy.sh38 if [ -r /etc/defaults/rc.conf ]; then
39 . /etc/defaults/rc.conf
41 elif [ -r /etc/rc.conf ]; then
42 . /etc/rc.conf 2>/dev/null
/freebsd-11-stable/contrib/unbound/
H A Dfreebsd-configure.sh39 --with-conf-file=/var/unbound/unbound.conf \
/freebsd-11-stable/contrib/unbound/contrib/ios/
H A Dinstall_openssl.sh20 if ! cp ../contrib/ios/15-ios.conf Configurations/; then
/freebsd-11-stable/contrib/unbound/contrib/android/
H A Dinstall_openssl.sh20 if ! cp ../contrib/android/15-android.conf Configurations/; then
/freebsd-11-stable/contrib/netbsd-tests/dev/raidframe/
H A Dt_raid.sh38 printf "START array\n1 ${ncol} 0\nSTART disks\n" > raid.conf
41 echo "/disk${diskn}" >> raid.conf
46 >> raid.conf
66 atf_check -s exit:0 rump.raidctl -C raid.conf raid0
95 atf_check -s exit:0 rump.raidctl -C raid.conf raid0
113 atf_check -s exit:0 rump.raidctl -c raid.conf raid0
145 atf_check -s exit:0 rump.raidctl -C raid.conf raid0
157 atf_check -s exit:0 rump.raidctl -c raid.conf raid0
183 atf_check -s exit:0 rump.raidctl -C raid.conf raid0
201 atf_check -s exit:0 rump.raidctl -c raid.conf raid
[all...]
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound.spec30 # configure with /var/unbound/unbound.conf so that all default chroot,
32 %configure --with-conf-file=%{_localstatedir}/%{name}/unbound.conf --disable-rpath
44 # add symbolic link from /etc/unbound.conf -> /var/unbound/unbound.conf
45 ln -s %{_localstatedir}/unbound/unbound.conf %{buildroot}%{_sysconfdir}/unbound.conf
57 %attr(0644,%{name},%{name}) %config(noreplace) %{_localstatedir}/%{name}/unbound.conf
58 %attr(0644,%{name},%{name}) %config(noreplace) %{_sysconfdir}/unbound.conf
80 rm -f /var/unbound/dev/log /var/unbound/dev/random /var/unbound/etc/localtime /var/unbound/etc/resolv.conf >/de
[all...]
/freebsd-11-stable/release/tools/
H A Dvmimage.subr146 echo "hostname=\"${hostname}\"" >> ${DESTDIR}/etc/rc.conf
159 cp /etc/resolv.conf ${DESTDIR}/etc/resolv.conf
175 echo ${_rcvar}_enable="YES" >> ${DESTDIR}/etc/rc.conf
181 ${DESTDIR}/etc/rc.conf
183 echo 'growfs_enable="YES"' >> ${DESTDIR}/etc/rc.conf
215 # Note: When overriding this function, removing resolv.conf in the
221 rm -f ${DESTDIR}/etc/resolv.conf
/freebsd-11-stable/sys/dev/dpt/
H A Ddpt_eisa.c80 dpt_conf_t * conf; local
91 conf = dpt_pio_get_conf(io_base);
92 if (!conf) {
98 eisa_add_intr(dev, conf->IRQ,
99 (conf->IRQ_TR ? EISA_TRIGGER_LEVEL : EISA_TRIGGER_EDGE));
/freebsd-11-stable/sys/dev/etherswitch/
H A Detherswitch.c31 #include <sys/conf.h>
141 etherswitch_conf_t conf; local
194 bzero(&conf, sizeof(etherswitch_conf_t));
195 error = ETHERSWITCH_GETCONF(etherswitch, &conf);
196 bcopy(&conf, data, sizeof(etherswitch_conf_t));
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c247 if (wpa_s->conf->ap_scan == 1)
258 if (wpa_s->conf->ap_scan == 1)
271 for (ssid = wpa_s->conf->ssid, next = ssid ? ssid->next : NULL; ssid;
357 wpa_config_remove_network(wpa_s->conf, ssid->id);
372 if ((wpa_s->conf->wps_cred_processing == 1 ||
373 wpa_s->conf->wps_cred_processing == 2) && cred->cred_attr) {
391 if (wpa_s->conf->wps_cred_processing == 1)
456 ssid = wpa_config_add_network(wpa_s->conf);
533 if (wpa_s->conf->wps_cred_add_sae &&
570 ssid->priority = wpa_s->conf
[all...]
H A Dmesh_rsn.c59 hapd->conf->ap_max_inactivity);
147 struct wpa_auth_config conf; local
158 os_memset(&conf, 0, sizeof(conf));
159 conf.wpa = WPA_PROTO_RSN;
160 conf.wpa_key_mgmt = WPA_KEY_MGMT_SAE;
161 conf.wpa_pairwise = rsn->pairwise_cipher;
162 conf.rsn_pairwise = rsn->pairwise_cipher;
163 conf.wpa_group = rsn->group_cipher;
164 conf
228 mesh_rsn_auth_init(struct wpa_supplicant *wpa_s, struct mesh_conf *conf) argument
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_checksum.c65 struct ng_checksum_config *conf; member in struct:ng_checksum_priv
194 struct ng_checksum_config *conf, *newconf; local
234 if (priv->conf == NULL)
242 bcopy(priv->conf, resp->data, sizeof(struct ng_checksum_config));
247 conf = (struct ng_checksum_config *) msg->data;
252 conf->csum_flags &= NG_CHECKSUM_CSUM_IPV4|NG_CHECKSUM_CSUM_IPV6;
253 conf->csum_offload &= NG_CHECKSUM_CSUM_IPV4|NG_CHECKSUM_CSUM_IPV6;
257 bcopy(conf, newconf, sizeof(struct ng_checksum_config));
259 if (priv->conf)
260 free(priv->conf, M_NETGRAP
[all...]
H A Dng_vjc.c80 struct ngm_vjc_config conf; member in struct:ng_vjc_private
310 if ((priv->conf.enableComp || priv->conf.enableDecomp)
323 priv->conf = *c;
328 struct ngm_vjc_config *conf; local
330 NG_MKRESPONSE(resp, msg, sizeof(*conf), M_NOWAIT);
333 conf = (struct ngm_vjc_config *)resp->data;
334 *conf = priv->conf;
410 if (priv->conf
[all...]
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-localize.sh37 sed -i.bak "s/lang=en_US/lang=${LOCALE}/g" ${FSMNT}/etc/login.conf
38 rm ${FSMNT}/etc/login.conf.bak
67 cat ${FSMNT}/etc/rc.conf 2>/dev/null | grep -q "gdm_enable=\"YES\"" 2>/dev/null
69 echo "gdm_lang=\"${LOCALE}.UTF-8\"" >> ${FSMNT}/etc/rc.conf
168 # Set the keylayout in rc.conf
198 echo "keymap=\"${KEYLAYOUT_CONSOLE}\"" >>${FSMNT}/etc/rc.conf
443 cat ${FSMNT}/etc/rc.conf 2>/dev/null | grep -q 'ntpd_enable="YES"' 2>/dev/null
446 echo 'ntpd_enable="YES"' >>${FSMNT}/etc/rc.conf
447 echo 'ntpd_sync_on_start="YES"' >>${FSMNT}/etc/rc.conf
450 cat ${FSMNT}/etc/rc.conf
[all...]
/freebsd-11-stable/contrib/netbsd-tests/dev/sysmon/
H A Dt_swsensor.sh82 cat << ENV0 > env0.conf
87 cat << ENV1 > env1.conf
92 cat << ENV2 > env2.conf
135 rump.envstat -c env0.conf
196 rump.envstat -c env1.conf
248 rump.envstat -c env0.conf
264 rump.envstat -c env2.conf
268 rump.envstat -c env1.conf
292 rump.envstat -c env0.conf
312 rump.envstat -c env0.conf
[all...]
/freebsd-11-stable/sbin/etherswitchcfg/
H A Detherswitchcfg.c74 etherswitch_conf_t conf; member in struct:cfg
374 etherswitch_conf_t conf; local
376 bzero(&conf, sizeof(conf));
377 conf.cmd = ETHERSWITCH_CONF_VLAN_MODE;
379 conf.vlan_mode = ETHERSWITCH_VLAN_ISL;
381 conf.vlan_mode = ETHERSWITCH_VLAN_PORT;
383 conf.vlan_mode = ETHERSWITCH_VLAN_DOT1Q;
385 conf.vlan_mode = ETHERSWITCH_VLAN_DOT1Q_4K;
387 conf
[all...]
/freebsd-11-stable/contrib/dma/
H A DMakefile40 OBJS= aliases_parse.o aliases_scan.o base64.o conf.o crypto.o
74 @if [ -e ${DESTDIR}${CONFDIR}/dma.conf ]; then \
75 echo "Not overwriting ${DESTDIR}${CONFDIR}/dma.conf."; \
77 echo ${INSTALL} -m 644 -o root -g mail dma.conf ${DESTDIR}${CONFDIR}; \
78 ${INSTALL} -m 644 -o root -g mail dma.conf ${DESTDIR}${CONFDIR}; \
80 @if [ -e ${DESTDIR}${CONFDIR}/auth.conf ]; then \
81 echo "Not overwriting ${DESTDIR}${CONFDIR}/auth.conf."; \
83 echo ${INSTALL} -m 640 -o root -g mail auth.conf ${DESTDIR}${CONFDIR}; \
84 ${INSTALL} -m 640 -o root -g mail auth.conf ${DESTDIR}${CONFDIR}; \
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_list.c37 iface->conf->channel != ap->channel)
159 if (iface->num_ap > iface->conf->ap_table_max_size && ap != ap->prev) {
178 if (iface->conf->ap_table_max_size < 1)
234 ap->channel == iface->conf->channel ||
235 ap->channel == iface->conf->channel +
236 iface->conf->secondary_channel * 4)) {
265 iface->conf->ap_table_expiration_time))

Completed in 1432 milliseconds

<<11121314151617181920>>