HomeSort by: relevance | last modified time | path
    Searched refs:conf (Results 1 - 25 of 1494) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/distrib/utils/embedded/conf/
amd64.conf 1 # $NetBSD: amd64.conf,v 1.2 2014/04/04 16:45:51 christos Exp $
6 . ${DIR}/conf/x86.conf
i386.conf 1 # $NetBSD: i386.conf,v 1.1 2014/04/04 16:45:51 christos Exp $
6 . ${DIR}/conf/x86.conf
  /src/etc/
daily.conf 1 # $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
monthly.conf 1 # $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
pkgpath.conf 1 # $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
security.conf 1 # $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
weekly.conf 1 # $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
rc.conf 1 # $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/
Makefile 7 # 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= 64
    [all...]
  /src/sys/arch/cats/conf/
Makefile.cats.inc 8 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/
Makefile.shark.inc 16 ${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/
test.c 1 /* 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, NULL, "cipher1")
    [all...]
  /src/share/man/man5/
Makefile 9 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.5 passwd.5 passwd.conf.5 phones.5 pkgpath.conf.5
    [all...]
  /src/sys/altq/
altqconf.h 9 #include <sys/conf.h>
  /src/tests/usr.bin/config/support/
Makefile 3 SUBDIR= arch conf
  /src/tests/usr.bin/config/support/arch/regress/
Makefile 3 SUBDIR= conf
  /src/etc/defaults/
Makefile 5 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/
Makefile.epoc32.inc 17 ${THISARM}/conf/ldscript.epoc32 \
18 ${THISARM}/conf/Makefile.epoc32.inc \
23 ${THISARM}/conf/ldscript.epoc32 > tmp && mv tmp $@
  /src/sys/dev/pwm/
pwm.c 51 pwm_get_config(pwm_tag_t pwm, struct pwm_config *conf)
53 return pwm->pwm_get_config(pwm, conf);
57 pwm_set_config(pwm_tag_t pwm, const struct pwm_config *conf)
59 if (conf->period < conf->duty_cycle)
62 return pwm->pwm_set_config(pwm, conf);
  /src/etc/bluetooth/
Makefile 3 CONFIGFILES= btattach.conf btdevctl.conf hosts protocols
  /src/etc/rc.d/
sysctl 18 if [ -r /etc/sysctl.conf ]; then
20 sysctl -f /etc/sysctl.conf
bootconf.sh 54 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...]
rtadvd 23 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}" "${chdir}${conf}" || return
    [all...]
  /src/share/examples/npf/
Makefile 8 FILES= host-npf.conf soho_gw-npf.conf hashtablefile treetablefile
9 FILES+= l2tp_gw-npf.conf
  /src/sbin/mount_portal/examples/
Makefile 8 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 16 milliseconds

1 2 3 4 5 6 7 8 91011>>