Searched refs:conf (Results 1 - 25 of 1341) sorted by last modified time

1234567891011>>

/freebsd-10.0-release/
H A DMakefile131 (in make.conf(5)) or command-line variable.
447 .if exists(${KERNSRCDIR}/${target}/conf/NOTES)
448 @(cd ${KERNSRCDIR}/${target}/conf && env __MAKE_CONF=/dev/null \
462 KERNCONFS!= cd ${KERNSRCDIR}/${TARGET}/conf && \
467 TARGET_ARCH_${kernel}!= cd ${KERNSRCDIR}/${TARGET}/conf && \
468 config -m ${KERNSRCDIR}/${TARGET}/conf/${kernel} 2> /dev/null | \
471 .error "Target architecture for ${TARGET}/conf/${kernel} unknown. config(8) likely too old."
500 ${MAKE} -C ${.CURDIR}/sys/${_TARGET}/conf LINT
H A DMakefile.inc1955 KRNLCONFDIR= ${KERNSRCDIR}/${TARGET}/conf
/freebsd-10.0-release/secure/lib/libcrypto/
H A DMakefile128 # conf
131 INCS+= conf.h conf_api.h
438 ${LCRYPTO_SRC}/crypto/conf \
/freebsd-10.0-release/include/
H A DMakefile100 NEWVERS_SH= ${SYSDIR}/conf/newvers.sh
/freebsd-10.0-release/usr.bin/finger/
H A DMakefile6 MAN= finger.1 finger.conf.5
/freebsd-10.0-release/usr.bin/kdump/
H A DMakefile36 ${.CURDIR}/../../sys/${MACHINE_ARCH}/linux${SFX}/syscalls.master ${.CURDIR}/linux_syscalls.conf
/freebsd-10.0-release/usr.bin/usbhidaction/
H A Dusbhidaction.c85 const char *conf = NULL; local
103 conf = optarg;
138 if (conf == NULL || dev == NULL)
156 commands = parse_conf(conf, repd, reportid, ignore);
244 parse_conf(conf, repd, reportid, ignore);
277 parse_conf(const char *conf, report_desc_t repd, int reportid, int ignore) argument
289 f = fopen(conf, "r");
291 err(1, "%s", conf);
311 ", syntax error: %s", conf, line, buf);
316 ", syntax error: %s", conf, lin
[all...]
/freebsd-10.0-release/usr.bin/man/
H A DMakefile8 MAN= man.1 manpath.1 apropos.1 man.conf.5
/freebsd-10.0-release/usr.bin/truss/
H A DMakefile23 ${.CURDIR}/i386.conf
38 ${.CURDIR}/i386linux.conf
50 ${.CURDIR}/amd64linux32.conf
60 ${.CURDIR}/fbsd32.conf
72 ${.CURDIR}/fbsd32.conf
/freebsd-10.0-release/usr.bin/iscsictl/
H A Discsictl.c49 struct conf *
52 struct conf *conf; local
54 conf = calloc(1, sizeof(*conf));
55 if (conf == NULL)
58 TAILQ_INIT(&conf->conf_targets);
60 return (conf);
64 target_find(struct conf *conf, cons argument
78 target_new(struct conf *conf) argument
222 conf_verify(struct conf *conf) argument
294 conf_from_target(struct iscsi_session_conf *conf, const struct target *targ) argument
380 const struct iscsi_session_conf *conf; local
519 struct conf *conf; local
[all...]
H A Discsictl.h39 #define DEFAULT_CONFIG_PATH "/etc/iscsi.conf"
63 struct conf *t_conf;
81 struct conf { struct
102 struct conf *conf_new(void);
103 struct conf *conf_new_from_file(const char *path);
104 void conf_delete(struct conf *conf);
105 void conf_verify(struct conf *conf);
107 struct target *target_new(struct conf *con
[all...]
H A Dparse.y49 static struct conf *conf;
79 if (target_find(conf, $1) != NULL)
82 target = target_new(conf);
309 struct conf *
314 conf = conf_new();
315 target = target_new(conf);
330 conf_verify(conf);
332 return (conf);
/freebsd-10.0-release/release/
H A DMakefile47 ${_V}!= eval $$(awk '/^${_V}=/{print}' ${.CURDIR}/../sys/conf/newvers.sh); echo $$${_V}
151 ln -fs /tmp/bsdinstall_etc/resolv.conf release/etc/resolv.conf
152 echo sendmail_enable=\"NONE\" > release/etc/rc.conf
153 echo hostid_enable=\"NO\" >> release/etc/rc.conf
175 ln -fs /tmp/bsdinstall_etc/resolv.conf bootonly/etc/resolv.conf
176 echo sendmail_enable=\"NONE\" > bootonly/etc/rc.conf
177 echo hostid_enable=\"NO\" >> bootonly/etc/rc.conf
193 ln -fs /tmp/bsdinstall_etc/resolv.conf
[all...]
H A Dgenerate-release.sh109 cp /etc/resolv.conf ${CHROOTDIR}/etc/resolv.conf
H A Drelease.sh52 # The default make.conf and src.conf to use. Set to /dev/null
79 echo "Usage: $0 [-c release.conf]"
121 # this file, unless overridden by release.conf. In most cases, these
165 cp /etc/resolv.conf ${CHROOTDIR}/etc/resolv.conf
/freebsd-10.0-release/release/picobsd/build/
H A DMakefile.conf23 # file in some other place than ${SRC}/sys/${TARGET_ARCH}/conf, but
25 CONF=${SRC}/sys/${TARGET_ARCH}/conf
26 #CONF=${BUILDDIR}/conf # XXX does not work yet
54 # This part creates crunch1.conf and crunch.mk from crunch.conf
55 ${BUILDDIR}/crunch.mk: ${BUILDDIR}/crunch1.conf
59 ${BUILDDIR}/crunch1.conf: ${MY_TREE}/crunch.conf
H A Dpicobsd23 # Makefile.conf Makefile used to build the kernel
32 # crunch.conf crunchgen configuration
246 [ -d $i -a -f $i/crunch.conf ] || continue
333 E "Edit crunch.conf file" \
345 if [ -d $i -a -f $i/PICOBSD -a -f $i/crunch.conf ]; then
356 E) ${EDITOR} ${MY_TREE}/crunch.conf ;;
440 -v -f ${PICO_TREE}/build/Makefile.conf ) || \
677 a=${BUILDDIR}/crunch1.conf
680 -v -f ${PICO_TREE}/build/Makefile.conf ${BUILDDIR}/crunch.mk )
887 # XXX loader.conf doe
[all...]
/freebsd-10.0-release/release/picobsd/floppy.tree/etc/
H A Drc15 . /etc/rc.conf.defaults # Load default procedures
12 # so rc.conf[.local] can make use of a case statement to set per-host things.
14 [ -f /etc/rc.conf ] && . /etc/rc.conf
15 [ -f /etc/rc.conf.local ] && . /etc/rc.conf.local
19 [ -n "${host_conf}" ] && echo ${host_conf} > /etc/host.conf
20 [ -n "${resolv_conf}" ] && echo ${resolv_conf} > /etc/resolv.conf
49 [ -f /etc/syslog.conf -a -f /stand/syslogd ] && \
/freebsd-10.0-release/release/picobsd/floppy.tree/sbin/
H A Ddhclient-script195 # XXX Old code did not create/update resolv.conf unless both
198 # thus broke the script. This code creates the resolv.conf if either
201 local tmpres=/var/run/resolv.conf.${interface}
215 if [ -f /etc/resolv.conf.tail ]; then
216 cat /etc/resolv.conf.tail >>$tmpres
219 # When resolv.conf is not changed actually, we don't
223 # ignore an error and do update resolv.conf.
224 if cmp -s $tmpres /etc/resolv.conf; then
229 # In case (e.g. during OpenBSD installs) /etc/resolv.conf
233 if [ -f /etc/resolv.conf ]; the
[all...]
/freebsd-10.0-release/release/powerpc/
H A Dmkisoimages.sh49 echo "FreeBSD Install='/boot/loader.ps3'" > $4/etc/kboot.conf
/freebsd-10.0-release/crypto/openssl/
H A DMakefile151 evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui krb5 \
496 $(PERL) VMS/VMSify-conf.pl < apps/openssl.cnf > apps/openssl-vms.cnf
H A DMakefile.org149 evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui krb5 \
494 $(PERL) VMS/VMSify-conf.pl < apps/openssl.cnf > apps/openssl-vms.cnf
/freebsd-10.0-release/crypto/openssl/util/
H A Dmkerr.pl20 if($arg eq "-conf") {
53 -conf F Use the config file F instead of the default one:
/freebsd-10.0-release/crypto/openssl/apps/
H A DMakefile173 app_rand.o: ../include/openssl/buffer.h ../include/openssl/conf.h
189 apps.o: ../include/openssl/conf.h ../include/openssl/crypto.h
205 asn1pars.o: ../include/openssl/buffer.h ../include/openssl/conf.h
222 ca.o: ../include/openssl/conf.h ../include/openssl/crypto.h
238 ciphers.o: ../include/openssl/conf.h ../include/openssl/crypto.h
259 cms.o: ../include/openssl/conf.h ../include/openssl/crypto.h
274 crl.o: ../include/openssl/buffer.h ../include/openssl/conf.h
289 crl2p7.o: ../include/openssl/buffer.h ../include/openssl/conf.h
305 dgst.o: ../include/openssl/buffer.h ../include/openssl/conf.h
322 dh.o: ../include/openssl/conf
[all...]
H A Dapps.c717 int add_oid_section(BIO *err, CONF *conf) argument
723 if(!(p=NCONF_get_string(conf,NULL,"oid_section")))
728 if(!(sktmp = NCONF_get_section(conf, p))) {

Completed in 137 milliseconds

1234567891011>>