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

1234567891011>>

/freebsd-10.0-release/sys/dev/pci/
H A Dpci_user.c39 #include <sys/conf.h>
631 strncpy(dinfo->conf.pd_name, name,
632 sizeof(dinfo->conf.pd_name));
633 dinfo->conf.pd_name[PCI_MAXNAMELEN] = 0;
634 dinfo->conf.pd_unit =
637 dinfo->conf.pd_name[0] = '\0';
638 dinfo->conf.pd_unit = 0;
647 num_patterns, &dinfo->conf) == 0)) ||
652 &dinfo->conf) == 0)) ||
656 &dinfo->conf)
[all...]
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipmon.c153 static void openlogs __P((config_t *conf));
154 static int read_loginfo __P((config_t *conf));
155 static void initconfig __P((config_t *conf));
660 static void print_natlog(conf, buf, blen)
661 config_t *conf;
684 (void) fprintf(conf->log,
844 else if (conf->log != NULL)
845 (void) fprintf(conf->log, "%s", line);
849 static void print_statelog(conf, buf, blen)
850 config_t *conf;
1570 initconfig(config_t *conf) argument
1782 openlogs(config_t *conf) argument
1822 read_loginfo(config_t *conf) argument
[all...]
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dwpas_glue.c37 wpa_config_set_blob(wpa_s->conf, blob);
38 if (wpa_s->conf->update_config) {
39 int ret = wpa_config_write(wpa_s->confname, wpa_s->conf);
52 return wpa_config_get_blob(wpa_s->conf, name);
70 hdr->version = wpa_s->conf->eapol_version;
754 if (wpa_s->conf->update_config) {
755 res = wpa_config_write(wpa_s->confname, wpa_s->conf);
785 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
786 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
787 ctx->pkcs11_module_path = wpa_s->conf
878 struct rsn_supp_config conf; local
[all...]
/freebsd-10.0-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-upgrade.sh41 BKFILES="/etc/rc.conf /boot/loader.conf"
217 # Merge the loader.conf with old
218 cp ${FSMNT}/boot/loader.conf ${FSMNT}/boot/loader.conf.new
219 merge_config "${FSMNT}/boot/loader.conf.preUpgrade" "${FSMNT}/boot/loader.conf.new" "${FSMNT}/boot/loader.conf"
220 rm ${FSMNT}/boot/loader.conf.new
222 # Merge the rc.conf wit
[all...]
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dieee802_11_vht.c29 hapd->conf->disable_11ac)
55 if (!hapd->iconf->ieee80211ac || hapd->conf->disable_11ac)
91 hapd->conf->disable_11ac) {
/freebsd-10.0-release/bin/freebsd-version/
H A DMakefile6 NEWVERS = ${.CURDIR}/../../sys/conf/newvers.sh
/freebsd-10.0-release/contrib/gdb/gdb/config/
H A Dnm-lynx.h28 #include <sys/conf.h>
/freebsd-10.0-release/contrib/wpa/src/radius/
H A Dradius_das.h43 radius_das_init(struct radius_das_conf *conf);
/freebsd-10.0-release/crypto/openssl/crypto/conf/
H A Dconf_sap.c62 #include <openssl/conf.h>
/freebsd-10.0-release/etc/periodic/daily/
H A D440.status-mailq8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D460.status-mail-rejects8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D800.scrub-zfs12 if [ -r /etc/defaults/periodic.conf ]
14 . /etc/defaults/periodic.conf
36 echo " '/etc/periodic.conf:daily_scrub_zfs_pools'"
/freebsd-10.0-release/sbin/dhclient/
H A DMakefile40 MAN= dhclient.8 dhclient.conf.5 dhclient.leases.5 dhcp-options.5 \
/freebsd-10.0-release/sbin/ipf/ipnat/
H A DMakefile6 MLINKS= ipnat.5 ipnat.conf.5
/freebsd-10.0-release/share/examples/ipfw/
H A Dchange_rules.sh52 if [ -r /etc/defaults/rc.conf ]; then
53 . /etc/defaults/rc.conf
55 elif [ -r /etc/rc.conf ]; then
56 . /etc/rc.conf
/freebsd-10.0-release/sys/compat/freebsd32/
H A DMakefile11 ../../kern/makesyscalls.sh syscalls.master syscalls.conf
17 sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf
/freebsd-10.0-release/sys/contrib/altq/altq/
H A Daltqconf.h10 #include <sys/conf.h>
/freebsd-10.0-release/sys/dev/digi/
H A DCX.c32 #include <sys/conf.h>
H A DCX_PCI.c32 #include <sys/conf.h>
H A DEPCX.c32 #include <sys/conf.h>
H A DEPCX_PCI.c32 #include <sys/conf.h>
H A DXe.c32 #include <sys/conf.h>
H A DXem.c32 #include <sys/conf.h>
H A DXr.c32 #include <sys/conf.h>
/freebsd-10.0-release/sys/dev/lindev/
H A Dlindev.c40 #include <sys/conf.h>

Completed in 122 milliseconds

1234567891011>>