Searched refs:conf (Results 51 - 75 of 1636) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/tcp_wrappers/
H A Dinetcf.h7 extern char *inet_cfg(char *conf); /* read inetd.conf file */
/freebsd-11-stable/usr.sbin/jail/tests/
H A DMakefile7 ${PACKAGE}FILES+= commands.jail.conf
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dconf_api.c59 /* Part of the code in here was originally in conf.c, which is now removed */
70 #include <openssl/conf.h>
75 LHASH_OF(CONF_VALUE) *conf);
82 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section)
86 if ((conf == NULL) || (section == NULL))
90 v = lh_CONF_VALUE_retrieve(conf->data, &vv);
95 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
100 v = _CONF_get_section(conf, section);
107 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) argument
119 v = lh_CONF_VALUE_insert(conf
129 _CONF_get_string(const CONF *conf, const char *section, const char *name) argument
223 _CONF_free_data(CONF *conf) argument
244 value_free_hash_doall_arg(CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf) argument
274 _CONF_new_section(CONF *conf, const char *section) argument
[all...]
H A Dconf.h1 /* crypto/conf/conf.h */
90 int (*init) (CONF *conf);
91 int (*destroy) (CONF *conf);
92 int (*destroy_data) (CONF *conf);
93 int (*load_bio) (CONF *conf, BIO *bp, long *eline);
94 int (*dump) (const CONF *conf, BIO *bp);
95 int (*is_number) (const CONF *conf, char c);
96 int (*to_int) (const CONF *conf, char c);
97 int (*load) (CONF *conf, cons
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dhw_features.c157 if (iface->conf->basic_rates)
158 basic_rates = iface->conf->basic_rates;
199 if (iface->conf->supported_rates &&
200 !hostapd_rate_found(iface->conf->supported_rates,
216 (!iface->conf->ieee80211n || !iface->conf->require_ht)) {
232 pri_chan = iface->conf->channel;
233 sec_chan = pri_chan + iface->conf->secondary_channel * 4;
242 if (iface->conf->secondary_channel > 0) {
243 iface->conf
520 u16 conf = iface->conf->ht_capab; local
631 u32 conf = iface->conf->vht_capab; local
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_prtn_config.c128 static inline boolean_t ip_mgroup_pkey_ok(struct part_conf *conf, argument
138 || mpkey == (conf->p_prtn->pkey | cl_hton16(0x8000)))
141 OSM_LOG(conf->p_log, OSM_LOG_ERROR,
145 cl_ntoh16(mpkey), cl_ntoh16(conf->p_prtn->pkey), conf->p_prtn->name);
149 static inline boolean_t ip_mgroup_rate_ok(struct part_conf *conf, argument
154 if (group->flags.rate == conf->flags.rate)
157 OSM_LOG(conf->p_log, OSM_LOG_ERROR,
162 group->flags.rate, cl_ntoh16(conf->p_prtn->pkey),
163 conf
167 ip_mgroup_mtu_ok(struct part_conf *conf, struct precreate_mgroup *group) argument
185 __create_mgrp(struct part_conf *conf, struct precreate_mgroup *group) argument
217 partition_create(unsigned lineno, struct part_conf *conf, char *name, char *id, char *flag, char *flag_val) argument
347 partition_add_flag(unsigned lineno, struct part_conf *conf, char *flag, char *val) argument
385 manage_membership_change(struct part_conf *conf, osm_prtn_t * p, unsigned type, membership_t membership, ib_net64_t guid) argument
436 partition_add_all(struct part_conf *conf, osm_prtn_t * p, unsigned type, membership_t membership) argument
451 partition_add_port(unsigned lineno, struct part_conf *conf, char *name, char *flag) argument
586 mgroup_create(char *p, char *mgid, unsigned lineno, struct part_conf *conf) argument
642 struct part_conf *conf = &part; local
657 flush_part_conf(struct part_conf *conf) argument
663 parse_part_conf(struct part_conf *conf, char *str, int lineno) argument
765 struct part_conf *conf = NULL; local
[all...]
/freebsd-11-stable/contrib/blacklist/etc/
H A DMakefile7 FILES= blacklistd.conf npf.conf
/freebsd-11-stable/contrib/hyperv/tools/scripts/
H A Dhv_set_ifconfig41 sed -i".bak" '/ifconfig_hn0="SYNCDHCP"/d' /etc/rc.conf
42 sed -i".bak" '/ifconfig_hn0="DHCP"/d' /etc/rc.conf
51 sed -i".bak" '/nameserver/d' /etc/resolv.conf
52 echo "nameserver" $DNS >> /etc/resolv.conf
67 echo ifconfig_hn0=\"DHCP\" >> /etc/rc.conf
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dnfc_pw_token.c49 wpa_s.conf = os_zalloc(sizeof(*wpa_s.conf));
50 if (wpa_s.conf == NULL)
69 printf("wps_nfc_dev_pw_id=%d\n", wpa_s.conf->wps_nfc_dev_pw_id);
70 print_bin("wps_nfc_dh_pubkey", wpa_s.conf->wps_nfc_dh_pubkey);
71 print_bin("wps_nfc_dh_privkey", wpa_s.conf->wps_nfc_dh_privkey);
72 print_bin("wps_nfc_dev_pw", wpa_s.conf->wps_nfc_dev_pw);
78 wpa_config_free(wpa_s.conf);
/freebsd-11-stable/etc/rc.d/
H A Dsysctl11 desc="Set sysctl variables from /etc/sysctl.conf and /etc/sysctl.conf.local"
30 for _f in /etc/sysctl.conf /etc/sysctl.conf.local; do
/freebsd-11-stable/tools/tools/nanobsd/Files/root/
H A Dupdate37 . /etc/nanobsd.conf
/freebsd-11-stable/sys/compat/svr4/
H A DMakefile20 ${GENERATED}: ${MAKESYSCALLS} syscalls.master syscalls.conf
21 sh ${MAKESYSCALLS} syscalls.master syscalls.conf
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_udma_config.c301 struct al_udma_m2s_pkt_len_conf *conf)
308 if (conf->encode_64k_as_zero == AL_TRUE)
311 if (conf->max_pkt_size > max_supported_size) {
314 conf->max_pkt_size, max_supported_size);
319 if (conf->encode_64k_as_zero == AL_TRUE)
325 reg |= conf->max_pkt_size;
345 struct al_udma_m2s_desc_pref_conf *conf)
351 reg |= conf->desc_fifo_depth;
356 if (conf->sch_mode == SRR)
358 else if (conf
300 al_udma_m2s_packet_size_cfg_set(struct al_udma *udma, struct al_udma_m2s_pkt_len_conf *conf) argument
344 al_udma_m2s_pref_set(struct al_udma *udma, struct al_udma_m2s_desc_pref_conf *conf) argument
402 al_udma_m2s_pref_get(struct al_udma *udma, struct al_udma_m2s_desc_pref_conf *conf) argument
513 al_udma_s2m_pref_set(struct al_udma *udma, struct al_udma_s2m_desc_pref_conf *conf) argument
582 al_udma_s2m_data_write_set(struct al_udma *udma, struct al_udma_s2m_data_write_conf *conf) argument
622 al_udma_s2m_completion_set(struct al_udma *udma, struct al_udma_s2m_completion_conf *conf) argument
726 al_udma_common_rlimit_set(struct udma_rlimit_common *regs, struct al_udma_m2s_rlimit_cfg *conf) argument
792 al_udma_m2s_strm_rlimit_set(struct al_udma *udma, struct al_udma_m2s_rlimit_cfg *conf) argument
816 al_udma_m2s_q_rlimit_set(struct al_udma_q *udma_q, struct al_udma_m2s_rlimit_cfg *conf) argument
839 al_udma_m2s_q_sc_set(struct al_udma_q *udma_q, struct al_udma_m2s_q_dwrr_conf *conf) argument
893 al_udma_m2s_comp_timeouts_set(struct al_udma *udma, struct al_udma_m2s_comp_timeouts *conf) argument
931 al_udma_m2s_comp_timeouts_get(struct al_udma *udma, struct al_udma_m2s_comp_timeouts *conf) argument
1076 al_udma_s2m_q_comp_set(struct al_udma_q *udma_q, struct al_udma_s2m_q_comp_conf *conf) argument
1118 al_udma_gen_vmid_conf_set( struct unit_regs *unit_regs, struct al_udma_gen_vmid_conf *conf) argument
1214 al_udma_gen_vmid_msix_conf_set( struct unit_regs *unit_regs, struct al_udma_gen_vmid_msix_conf *conf) argument
1227 al_udma_gen_vmid_advanced_tx_q_conf( struct al_udma_q *q, struct al_udma_gen_vmid_advanced_tx_q_conf *conf) argument
1272 al_udma_gen_vmid_advanced_rx_q_conf( struct al_udma_q *q, struct al_udma_gen_vmid_advanced_rx_q_conf *conf) argument
1356 al_udma_gen_hdr_split_buff2_rx_q_conf( struct al_udma_q *q, struct al_udma_gen_hdr_split_buff2_q_conf *conf) argument
[all...]
/freebsd-11-stable/release/tools/
H A Dvagrant.conf3 # $FreeBSD: stable/11/release/tools/vagrant.conf 361592 2020-05-28 18:57:08Z gjb $
13 # Set to a list of third-party software to enable in rc.conf(5).
26 echo 'ifconfig_DEFAULT="SYNCDHCP"' >> ${DESTDIR}/etc/rc.conf
29 echo 'sshd_enable="YES"' >> ${DESTDIR}/etc/rc.conf
34 echo 'sendmail_enable="NO"' >> ${DESTDIR}/etc/rc.conf
35 echo 'sendmail_submit_enable="NO"' >> ${DESTDIR}/etc/rc.conf
36 echo 'sendmail_outbound_enable="NO"' >> ${DESTDIR}/etc/rc.conf
37 echo 'sendmail_msp_queue_enable="NO"' >> ${DESTDIR}/etc/rc.conf
63 echo 'debug.trace_on_panic=1' >> ${DESTDIR}/etc/sysctl.conf
64 echo 'debug.debugger_on_panic=0' >> ${DESTDIR}/etc/sysctl.conf
[all...]
/freebsd-11-stable/contrib/amd/scripts/
H A DMakefile.am23 amd.conf-sample \
24 lostaltmail.conf-sample
28 amd.conf.5 \
45 amd.conf-sample \
46 lostaltmail.conf-sample \
/freebsd-11-stable/tools/tools/release/
H A Dchk_dokern.sh_and_drivers.conf29 echo Checking */drivers.conf ...
30 for f in */drivers.conf; do
34 egrep -qw "^((pseudo-)?device|options)[[:space:]]+$x" ../sys/${arch}/conf/GENERIC || \
50 ../sys/${arch}/conf/GENERIC || \
52 grep -qw ^$x ${arch}/drivers.conf && \
53 echo "duplicate $x found in ${arch}/drivers.conf"
/freebsd-11-stable/usr.sbin/mlxcontrol/
H A Dconfig.c45 static void print_sys_drive(struct conf_config *conf, int drvno);
46 static void print_phys_drive(struct conf_config *conf, int chn, int targ);
60 struct conf_config conf; local
64 bzero(&conf.cc_cfg, sizeof(conf.cc_cfg));
65 if (mlx_read_configuration(unit, &conf.cc_cfg)) {
73 print_phys_drive(&conf, i, j);
76 for (i = 0; i < conf.cc_cfg.cc_num_sys_drives; i++)
77 print_sys_drive(&conf, i);
103 print_sys_drive(struct conf_config *conf, in argument
148 print_phys_drive(struct conf_config *conf, int chn, int targ) argument
[all...]
/freebsd-11-stable/contrib/blacklist/bin/
H A DMakefile6 MAN.blacklistd=blacklistd.8 blacklistd.conf.5
8 SRCS.blacklistd = blacklistd.c conf.c run.c state.c support.c internal.c
9 SRCS.blacklistctl = blacklistctl.c conf.c state.c support.c internal.c
/freebsd-11-stable/usr.sbin/ctld/
H A Dctld.h45 #define DEFAULT_CONFIG_PATH "/etc/ctl.conf"
88 struct conf *ag_conf;
121 struct conf *pg_conf;
139 struct conf *pp_conf;
150 struct conf *p_conf;
168 struct conf *l_conf;
185 struct conf *t_conf;
196 struct conf *i_conf;
201 struct conf { struct
303 int parse_conf(struct conf *con
[all...]
/freebsd-11-stable/usr.sbin/pw/
H A Dpw.c107 struct pwconf conf; variable in typeref:struct:pwconf
122 memset(&conf, 0, sizeof(conf));
123 strlcpy(conf.rootdir, "/", sizeof(conf.rootdir));
124 strlcpy(conf.etcpath, _PATH_PWD, sizeof(conf.etcpath));
125 conf.fd = -1;
126 conf.checkduplicate = true;
160 strlcpy(conf
[all...]
/freebsd-11-stable/contrib/netbsd-tests/share/mk/
H A Dt_own.sh41 echo >empty.conf
42 cat >custom.conf <<EOF
46 make MAKECONF="$(pwd)/empty.conf" show-config-var
48 make MAKECONF="$(pwd)/custom.conf" show-config-var
61 echo >empty.conf
62 cat >custom.conf <<EOF
66 make MAKECONF="$(pwd)/non-existent.conf" hello
/freebsd-11-stable/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-11-stable/etc/periodic/daily/
H A D130.clean-msgs10 if [ -r /etc/defaults/periodic.conf ]
12 . /etc/defaults/periodic.conf
H A D400.status-disks8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D404.status-zfs8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf

Completed in 380 milliseconds

1234567891011>>