Searched refs:conf (Results 601 - 625 of 1636) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/share/examples/kld/cdev/module/
H A Dcdev.c75 #include <sys/conf.h>
/freebsd-11-stable/sbin/ggate/shared/
H A Dggate.c327 struct gconfig *conf; local
329 LIST_FOREACH(conf, &gp->lg_config, lg_config) {
330 if (strcmp(conf->lg_name, name) == 0)
331 return (conf->lg_val);
/freebsd-11-stable/sbin/reboot/
H A Dnextboot.sh35 nextboot_file="/boot/nextboot.conf"
113 nextboot.conf will NOT be reset in case of kernel boot failure
/freebsd-11-stable/release/
H A Drelease.sh49 echo "Usage: $0 [-c release.conf]"
54 # CHROOTDIR, VCSCMD, SVNROOT, etc. This is called before the release.conf
55 # file is sourced, if '-c <release.conf>' is specified.
84 # The default make.conf and src.conf to use. Set to /dev/null
128 # in env_setup() if '-c <release.conf>' is specified.
131 # Fix for backwards-compatibility with release.conf that does not have
182 # this file, unless overridden by release.conf. In most cases, these
260 [ -e /etc/resolv.conf -a ! -e ${CHROOTDIR}/etc/resolv.conf ]
[all...]
/freebsd-11-stable/tests/sys/geom/class/eli/
H A Dconfigure_test.sh3 . $(atf_get_srcdir)/conf.sh
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.h13 * $Id: conf.h,v 8.577 2013-11-22 20:51:55 ca Exp $
118 /* XREF: conf.c: MAXDAEMONS != 10 */
251 #include <sm/conf.h>
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dconfig.c17 #include <sm/conf.h>
/freebsd-11-stable/sys/dev/dpt/
H A Ddpt_scsi.c56 #include <sys/conf.h>
399 static dpt_conf_t * conf; local
406 if (!conf) {
407 conf = (dpt_conf_t *)malloc(sizeof(dpt_conf_t),
414 if (!conf) {
447 p = (u_int16_t *)conf;
472 if ((conf->signature == BE_EATA_SIGNATURE) ||
473 (conf->signature == LE_EATA_SIGNATURE)) {
479 return (conf);
1236 dpt_conf_t conf; local
[all...]
/freebsd-11-stable/sys/arm/ti/
H A Dti_pinmux.c62 uint32_t conf; member in struct:pincfg
355 name, cfg->reg, cfg->conf);
359 ti_pinmux_write_2(sc, cfg->reg, cfg->conf);
/freebsd-11-stable/contrib/mdocml/
H A Dmain.c120 struct manconf conf; local
168 memset(&conf, 0, sizeof(conf));
192 curp.outopts = &conf.output;
221 conf.output.synopsisonly = 1;
305 if (manconf_output(&conf.output,
372 manconf_parse(&conf, conf_file, defpaths, auxpaths);
373 if ( ! mansearch(&search, &conf.manpath,
379 fs_search(&search, &conf.manpath,
481 (void)chdir(conf
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Ddrv_callbacks.c213 (hapd->iface->conf->ht_capab &
263 if (hapd->conf->wpa) {
266 if (hapd->conf->wps_state) {
280 if (hapd->conf->wps_state && ie[0] == 0xdd && ie[1] >= 4 &&
393 } else if (hapd->conf->wps_state) {
422 } else if (hapd->conf->osen) {
447 if (hapd->conf->mbo_enabled && (hapd->conf->wpa & 2) &&
449 hapd->conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) {
532 0, hapd->conf
[all...]
H A Dhostapd.h22 ((hapd->conf->oce & OCE_STA_CFON) && \
25 ((hapd->conf->oce & OCE_AP) && \
147 struct hostapd_bss_config *conf; member in struct:hostapd_data
421 struct hostapd_config *conf; member in struct:hostapd_iface
579 struct hostapd_config *conf,
H A Ddpp_hostapd.c971 5 + 5 + 4 + os_strlen(hapd->conf->dpp_connector));
1020 hapd->conf->dpp_connector);
1036 wpabuf_put_le16(msg, os_strlen(hapd->conf->dpp_connector));
1037 wpabuf_put_str(msg, hapd->conf->dpp_connector);
1071 !(hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_DPP) ||
1072 !(hapd->conf->wpa & WPA_PROTO_RSN)) {
1077 if (!hapd->conf->dpp_connector || !hapd->conf->dpp_netaccesskey ||
1078 !hapd->conf->dpp_csign) {
1085 if (hapd->conf
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmbo.c209 wpabuf_put_u8(mbo, wpa_s->conf->mbo_cell_capa);
424 wpabuf_put_u8(ie, wpa_s->conf->mbo_cell_capa);
461 if (wpa_s->conf->mbo_cell_capa ==
552 if (wpa_s->conf->mbo_cell_capa == mbo_cell_capa) {
559 wpa_s->conf->mbo_cell_capa = mbo_cell_capa;
H A Dctrl_iface_unix.c237 if (wpa_s->conf->ctrl_interface == NULL)
240 pbuf = os_strdup(wpa_s->conf->ctrl_interface);
500 buf = os_strdup(wpa_s->conf->ctrl_interface);
505 wpa_s->conf->ctrl_interface);
521 gid_str = wpa_s->conf->ctrl_interface_group;
706 if (wpa_s->conf->ctrl_interface == NULL)
715 wpa_s->conf->ctrl_interface) == 0)
733 wpa_s->conf->ctrl_interface) == 0)
750 wpa_s->conf->ctrl_interface);
821 if (priv->wpa_s->conf
[all...]
H A Dhs20_supplicant.c109 u8 conf; local
121 conf = (release - 1) << 4;
123 conf |= HS20_PPS_MO_ID_PRESENT;
124 wpabuf_put_u8(buf, conf);
164 if (!wpa_s->conf->hs20 || !ssid)
203 for (cred = wpa_s->conf->cred; cred; cred = cred->next) {
526 if (wpa_s->conf->osu_dir == NULL)
533 wpa_s->conf->osu_dir, wpa_s->osu_icon_id,
539 hs20_set_osu_access_permission(wpa_s->conf->osu_dir, fname);
754 if (wpa_s->conf
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ts/
H A DMakefile92 ts_asn1.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
108 ts_conf.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
124 ts_err.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
140 ts_lib.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
155 ts_req_print.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
172 ts_req_utils.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
189 ts_rsp_print.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
206 ts_rsp_sign.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
224 ts_rsp_utils.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
241 ts_rsp_verify.o: ../../include/openssl/conf
[all...]
/freebsd-11-stable/usr.sbin/ctld/
H A Dkernel.c400 struct conf *
403 struct conf *conf = NULL; local
522 conf = conf_new();
546 pp = pport_find(conf, name);
552 pp = pport_new(conf, name, port->port_id);
566 targ = target_find(conf, port->cfiscsi_target);
572 targ = target_new(conf, port->cfiscsi_target);
581 pg = portal_group_find(conf, port->ctld_portal_group_name);
587 pg = portal_group_new(conf, por
[all...]
/freebsd-11-stable/sys/conf/
H A Dkern.pre.mk1 # $FreeBSD: stable/11/sys/conf/kern.pre.mk 360656 2020-05-05 11:14:28Z dim $
8 # /etc/src.conf when building the kernel. Kernels can be built without
12 SRCCONF?= /etc/src.conf
13 .if (exists(${SRCCONF}) || ${SRCCONF} != "/etc/src.conf") && !target(_srcconf_included_)
30 # Can be overridden by makeoptions or /etc/make.conf
35 LDSCRIPT?= $S/conf/${LDSCRIPT_NAME}
120 # Optional linting. This can be overridden in /etc/make.conf.
/freebsd-11-stable/contrib/tcsh/
H A Dconfigure516 rm -f conf$$ conf$$.exe conf$$.file
517 if test -d conf$$.dir; then
518 rm -f conf$$.dir/conf$$.file
520 rm -f conf$$.dir
521 mkdir conf$$.dir 2>/dev/null
523 if (echo >conf$$.file) 2>/dev/null; then
524 if ln -s conf
[all...]
/freebsd-11-stable/contrib/amd/scripts/
H A DMakefile.in95 amd.conf-sample \
96 lostaltmail.conf-sample
100 amd.conf.5 \
117 amd.conf-sample \
118 lostaltmail.conf-sample \
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c64 #include <openssl/conf.h>
120 void X509V3_conf_free(CONF_VALUE *conf) argument
122 if (!conf)
124 if (conf->name)
125 OPENSSL_free(conf->name);
126 if (conf->value)
127 OPENSSL_free(conf->value);
128 if (conf->section)
129 OPENSSL_free(conf->section);
130 OPENSSL_free(conf);
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dx509.c161 const EVP_MD *digest, CONF *conf, char *section);
165 int create, int days, int clrext, CONF *conf,
1096 int days, int clrext, CONF *conf, char *section,
1155 if (conf) {
1163 X509V3_set_nconf(&ctx2, conf);
1164 if (!X509V3_EXT_add_nconf(conf, &ctx2, section, x))
1215 const EVP_MD *digest, CONF *conf, char *section)
1241 if (conf) {
1249 X509V3_set_nconf(&ctx, conf);
1250 if (!X509V3_EXT_add_nconf(conf,
1092 x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest, X509 *x, X509 *xca, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *sigopts, char *serialfile, int create, int days, int clrext, CONF *conf, char *section, ASN1_INTEGER *sno) argument
1214 sign(X509 *x, EVP_PKEY *pkey, int days, int clrext, const EVP_MD *digest, CONF *conf, char *section) argument
[all...]
H A DMakefile98 $(PERL) $(TOP)/VMS/VMSify-conf.pl < openssl.cnf > openssl-vms.cnf
176 app_rand.o: ../include/openssl/buffer.h ../include/openssl/conf.h
192 apps.o: ../include/openssl/conf.h ../include/openssl/crypto.h
208 asn1pars.o: ../include/openssl/buffer.h ../include/openssl/conf.h
225 ca.o: ../include/openssl/conf.h ../include/openssl/crypto.h
241 ciphers.o: ../include/openssl/conf.h ../include/openssl/crypto.h
262 cms.o: ../include/openssl/conf.h ../include/openssl/crypto.h
277 crl.o: ../include/openssl/buffer.h ../include/openssl/conf.h
292 crl2p7.o: ../include/openssl/buffer.h ../include/openssl/conf.h
308 dgst.o: ../include/openssl/buffer.h ../include/openssl/conf
[all...]
/freebsd-11-stable/contrib/ldns/drill/
H A Dconfigure476 rm -f conf$$ conf$$.exe conf$$.file
477 if test -d conf$$.dir; then
478 rm -f conf$$.dir/conf$$.file
480 rm -f conf$$.dir
481 mkdir conf$$.dir 2>/dev/null
483 if (echo >conf$$.file) 2>/dev/null; then
484 if ln -s conf
[all...]

Completed in 330 milliseconds

<<21222324252627282930>>