Searched refs:conf (Results 851 - 875 of 1636) sorted by relevance

<<31323334353637383940>>

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dbss.c332 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) {
358 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) {
449 if (wpa_s->num_bss + 1 > wpa_s->conf->bss_max_count &&
454 wpa_s->conf->bss_max_count = wpa_s->num_bss + 1;
746 if (wpa_s->conf->ignore_old_scan_res) {
904 wpa_s->conf->bss_expiration_scan_count) {
H A Devents.c97 if (wpa_s->conf->auto_interworking && wpa_s->conf->interworking &&
98 wpa_s->conf->cred)
102 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) {
173 if (wpa_s->conf->ap_scan == 1 && wpa_s->current_ssid) {
425 wpa_s->scard != NULL || wpa_s->conf->external_sim)
463 wpa_s->scard = scard_init(wpa_s->conf->pcsc_reader);
1454 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) {
1463 for (prio = 0; prio < wpa_s->conf->num_prio; prio++) {
1465 wpa_s->conf
[all...]
/freebsd-11-stable/contrib/file/
H A Dconfigure524 rm -f conf$$ conf$$.exe conf$$.file
525 if test -d conf$$.dir; then
526 rm -f conf$$.dir/conf$$.file
528 rm -f conf$$.dir
529 mkdir conf$$.dir 2>/dev/null
531 if (echo >conf$$.file) 2>/dev/null; then
532 if ln -s conf
[all...]
/freebsd-11-stable/contrib/openbsm/
H A Dconfigure524 rm -f conf$$ conf$$.exe conf$$.file
525 if test -d conf$$.dir; then
526 rm -f conf$$.dir/conf$$.file
528 rm -f conf$$.dir
529 mkdir conf$$.dir 2>/dev/null
531 if (echo >conf$$.file) 2>/dev/null; then
532 if ln -s conf
[all...]
/freebsd-11-stable/contrib/openpam/
H A Dconfigure524 rm -f conf$$ conf$$.exe conf$$.file
525 if test -d conf$$.dir; then
526 rm -f conf$$.dir/conf$$.file
528 rm -f conf$$.dir
529 mkdir conf$$.dir 2>/dev/null
531 if (echo >conf$$.file) 2>/dev/null; then
532 if ln -s conf
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dconfigure524 rm -f conf$$ conf$$.exe conf$$.file
525 if test -d conf$$.dir; then
526 rm -f conf$$.dir/conf$$.file
528 rm -f conf$$.dir
529 mkdir conf$$.dir 2>/dev/null
531 if (echo >conf$$.file) 2>/dev/null; then
532 if ln -s conf
[all...]
/freebsd-11-stable/sys/mips/adm5120/
H A Dif_admsw.c1170 uint32_t allmc, anymc, conf, promisc; local
1194 conf = REG_READ(CPUP_CONF_REG);
1200 conf |= CPUP_CONF_DUNP_MASK | CPUP_CONF_DMCP_MASK;
1202 conf ^= ((promisc << CPUP_CONF_DUNP_SHIFT) & CPUP_CONF_DUNP_MASK);
1203 conf ^= ((allmc << CPUP_CONF_DMCP_SHIFT) & CPUP_CONF_DMCP_MASK);
1204 conf ^= ((anymc << CPUP_CONF_DMCP_SHIFT) & CPUP_CONF_DMCP_MASK);
1205 REG_WRITE(CPUP_CONF_REG, conf);
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c180 static void hdaa_dump_pin_config(struct hdaa_widget *w, uint32_t conf);
1037 uint32_t pincap, conf; local
1079 conf = w->wclass.pin.config;
1080 sbuf_printf(sb, " Pin config: 0x%08x", conf);
1083 HDA_CONFIG_DEFAULTCONF_ASSOCIATION(conf),
1084 HDA_CONFIG_DEFAULTCONF_SEQUENCE(conf),
1085 HDA_DEVS[HDA_CONFIG_DEFAULTCONF_DEVICE(conf)],
1086 HDA_CONNS[HDA_CONFIG_DEFAULTCONF_CONNECTIVITY(conf)],
1087 HDA_CONNECTORS[HDA_CONFIG_DEFAULTCONF_CONNECTION_TYPE(conf)],
1088 HDA_LOCS[HDA_CONFIG_DEFAULTCONF_LOCATION(conf)],
1230 uint32_t conf; local
5744 hdaa_dump_pin_config(struct hdaa_widget *w, uint32_t conf) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A DMakefile117 x509_att.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
131 x509_cmp.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
183 x509_ext.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
197 x509_lu.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
265 x509_trs.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
292 x509_v3.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
306 x509_vfy.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
320 x509_vpm.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
398 x_all.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Dconfigure90 echo "#! /bin/sh" >conf$$.sh
91 echo "exit 0" >>conf$$.sh
92 chmod +x conf$$.sh
93 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
98 rm -f conf$$.sh
202 rm -f conf$$ conf$$.exe conf$$.file
203 echo >conf$$.file
204 if ln -s conf
[all...]
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dconfigure88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
96 rm -f conf$$.sh
200 rm -f conf$$ conf$$.exe conf$$.file
201 echo >conf$$.file
202 if ln -s conf
[all...]
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_group.c90 conf.fd);
184 if ((grp = GETGRGID(gid)) != NULL && conf.checkduplicate)
535 conf.checkduplicate = false;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Drrm.c290 if (!(hapd->conf->radio_measurements[0] &
305 ssid.ssid_len = hapd->conf->ssid.ssid_len;
306 os_memcpy(ssid.ssid, hapd->conf->ssid.ssid, ssid.ssid_len);
H A Dwmm.c117 if (!hapd->conf->wmm_enabled)
129 if (hapd->conf->wmm_uapsd &&
/freebsd-11-stable/contrib/byacc/
H A Dconfigure41 rm -f conf$$ conf$$.exe conf$$.file
42 echo >conf$$.file
43 if ln -s conf$$.file conf$$ 2>/dev/null; then
46 if test -f conf$$.exe; then
52 elif ln conf$$.file conf$$ 2>/dev/null; then
57 rm -f conf
[all...]
/freebsd-11-stable/stand/lua/
H A Ddrawer.lua326 -- Indexed by valid values for loader_brand in loader.conf(5). Valid
337 -- Indexed by valid values for loader_logo in loader.conf(5). Valid keys
376 -- Indexed by valid values for loader_menu_frame in loader.conf(5).
/freebsd-11-stable/share/mk/
H A Dbsd.cpu.mk28 # Handle aliases (not documented in make.conf to avoid user confusion
88 # after /etc/make.conf so it can react to the local value of CPUTYPE
348 # NB: COPTFLAGS is handled in /usr/src/sys/conf/kern.pre.mk
376 # These come from make.conf or the command line or the environment.
/freebsd-11-stable/sys/conf/
H A Dkern.post.mk1 # $FreeBSD: stable/11/sys/conf/kern.post.mk 360494 2020-04-30 13:48:58Z kevans $
317 sh $S/conf/systags.sh
373 vers.c: $S/conf/newvers.sh $S/sys/param.h ${SYSTEM_DEP}
374 MAKE=${MAKE} sh $S/conf/newvers.sh ${REPRO_FLAG} ${KERN_IDENT}
/freebsd-11-stable/contrib/apr-util/
H A DMakefile.in117 doxygen $(top_srcdir)/docs/doxygen.conf
/freebsd-11-stable/contrib/apr/
H A DMakefile.in122 doxygen $(top_srcdir)/docs/doxygen.conf
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_genn.c63 #include <openssl/conf.h>
/freebsd-11-stable/contrib/binutils/binutils/
H A Dconfigure88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
96 rm -f conf$$.sh
200 rm -f conf$$ conf$$.exe conf$$.file
201 echo >conf$$.file
202 if ln -s conf
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dconfigure513 rm -f conf$$ conf$$.exe conf$$.file
514 if test -d conf$$.dir; then
515 rm -f conf$$.dir/conf$$.file
517 rm -f conf$$.dir
518 mkdir conf$$.dir 2>/dev/null
520 if (echo >conf$$.file) 2>/dev/null; then
521 if ln -s conf
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/
H A Dconfigure513 rm -f conf$$ conf$$.exe conf$$.file
514 if test -d conf$$.dir; then
515 rm -f conf$$.dir/conf$$.file
517 rm -f conf$$.dir
518 mkdir conf$$.dir 2>/dev/null
520 if (echo >conf$$.file) 2>/dev/null; then
521 if ln -s conf
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dconfigure88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
96 rm -f conf$$.sh
200 rm -f conf$$ conf$$.exe conf$$.file
201 echo >conf$$.file
202 if ln -s conf
[all...]

Completed in 607 milliseconds

<<31323334353637383940>>