Searched refs:conf (Results 226 - 250 of 1341) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/sys/
H A Ddisk.h21 #include <sys/conf.h> /* XXX: temporary to avoid breakage */
/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.sbin/amd/include/
H A DMakefile22 sh ${.ALLSRC} ${.CURDIR}/../../../sys/conf/newvers.sh > ${.TARGET}
26 @echo "/* NIS disabled by WITHOUT_NIS src.conf option */" >> ${.TARGET}
/freebsd-10.0-release/usr.sbin/crunch/examples/
H A DMakefile5 # below is boiler-plate to make $(CRUNCHED) from $(CRUNCHED).conf
9 CONF= $(CRUNCHED).conf
/freebsd-10.0-release/usr.sbin/inetd/
H A DMakefile8 MLINKS= inetd.8 inetd.conf.5
/freebsd-10.0-release/usr.sbin/jail/
H A Djailparse.y65 conf : label
67 | conf jail
69 | conf param ';'
80 | conf ';'
/freebsd-10.0-release/usr.sbin/nscd/
H A DMakefile4 MAN= nscd.conf.5 nscd.8
10 CFLAGS+= -DCONFIG_PATH="\"${PREFIX}/etc/nscd.conf\""
/freebsd-10.0-release/usr.sbin/pw/
H A DMakefile4 MAN= pw.conf.5 pw.8
/freebsd-10.0-release/usr.sbin/rrenumd/
H A DMakefile18 MAN= rrenumd.conf.5 rrenumd.8
/freebsd-10.0-release/usr.bin/iscsictl/
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/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c180 if (wpa_s->conf->ap_scan == 1)
191 if (wpa_s->conf->ap_scan == 1)
210 if ((wpa_s->conf->wps_cred_processing == 1 ||
211 wpa_s->conf->wps_cred_processing == 2) && cred->cred_attr) {
229 if (wpa_s->conf->wps_cred_processing == 1)
295 ssid = wpa_config_add_network(wpa_s->conf);
419 if (wpa_s->conf->update_config &&
420 wpa_config_write(wpa_s->confname, wpa_s->conf)) {
518 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) {
529 if (wpa_s->conf
[all...]
/freebsd-10.0-release/sys/netgraph/
H A Dng_ppp.c161 ((priv)->conf.recvShortSeq ? \
167 ((priv)->conf.recvShortSeq ? \
198 struct ng_ppp_link_conf conf; /* link configuration */ member in struct:ng_ppp_link
209 struct ng_ppp_bund_conf conf; /* bundle config */ member in struct:ng_ppp_private
544 if (priv->links[linkNum].conf.enableLink &&
545 !priv->conf.enableMultilink && priv->numActiveLinks >= 1)
593 struct ng_ppp_node_conf *const conf = local
598 if (msg->header.arglen != sizeof(*conf))
600 if (!ng_ppp_config_valid(node, conf))
604 priv->conf
612 struct ng_ppp_node_conf *conf; local
[all...]
/freebsd-10.0-release/contrib/gperf/
H A Dconfigure42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
44 chmod +x conf$$.sh
45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
50 rm -f conf$$.sh
490 rm -f conf$$ conf$$.exe conf$$.file
491 if test -d conf$$.dir; then
492 rm -f conf
[all...]
/freebsd-10.0-release/contrib/gperf/doc/
H A Dconfigure42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
44 chmod +x conf$$.sh
45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
50 rm -f conf$$.sh
490 rm -f conf$$ conf$$.exe conf$$.file
491 if test -d conf$$.dir; then
492 rm -f conf
[all...]
/freebsd-10.0-release/contrib/amd/scripts/
H A Dredhat-ctl-amd.in9 # config: /etc/amd.conf
12 # we require the /etc/amd.conf file
13 [ -f /etc/amd.conf ] || exit 0
32 daemon $amd -F /etc/amd.conf $AMDOPTS $OPTIONS $MOUNTPTS
/freebsd-10.0-release/contrib/bsnmp/snmpd/
H A Dsnmpd.sh36 CONF=/etc/snmpd.conf
/freebsd-10.0-release/contrib/lukemftpd/src/
H A DMakefile7 SRCS= cmds.c conf.c ftpd.c ftpcmd.y logutmp.c logwtmp.c popen.c
11 MAN= ftpd.conf.5 ftpusers.5 ftpd.8
/freebsd-10.0-release/contrib/openbsm/bin/auditdistd/
H A DMakefile.am12 man5_MANS = auditdistd.conf.5
/freebsd-10.0-release/contrib/unbound/
H A Dfreebsd-configure.sh31 --with-conf-file=/var/unbound/unbound.conf \
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dwps_hostapd.h15 struct hostapd_bss_config *conf);
45 struct hostapd_bss_config *conf)
44 hostapd_init_wps(struct hostapd_data *hapd, struct hostapd_bss_config *conf) argument
/freebsd-10.0-release/contrib/wpa/src/radius/
H A Dradius_client.h250 radius_client_init(void *ctx, struct hostapd_radius_servers *conf);
257 struct hostapd_radius_servers *conf);
/freebsd-10.0-release/crypto/openssl/apps/
H A Dts.c97 static int reply_command(CONF *conf, char *section, char *engine,
103 static TS_RESP *create_response(CONF *conf, const char *section, char *engine,
129 CONF *conf = NULL; local
332 conf = load_config_file(configfile);
337 conf = load_config_file(configfile);
340 ret = !(queryfile != NULL && conf != NULL && !token_in);
350 ret = !reply_command(conf, section, engine, queryfile,
391 NCONF_free(conf);
419 CONF *conf = NULL; local
426 (!(conf
673 reply_command(CONF *conf, char *section, char *engine, char *queryfile, char *passin, char *inkey, char *signer, char *chain, const char *policy, char *in, int token_in, char *out, int token_out, int text) argument
800 create_response(CONF *conf, const char *section, char *engine, char *queryfile, char *passin, char *inkey, char *signer, char *chain, const char *policy) argument
[all...]
/freebsd-10.0-release/etc/rc.d/
H A Ddevfs43 if [ -r /etc/devfs.conf ]; then
66 done < /etc/devfs.conf
H A Dldconfig34 for i in ${ldconfig_paths} /etc/ld-elf.so.conf; do
70 for i in /usr/lib/aout ${ldconfig_paths_aout} /etc/ld.so.conf; do
H A Dlocal_unbound26 : ${local_unbound_config:=${local_unbound_workdir}/unbound.conf}
28 : ${local_unbound_forwardconf:=${local_unbound_workdir}/forward.conf}
58 # Create the unbound configuration file and update resolv.conf to

Completed in 124 milliseconds

1234567891011>>