Searched refs:conf (Results 726 - 750 of 1636) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/share/examples/drivers/
H A Dmake_device_driver.sh52 rm ${TOP}/conf/files.${UPPER}
53 rm ${TOP}/i386/conf/${UPPER}
64 echo ${TOP}/conf/files.${UPPER}
65 echo ${TOP}/i386/conf/${UPPER}
85 cat >${TOP}/conf/files.${UPPER} <<DONE
92 cat >${TOP}/i386/conf/${UPPER} <<DONE
96 files "${TOP}/conf/files.${UPPER}"
104 cat >>${TOP}/i386/conf/${UPPER} <<DONE
151 #include <sys/conf.h> /* cdevsw stuff */
998 cd ${TOP}/i386/conf; \
[all...]
/freebsd-11-stable/usr.sbin/pw/tests/
H A Dpw_useradd_test.sh416 ${PW} useradd -D -C ${HOME}/pw.conf \
420 grep "^m.*id =" ${HOME}/pw.conf
422 ${PW} useradd foo -C ${HOME}/pw.conf
428 echo 'defaultgroup = "plop"' > ${HOME}/pw.conf
432 ${PW} useradd foo -C ${HOME}/pw.conf
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.h230 struct dpp_configurator *conf; member in struct:dpp_authentication
426 int dpp_configuration_valid(const struct dpp_configuration *conf);
427 void dpp_configuration_free(struct dpp_configuration *conf);
448 int dpp_configurator_get_key(const struct dpp_configurator *conf, char *buf,
450 void dpp_configurator_free(struct dpp_configurator *conf);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_internal.c40 void * tls_init(const struct tls_config *conf) argument
59 if (conf) {
60 global->event_cb = conf->event_cb;
61 global->cb_ctx = conf->cb_ctx;
62 global->cert_in_cb = conf->cert_in_cb;
H A Dtls_wolfssl.c99 static struct tls_context * tls_context_new(const struct tls_config *conf) argument
106 if (conf) {
107 context->event_cb = conf->event_cb;
108 context->cb_ctx = conf->cb_ctx;
109 context->cert_in_cb = conf->cert_in_cb;
192 void * tls_init(const struct tls_config *conf) argument
202 context = tls_context_new(conf);
231 if (conf->tls_session_lifetime > 0) {
235 wolfSSL_CTX_set_timeout(ssl_ctx, conf->tls_session_lifetime);
242 if (conf
[all...]
/freebsd-11-stable/contrib/libpcap/
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/sys/dev/liquidio/base/
H A Dcn23xx_pf_device.c288 intr_threshold = LIO_GET_IQ_INTR_PKT_CFG(cn23xx->conf) &
311 if (LIO_GET_IS_SLI_BP_ON_CFG(cn23xx->conf)) {
361 oct, (uint32_t)LIO_GET_OQ_INTR_TIME_CFG(cn23xx->conf));
364 (LIO_GET_OQ_INTR_PKT_CFG(cn23xx->conf) |
494 (uint32_t)LIO_GET_OQ_INTR_TIME_CFG(cn23xx->conf));
495 cnt_threshold = (uint32_t)LIO_GET_OQ_INTR_PKT_CFG(cn23xx->conf);
895 cn23xx->conf = (struct lio_config *)lio_get_config_info(oct, LIO_23XX);
H A Dlio_request_manager.c61 struct lio_iq_config *conf = NULL; local
70 conf = &(LIO_GET_IQ_CFG(LIO_CHIP_CONF(oct, cn23xx_pf)));
71 if (conf == NULL) {
76 q_size = (uint32_t)conf->instr_type * num_descs;
141 iq->db_timeout = (uint32_t)conf->db_timeout;
155 oct->io_qmask.iq64B |= ((conf->instr_type == 64) << iq_no);
156 iq->iqcmd_64B = (conf->instr_type == 64);
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_pwd.c695 u8 conf[SHA256_MAC_LEN], *cruft = NULL, *ptr; local
778 eap_pwd_h_final(hash, conf);
782 if (os_memcmp_const(conf, ptr, SHA256_MAC_LEN)) {
832 eap_pwd_h_final(hash, conf);
836 data->my_scalar, data->server_scalar, conf, ptr,
847 wpabuf_put_data(data->outbuf, conf, SHA256_MAC_LEN);
861 eap_pwd_h_final(hash, conf);
H A Deap_aka.c187 struct eap_peer_config *conf)
194 resp = conf->external_sim_resp;
195 conf->external_sim_resp = NULL;
253 struct eap_peer_config *conf; local
257 conf = eap_get_config(sm);
258 if (conf == NULL)
262 if (conf->external_sim_resp)
263 return eap_aka_ext_sim_result(sm, data, conf);
268 if (conf->pcsc) {
275 if (conf
186 eap_aka_ext_sim_result(struct eap_sm *sm, struct eap_aka_data *data, struct eap_peer_config *conf) argument
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dgas_query.c307 (!gas->wpa_s->conf->gas_address3 ||
752 if (!wpa_s->conf->gas_rand_mac_addr ||
764 if (wpa_s->conf->gas_rand_mac_addr == gas->last_rand_sa_type &&
767 wpa_s->conf->gas_rand_addr_lifetime)) {
775 if (wpa_s->conf->gas_rand_mac_addr == 1 &&
781 if (wpa_s->conf->gas_rand_mac_addr == 2 &&
792 gas->last_rand_sa_type = wpa_s->conf->gas_rand_mac_addr;
H A Dctrl_iface.c264 wpa_config_set_blob(wpa_s->conf, blob);
447 wpa_config_process_global(wpa_s->conf, cmd, -1);
456 wpa_config_process_global(wpa_s->conf, cmd, -1);
464 wpa_config_process_global(wpa_s->conf, cmd, -1);
718 wpa_config_process_global(wpa_s->conf, cmd, -1);
723 wpa_s->conf->oce = atoi(value);
724 if (wpa_s->conf->oce) {
725 if ((wpa_s->conf->oce & OCE_STA) &&
729 if ((wpa_s->conf->oce & OCE_STA_CFON) &&
765 ret = wpa_config_process_global(wpa_s->conf, cm
[all...]
/freebsd-11-stable/release/picobsd/build/
H A Dpicobsd23 # Makefile.conf Makefile used to build the kernel
32 # crunch.conf crunchgen configuration
204 [ -d $i -a -f $i/crunch.conf ] || continue
291 E "Edit crunch.conf file" \
303 if [ -d $i -a -f $i/PICOBSD -a -f $i/crunch.conf ]; then
314 E) ${EDITOR} ${MY_TREE}/crunch.conf ;;
398 -f ${PICO_TREE}/build/Makefile.conf ) || \
657 a=${BUILDDIR}/crunch1.conf
660 -f ${PICO_TREE}/build/Makefile.conf ${BUILDDIR}/crunch.mk )
868 # XXX loader.conf doe
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_conn.c1250 struct uniapi_setup_confirm *conf = uni_msg_rptr(msg, local
1264 #define SHUFFLE(ATTR) conn->ATTR = conf->connect.ATTR
1265 #define COND_SHUFFLE(ATTR) if (IE_ISPRESENT(conf->connect.ATTR)) SHUFFLE(ATTR)
1270 if (IE_ISPRESENT(conf->connect.blli))
1271 conn->blli[0] = conf->connect.blli;
1430 struct uniapi_release_confirm *conf = uni_msg_rptr(msg, local
1438 memcpy(conn->user->cause, conf->release.cause,
1468 memcpy(conn->user->cause, conf->release.cause,
1476 memcpy(conn->user->cause, conf->release.cause,
1493 struct uniapi_release_indication *conf local
[all...]
/freebsd-11-stable/sys/dev/iicbus/
H A Dlm75.c197 uint32_t conf; local
202 conf = sc->sc_conf;
241 sc->sc_conf = conf;
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
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/gcclibs/libssp/
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/binutils/opcodes/
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/sys/dev/cardbus/
H A Dcardbus_device.c32 #include <sys/conf.h>
/freebsd-11-stable/sys/dev/cfe/
H A Dcfe_console.c36 #include <sys/conf.h>
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_onexit.c30 #include <sys/conf.h>
/freebsd-11-stable/sys/arm/mv/armada38x/
H A Drtc.c36 #include <sys/conf.h>
/freebsd-11-stable/sys/dev/beri/
H A Dberi_mem.c47 #include <sys/conf.h>
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_ccm.c37 #include <sys/conf.h>
H A Daml8726_pic.c46 #include <sys/conf.h>

Completed in 416 milliseconds

<<21222324252627282930>>