Searched refs:conf (Results 201 - 225 of 1636) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dairtime_policy.c40 unsigned int update_int = iface->conf->airtime_update_interval;
138 Boolean apply_limit = iface->conf->airtime_mode == AIRTIME_MODE_DYNAMIC;
144 if (!bss->started || !bss->conf->airtime_weight)
156 wt_sum += bss->conf->airtime_weight;
163 if (!bss->started || !bss->conf->airtime_weight)
178 if (!apply_limit && bss->conf->airtime_limit) {
180 bss->conf->airtime_weight * num_sta_sum)
190 if (!bss->started || !bss->conf->airtime_weight)
199 wt = bss->conf->airtime_weight * num_sta_prod /
213 if (!bss->started || !bss->conf
[all...]
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_sdma.c84 struct sdma_conf *conf; local
101 conf = channel->conf;
102 if (!conf)
104 for (j = 0; j < conf->num_bd; j++) {
111 conf->ih(conf->ih_user, 1);
241 sdma_configure(int chn, struct sdma_conf *conf) argument
257 channel->conf = conf;
[all...]
/freebsd-11-stable/usr.sbin/ctld/
H A Duclparse.c45 static struct conf *conf = NULL; variable in typeref:struct:conf
156 tpg = portal_group_find(conf, ucl_object_tostring(portal_group));
164 tag = auth_group_find(conf, ucl_object_tostring(auth_group));
173 tp = port_new(conf, target, tpg);
201 lun = lun_new(conf, name);
232 lun = lun_find(conf, ucl_object_tostring(name));
255 conf->conf_debug = ucl_object_toint(obj);
264 conf->conf_timeout = ucl_object_toint(obj);
273 conf
[all...]
/freebsd-11-stable/etc/periodic/security/
H A D800.loginfail35 if [ -r /etc/defaults/periodic.conf ]
37 . /etc/defaults/periodic.conf
H A D900.tcpwrap35 if [ -r /etc/defaults/periodic.conf ]
37 . /etc/defaults/periodic.conf
/freebsd-11-stable/etc/
H A Drc.bsdextended36 if [ -r /etc/defaults/rc.conf ]; then
37 . /etc/defaults/rc.conf
39 elif [ -r /etc/rc.conf ]; then
40 . /etc/rc.conf
/freebsd-11-stable/etc/rc.d/
H A Dnsswitch69 echo "# Auto-generated from nsswitch.conf" > $host_conf
92 # Generate host.conf for compatibility
94 if [ ! -f "/etc/host.conf" -o \
95 "/etc/host.conf" -ot "/etc/nsswitch.conf" ]
97 echo 'Generating host.conf.'
98 generate_host_conf /etc/nsswitch.conf /etc/host.conf
H A Damd36 if [ ! -r /etc/amd.conf ]; then
H A Ddevd23 if get_pidfile_from_conf pid-file /etc/devd.conf; then
/freebsd-11-stable/tests/sys/geom/class/concat/
H A D1_test.sh4 . `dirname $0`/conf.sh
/freebsd-11-stable/tests/sys/geom/class/mirror/
H A D1_test.sh4 . `dirname $0`/conf.sh
/freebsd-11-stable/tests/sys/geom/class/stripe/
H A D1_test.sh4 . `dirname $0`/conf.sh
/freebsd-11-stable/tests/sys/geom/class/uzip/
H A D1_test.sh5 . $testsdir/conf.sh
/freebsd-11-stable/tools/tools/nanobsd/Files/root/
H A Dupdatep137 . /etc/nanobsd.conf
/freebsd-11-stable/tools/tools/nanobsd/gateworks/Files/root/
H A Dupdatep137 . /etc/nanobsd.conf
/freebsd-11-stable/tools/tools/nanobsd/pcengines/Files/root/
H A Dupdatep137 . /etc/nanobsd.conf
/freebsd-11-stable/tools/tools/net80211/scripts/
H A Dsetup.mixed12 CONF=$TMPDIR/bsd-$WPA_WLAN.conf
18 conf=$1
19 rm -f $conf
20 cat >$conf <<EOF
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_akeya.c62 #include <openssl/conf.h>
/freebsd-11-stable/usr.sbin/mailwrapper/
H A DMakefile29 .if !exists(${DESTDIR}/etc/mail/mailer.conf)
30 FILES= ${SRCTOP}/etc/mail/mailer.conf
/freebsd-11-stable/tests/sys/netgraph/
H A Dhub.c41 ATF_TC_HEAD(basic, conf)
43 atf_tc_set_md_var(conf, "require.user", "root");
97 ATF_TC_HEAD(persistence, conf)
99 atf_tc_set_md_var(conf, "require.user", "root");
119 ATF_TC_HEAD(loop, conf)
121 atf_tc_set_md_var(conf, "require.user", "root");
179 ATF_TC_HEAD(many_hooks, conf)
181 atf_tc_set_md_var(conf, "require.user", "root");
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dconf_sap.c63 #include <openssl/conf.h>
/freebsd-11-stable/etc/periodic/daily/
H A D110.clean-tmps11 if [ -r /etc/defaults/periodic.conf ]
13 . /etc/defaults/periodic.conf
H A D210.backup-aliases8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
/freebsd-11-stable/etc/periodic/monthly/
H A D200.accounting8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
/freebsd-11-stable/sys/riscv/riscv/
H A Ddump_machdep.c41 #include <sys/conf.h>

Completed in 276 milliseconds

1234567891011>>