Searched refs:conf (Results 626 - 650 of 1636) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/contrib/bmake/
H A Dconfigure466 rm -f conf$$ conf$$.exe conf$$.file
467 if test -d conf$$.dir; then
468 rm -f conf$$.dir/conf$$.file
470 rm -f conf$$.dir
471 mkdir conf$$.dir 2>/dev/null
473 if (echo >conf$$.file) 2>/dev/null; then
474 if ln -s conf
[all...]
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_user.c160 mkdir_home_parents(conf.rootfd, pwd->pw_dir);
165 skelfd = openat(conf.rootfd, skeldir, O_DIRECTORY|O_CLOEXEC);
168 copymkdir(conf.rootfd, pwd->pw_dir, skelfd, homemode, pwd->pw_uid,
340 if ((pwd = GETPWUID(uid)) != NULL && conf.checkduplicate)
531 if (conf.fd == -1 && !dryrun) {
719 if ((fd = openat(conf.rootfd, "etc/opiekeys", O_RDWR)) == -1)
1010 unlinkat(conf.rootfd, file + 1, 0);
1019 fstatat(conf.rootfd, home + 1, &st, 0) != -1) {
1020 rm_r(conf.rootfd, home, id);
1023 fstatat(conf
[all...]
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dipropd_slave.c499 kadm5_config_params conf; local
532 if (asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)) == -1
570 memset(&conf, 0, sizeof(conf));
572 conf.mask |= KADM5_CONFIG_REALM;
573 conf.realm = realm;
579 &conf, 0, 0,
/freebsd-11-stable/sys/dev/iicbus/
H A Dadt746x.c36 #include <sys/conf.h>
260 uint8_t did, cid, rev, conf; local
271 adt746x_read(sc->sc_dev, sc->sc_addr, ADT746X_CONFIG, &conf);
274 did, cid, rev, conf);
282 conf = 1;
285 adt746x_write(sc->sc_dev, sc->sc_addr, ADT746X_CONFIG, &conf);
/freebsd-11-stable/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch.c542 mtkswitch_getconf(device_t dev, etherswitch_conf_t *conf) argument
549 conf->cmd = ETHERSWITCH_CONF_VLAN_MODE;
550 conf->vlan_mode = sc->vlan_mode;
556 mtkswitch_setconf(device_t dev, etherswitch_conf_t *conf) argument
564 if (conf->cmd & ETHERSWITCH_CONF_VLAN_MODE) {
565 err = mtkswitch_set_vlan_mode(sc, conf->vlan_mode);
/freebsd-11-stable/sys/dev/etherswitch/ip17x/
H A Dip17x.c538 ip17x_getconf(device_t dev, etherswitch_conf_t *conf) argument
545 conf->cmd = ETHERSWITCH_CONF_VLAN_MODE;
546 conf->vlan_mode = sc->hal.ip17x_get_vlan_mode(sc);
552 ip17x_setconf(device_t dev, etherswitch_conf_t *conf) argument
559 if (conf->cmd & ETHERSWITCH_CONF_VLAN_MODE)
560 sc->hal.ip17x_set_vlan_mode(sc, conf->vlan_mode);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_udp.c399 if (wpa_s->conf->ctrl_interface == NULL)
402 pos = os_strstr(wpa_s->conf->ctrl_interface, "udp:");
408 wpa_s->conf->ctrl_interface);
451 os_free(wpa_s->conf->ctrl_interface);
452 wpa_s->conf->ctrl_interface = os_strdup(port_str);
453 if (!wpa_s->conf->ctrl_interface) {
/freebsd-11-stable/release/
H A DMakefile.vm44 ${_V}!= eval $$(awk '/^${_V}=/{print}' ${.CURDIR}/../sys/conf/newvers.sh); echo $$${_V}
76 . if exists(${.CURDIR}/tools/${_CW:tl}.conf) && !defined(${_CW:tu}CONF)
77 ${_CW:tu}CONF?= ${.CURDIR}/tools/${_CW:tl}.conf
H A DMakefile60 ${_V}!= eval $$(awk '/^${_V}=/{print}' ${.CURDIR}/../sys/conf/newvers.sh); echo $$${_V}
192 ln -fs /tmp/bsdinstall_etc/resolv.conf ${.TARGET}/etc/resolv.conf
193 echo sendmail_enable=\"NONE\" > ${.TARGET}/etc/rc.conf
194 echo hostid_enable=\"NO\" >> ${.TARGET}/etc/rc.conf
195 echo vfs.mountroot.timeout=\"10\" >> ${.TARGET}/boot/loader.conf
217 ln -fs /tmp/bsdinstall_etc/resolv.conf ${.TARGET}/etc/resolv.conf
218 echo sendmail_enable=\"NONE\" > ${.TARGET}/etc/rc.conf
219 echo hostid_enable=\"NO\" >> ${.TARGET}/etc/rc.conf
[all...]
/freebsd-11-stable/stand/lua/
H A Dcli.lua119 cli['boot-conf'] = function(...)
129 cli['read-conf'] = function(...)
134 cli['reload-conf'] = function(...)
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A DMakefile91 pcy_cache.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
106 pcy_data.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
120 pcy_lib.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
134 pcy_map.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
147 pcy_node.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
161 pcy_tree.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
175 v3_addr.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
189 v3_akey.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
203 v3_akeya.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
217 v3_alt.o: ../../include/openssl/buffer.h ../../include/openssl/conf
[all...]
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A DMakefile87 cms_asn1.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
102 cms_att.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
118 cms_cd.o: ../../include/openssl/comp.h ../../include/openssl/conf.h
134 cms_dd.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
150 cms_enc.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
166 cms_env.o: ../../include/openssl/cms.h ../../include/openssl/conf.h
196 cms_ess.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
226 cms_kari.o: ../../include/openssl/cms.h ../../include/openssl/conf.h
243 cms_lib.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
259 cms_pwri.o: ../../include/openssl/cms.h ../../include/openssl/conf
[all...]
/freebsd-11-stable/usr.sbin/ip6addrctl/
H A Dip6addrctl.c201 make_policy_fromfile(char *conf) argument
210 if ((fp = fopen(conf, "r")) == NULL)
211 err(1, "fopen: %s", conf);
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dzfsboot1423 $BSDINSTALL_TMPBOOT/loader.conf.root || return $FAILURE
1433 # Last, but not least... required lines for rc.conf(5)/loader.conf(5)
1435 f_dprintf "%s: Configuring rc.conf(5)/loader.conf(5) additions..." \
1438 $BSDINSTALL_TMPETC/rc.conf.zfs || return $FAILURE
1441 $BSDINSTALL_TMPBOOT/loader.conf.zfs || return $FAILURE
1444 $BSDINSTALL_TMPBOOT/loader.conf.zfs || return $FAILURE
1449 $BSDINSTALL_TMPETC/sysctl.conf.zfs || return $FAILURE
1455 $BSDINSTALL_TMPBOOT/loader.conf
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_sim.c189 struct eap_peer_config *conf)
197 resp = conf->external_sim_resp;
198 conf->external_sim_resp = NULL;
244 struct eap_peer_config *conf; local
248 conf = eap_get_config(sm);
249 if (conf == NULL)
253 if (conf->external_sim_resp)
254 return eap_sim_ext_sim_result(sm, data, conf);
260 if (conf->pcsc) {
277 if (conf
188 eap_sim_ext_sim_result(struct eap_sm *sm, struct eap_sim_data *data, struct eap_peer_config *conf) argument
[all...]
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_rng.c36 #include <sys/conf.h>
H A Daml8726_uart_console.c46 #include <sys/conf.h>
/freebsd-11-stable/sys/dev/ahci/
H A Dahci_generic.c35 #include <sys/conf.h>
/freebsd-11-stable/sys/dev/altera/avgen/
H A Daltera_avgen_fdt.c37 #include <sys/conf.h>
H A Daltera_avgen_nexus.c37 #include <sys/conf.h>
/freebsd-11-stable/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart_fdt.c37 #include <sys/conf.h>
H A Daltera_jtag_uart_nexus.c37 #include <sys/conf.h>
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dsetvbuf.c23 #include <sm/conf.h>
H A Dungetc.c26 #include <sm/conf.h>
H A Dutil.c15 #include <sm/conf.h>

Completed in 417 milliseconds

<<21222324252627282930>>