Searched refs:conf (Results 1 - 25 of 1533) sorted by relevance

1234567891011>>

/src/distrib/utils/embedded/conf/
H A Damd64.conf1 # $NetBSD: amd64.conf,v 1.2 2014/04/04 16:45:51 christos Exp $
6 . ${DIR}/conf/x86.conf
H A Di386.conf1 # $NetBSD: i386.conf,v 1.1 2014/04/04 16:45:51 christos Exp $
6 . ${DIR}/conf/x86.conf
/src/etc/
H A Ddaily.conf1 # $NetBSD: daily.conf,v 1.4 2000/10/01 05:53:01 lukem Exp $
3 # see daily.conf(5) for more information.
5 if [ -r /etc/defaults/daily.conf ]; then
6 . /etc/defaults/daily.conf
H A Dmonthly.conf1 # $NetBSD: monthly.conf,v 1.3 2000/10/01 05:53:01 lukem Exp $
3 # see monthly.conf(5) for more information.
5 if [ -r /etc/defaults/monthly.conf ]; then
6 . /etc/defaults/monthly.conf
H A Dpkgpath.conf1 # $NetBSD: pkgpath.conf,v 1.1 2013/05/01 05:36:25 agc Exp $
5 if [ -r /etc/defaults/pkgpath.conf ]; then
6 . /etc/defaults/pkgpath.conf
H A Dsecurity.conf1 # $NetBSD: security.conf,v 1.8 2000/10/01 05:53:03 lukem Exp $
3 # see security.conf(5) for more information.
5 if [ -r /etc/defaults/security.conf ]; then
6 . /etc/defaults/security.conf
H A Dweekly.conf1 # $NetBSD: weekly.conf,v 1.3 2000/10/01 05:53:03 lukem Exp $
3 # see weekly.conf(5) for more information.
5 if [ -r /etc/defaults/weekly.conf ]; then
6 . /etc/defaults/weekly.conf
H A Drc.conf1 # $NetBSD: rc.conf,v 1.97 2014/07/14 12:29:48 mbalmer Exp $
3 # See rc.conf(5) for more information.
9 # Load the defaults in from /etc/defaults/rc.conf (if it's readable).
12 if [ -r /etc/defaults/rc.conf ]; then
13 . /etc/defaults/rc.conf
/src/usr.sbin/certctl/
H A DMakefile7 # XXX This is a hack to install certs.conf both in /etc/openssl (in the
11 etc-certs.conf base-certs.conf: certs.conf
15 CONFIGFILES+= etc-certs.conf
16 FILESBUILD_etc-certs.conf= yes
17 FILESDIR_etc-certs.conf= /etc/openssl
18 FILESNAME_etc-certs.conf= certs.conf
19 FILESMODE_etc-certs.conf
[all...]
/src/sys/arch/cats/conf/
H A DMakefile.cats.inc8 KERNLDSCRIPT= ${THISARM}/conf/ldscript.elf
22 ${ARM}/conf/kern.ldscript.head \
23 ${ARM}/conf/kern.ldscript.tail \
24 $S/conf/mkldscript.sh \
26 ( cat ${ARM}/conf/kern.ldscript.head ; \
27 OBJDUMP=${OBJDUMP} ${HOST_SH} $S/conf/mkldscript.sh \
29 cat ${ARM}/conf/kern.ldscript.tail ) > $@
/src/sys/arch/shark/conf/
H A DMakefile.shark.inc16 ${ARM}/conf/kern.ldscript.head \
17 ${ARM}/conf/kern.ldscript.tail \
18 $S/conf/mkldscript.sh \
20 ( cat ${ARM}/conf/kern.ldscript.head ; \
21 OBJDUMP=${OBJDUMP} ${HOST_SH} $S/conf/mkldscript.sh \
23 cat ${ARM}/conf/kern.ldscript.tail ) > ldscript
/src/tests/crypto/libcrypto/conf/
H A Dtest.c1 /* crypto/conf/test.c */
61 #include <openssl/conf.h>
67 LHASH_OF(CONF_VALUE) *conf;
74 conf = CONF_load(NULL, "ssleay.cnf", &eline);
75 if (conf == NULL) {
81 lh_stats((_LHASH *)conf,stdout);
82 lh_node_stats((_LHASH *)conf,stdout);
83 lh_node_usage_stats((_LHASH *)conf,stdout);
85 s = CONF_get_string(conf, NULL, "init2");
88 s = CONF_get_string(conf, NUL
[all...]
/src/share/man/man5/
H A DMakefile9 fs.5 fstab.5 genassym.cf.5 gpio.conf.5 group.5 hesiod.conf.5 \
11 ipsec.conf.5 ld.so.conf.5 link.5 locale.alias.5 \
12 locate.conf.5 login.conf.5 mixerctl.conf.5 modules.conf.5 mk.conf.5 \
14 nsswitch.conf
[all...]
/src/sys/altq/
H A Daltqconf.h9 #include <sys/conf.h>
/src/tests/usr.bin/config/support/
H A DMakefile3 SUBDIR= arch conf
/src/tests/usr.bin/config/support/arch/regress/
H A DMakefile3 SUBDIR= conf
/src/etc/defaults/
H A DMakefile5 CONFIGFILES= daily.conf monthly.conf npf.boot.conf pkgpath.conf \
6 security.conf weekly.conf
10 # Manage arch-specific rc.conf(5) file
12 FILESNAME_rc_conf= rc.conf
15 # If present, rc.conf.append is added to the end of the default rc.conf fil
[all...]
/src/sys/arch/epoc32/conf/
H A DMakefile.epoc32.inc17 ${THISARM}/conf/ldscript.epoc32 \
18 ${THISARM}/conf/Makefile.epoc32.inc \
23 ${THISARM}/conf/ldscript.epoc32 > tmp && mv tmp $@
/src/sys/dev/pwm/
H A Dpwm.c51 pwm_get_config(pwm_tag_t pwm, struct pwm_config *conf) argument
53 return pwm->pwm_get_config(pwm, conf);
57 pwm_set_config(pwm_tag_t pwm, const struct pwm_config *conf) argument
59 if (conf->period < conf->duty_cycle)
62 return pwm->pwm_set_config(pwm, conf);
/src/etc/bluetooth/
H A DMakefile3 CONFIGFILES= btattach.conf btdevctl.conf hosts protocols
/src/etc/rc.d/
H A Dsysctl18 if [ -r /etc/sysctl.conf ]; then
20 sysctl -f /etc/sysctl.conf
H A Dbootconf.sh54 conf=${_DUMMY}
55 while [ ! -d /etc/etc.$conf/. ]; do
56 trap "conf=$default; echo; echo Using default of $default" ALRM
59 read conf
61 if [ -z $conf ] ; then
62 conf=$default
64 if [ ! -d /etc/etc.$conf/. ]; then
65 conf=${_DUMMY}
69 print_rc_metadata "note:Using configuration \"${conf}\""
71 case $conf i
[all...]
H A Drtadvd23 local conf=/etc/rtadvd.conf myflags o confdir
37 c) conf="${OPTARG}"
38 case "${conf}" in
40 *) echo "${name}: config file (${conf}) must be" \
49 ${cflag} || test -f "${conf}" && {
50 confdir=$(dirname "${conf}")
51 echo "${name}: copying ${conf} to ${chdir}${conf}"
53 cp "${conf}" "
[all...]
/src/share/examples/npf/
H A DMakefile8 FILES= host-npf.conf soho_gw-npf.conf hashtablefile treetablefile
9 FILES+= l2tp_gw-npf.conf
/src/sbin/mount_portal/examples/
H A DMakefile8 FILES= overview advanced.1 advanced.1.conf fing.c rfilter.1 \
9 rfilter.2 rfilter.2.conf tcp.1 tcp.1.conf fs.1 fs.1.conf \
10 cvs.1 cvs.conf

Completed in 40 milliseconds

1234567891011>>