Searched refs:conf (Results 1 - 25 of 732) sorted by relevance

1234567891011>>

/linux-master/scripts/kconfig/tests/choice_value_with_m_dep/
H A D__init__.py13 def test(conf):
14 assert conf.oldaskconfig('config', 'y') == 0
15 assert conf.config_contains('expected_config')
16 assert conf.stdout_contains('expected_stdout')
/linux-master/scripts/kconfig/tests/preprocess/builtin_func/
H A D__init__.py6 def test(conf):
7 assert conf.oldaskconfig() == 0
8 assert conf.stdout_contains('expected_stdout')
9 assert conf.stderr_matches('expected_stderr')
/linux-master/scripts/kconfig/tests/choice/
H A D__init__.py14 def test_oldask0(conf):
15 assert conf.oldaskconfig() == 0
16 assert conf.stdout_contains('oldask0_expected_stdout')
19 def test_oldask1(conf):
20 assert conf.oldaskconfig('oldask1_config') == 0
21 assert conf.stdout_contains('oldask1_expected_stdout')
24 def test_allyes(conf):
25 assert conf.allyesconfig() == 0
26 assert conf.config_contains('allyes_expected_config')
29 def test_allmod(conf)
[all...]
/linux-master/scripts/kconfig/tests/auto_submenu/
H A D__init__.py11 def test(conf):
12 assert conf.oldaskconfig() == 0
13 assert conf.stdout_contains('expected_stdout')
/linux-master/scripts/kconfig/tests/err_recursive_inc/
H A D__init__.py9 def test(conf):
10 assert conf.oldaskconfig() != 0
11 assert conf.stderr_contains('expected_stderr')
/linux-master/scripts/kconfig/tests/err_recursive_dep/
H A D__init__.py8 def test(conf):
9 assert conf.oldaskconfig() == 1
10 assert conf.stderr_contains('expected_stderr')
/linux-master/scripts/kconfig/tests/inter_choice/
H A D__init__.py13 def test(conf):
14 assert conf.defconfig('defconfig') == 0
15 assert conf.config_contains('expected_config')
/linux-master/scripts/kconfig/tests/no_write_if_dep_unmet/
H A D__init__.py18 def test(conf):
19 assert conf.oldaskconfig('config', 'n') == 0
20 assert conf.config_matches('expected_config')
/linux-master/scripts/kconfig/tests/new_choice_with_dep/
H A D__init__.py13 def test(conf):
14 assert conf.oldconfig('config', 'y') == 0
15 assert conf.stdout_contains('expected_stdout')
/linux-master/scripts/kconfig/tests/preprocess/circular_expansion/
H A D__init__.py9 def test(conf):
10 assert conf.oldaskconfig() != 0
11 assert conf.stderr_matches('expected_stderr')
/linux-master/scripts/kconfig/tests/preprocess/variable/
H A D__init__.py6 def test(conf):
7 assert conf.oldaskconfig() == 0
8 assert conf.stderr_matches('expected_stderr')
/linux-master/scripts/kconfig/tests/preprocess/escape/
H A D__init__.py6 def test(conf):
7 assert conf.oldaskconfig() == 0
8 assert conf.stderr_matches('expected_stderr')
/linux-master/scripts/kconfig/tests/choice_randomize2/
H A D__init__.py13 def test(conf):
15 assert conf.randconfig(seed=i) == 0
16 assert (conf.config_matches('expected_config0') or
17 conf.config_matches('expected_config1') or
18 conf.config_matches('expected_config2'))
/linux-master/Documentation/admin-guide/aoe/
H A Dudev-install.sh7 # find udev.conf, often /etc/udev/udev.conf
8 # (or environment can specify where to find udev.conf)
10 if test -z "$conf"; then
11 if test -r /etc/udev/udev.conf; then
12 conf=/etc/udev/udev.conf
14 conf="`find /etc -type f -name udev.conf 2> /dev/null`"
15 if test -z "$conf" || tes
[all...]
/linux-master/drivers/md/
H A Draid5-log.h5 int r5l_init_log(struct r5conf *conf, struct md_rdev *rdev);
6 void r5l_exit_log(struct r5conf *conf);
13 bool r5l_log_disk_error(struct r5conf *conf);
15 int r5c_try_caching_write(struct r5conf *conf, struct stripe_head *sh,
17 void r5c_finish_stripe_write_out(struct r5conf *conf, struct stripe_head *sh,
22 void r5c_handle_cached_data_endio(struct r5conf *conf,
26 void r5c_flush_cache(struct r5conf *conf, int num);
27 void r5c_check_stripe_cache_usage(struct r5conf *conf);
28 void r5c_check_cached_full_stripe(struct r5conf *conf);
31 bool r5c_big_stripe_cached(struct r5conf *conf, sector_
47 raid5_has_log(struct r5conf *conf) argument
52 raid5_has_ppl(struct r5conf *conf) argument
59 struct r5conf *conf = sh->raid_conf; local
80 struct r5conf *conf = sh->raid_conf; local
88 log_write_stripe_run(struct r5conf *conf) argument
96 log_flush_stripe_to_raid(struct r5conf *conf) argument
104 log_handle_flush_request(struct r5conf *conf, struct bio *bio) argument
116 log_quiesce(struct r5conf *conf, int quiesce) argument
124 log_exit(struct r5conf *conf) argument
132 log_init(struct r5conf *conf, struct md_rdev *journal_dev, bool ppl) argument
143 log_modify(struct r5conf *conf, struct md_rdev *rdev, bool add) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dcommon-beacon.h20 struct ath_beacon_config *conf,
23 struct ath_beacon_config *conf);
25 struct ath_beacon_config *conf,
H A Dcommon-beacon.c42 struct ath_beacon_config *conf,
57 conf->intval = conf->beacon_interval;
63 dtim_intval = conf->intval * conf->dtim_period;
70 conf->nexttbtt = ath9k_get_next_tbtt(ah, tsf, conf->intval);
72 bs->bs_intval = TU_TO_USEC(conf->intval);
73 bs->bs_dtimperiod = conf->dtim_period * bs->bs_intval;
74 bs->bs_nexttbtt = conf
41 ath9k_cmn_beacon_config_sta(struct ath_hw *ah, struct ath_beacon_config *conf, struct ath9k_beacon_state *bs) argument
114 ath9k_cmn_beacon_config_adhoc(struct ath_hw *ah, struct ath_beacon_config *conf) argument
144 ath9k_cmn_beacon_config_ap(struct ath_hw *ah, struct ath_beacon_config *conf, unsigned int bc_buf) argument
[all...]
/linux-master/include/linux/
H A Dtextsearch.h68 * @conf: search configuration
78 struct ts_config *conf,
83 * @conf: search configuration
89 void (*finish)(struct ts_config *conf,
95 * @conf: search configuration
105 static inline unsigned int textsearch_next(struct ts_config *conf, argument
108 unsigned int ret = conf->ops->find(conf, state);
110 if (conf->finish)
111 conf
124 textsearch_find(struct ts_config *conf, struct ts_state *state) argument
135 textsearch_get_pattern(struct ts_config *conf) argument
144 textsearch_get_pattern_len(struct ts_config *conf) argument
165 struct ts_config *conf; local
174 ts_config_priv(struct ts_config *conf) argument
[all...]
/linux-master/tools/hv/
H A Dhv_get_dns_info.sh3 # This example script parses /etc/resolv.conf to retrive DNS information.
13 cat /etc/resolv.conf 2>/dev/null | awk '/^nameserver/ { print $2 }'
/linux-master/sound/soc/tegra/
H A Dtegra_cif.h47 struct tegra_cif_conf *conf)
51 value = (conf->threshold << TEGRA_ACIF_CTRL_FIFO_TH_SHIFT) |
52 ((conf->audio_ch - 1) << TEGRA_ACIF_CTRL_AUDIO_CH_SHIFT) |
53 ((conf->client_ch - 1) << TEGRA_ACIF_CTRL_CLIENT_CH_SHIFT) |
54 (conf->audio_bits << TEGRA_ACIF_CTRL_AUDIO_BITS_SHIFT) |
55 (conf->client_bits << TEGRA_ACIF_CTRL_CLIENT_BITS_SHIFT) |
56 (conf->expand << TEGRA_ACIF_CTRL_EXPAND_SHIFT) |
57 (conf->stereo_conv << TEGRA_ACIF_CTRL_STEREO_CONV_SHIFT) |
58 (conf->replicate << TEGRA_ACIF_CTRL_REPLICATE_SHIFT) |
59 (conf
46 tegra_set_cif(struct regmap *regmap, unsigned int reg, struct tegra_cif_conf *conf) argument
[all...]
/linux-master/scripts/kconfig/tests/choice_randomize/
H A D__init__.py11 def test(conf):
18 assert conf.randconfig(seed=i) == 0
20 if conf.config_matches('expected_config0'):
22 elif conf.config_matches('expected_config1'):
24 elif conf.config_matches('expected_config2'):
/linux-master/net/netfilter/
H A Dxt_string.c26 const struct xt_string_info *conf = par->matchinfo; local
29 invert = conf->u.v1.flags & XT_STRING_FLAG_INVERT;
31 return (skb_find_text((struct sk_buff *)skb, conf->from_offset,
32 conf->to_offset, conf->config)
40 struct xt_string_info *conf = par->matchinfo; local
45 if (conf->from_offset > conf->to_offset)
47 if (conf->algo[XT_STRING_MAX_ALGO_NAME_SIZE - 1] != '\0')
49 if (conf
[all...]
/linux-master/arch/x86/lib/
H A Dpc-conf-reg.c11 #include <asm/pc-conf-reg.h>
/linux-master/tools/testing/ktest/examples/
H A Dkvm.conf18 # This part is the same as test.conf #
26 # See the include/*.conf files that define these tests
38 # See include/defaults.conf
44 INCLUDE include/defaults.conf
48 # Now we are different from test.conf #
68 # As the defaults.conf file has a POWER_CYCLE option already defined,
77 # defaults.conf, we use virsh to cycle it. To do so, we destroy
89 INCLUDE include/patchcheck.conf
90 INCLUDE include/tests.conf
91 INCLUDE include/bisect.conf
[all...]
/linux-master/drivers/fpga/
H A Daltera-cvp.c78 void (*write_data)(struct altera_cvp_conf *conf,
88 void (*switch_clk)(struct altera_cvp_conf *conf);
89 int (*clear_state)(struct altera_cvp_conf *conf);
96 static int altera_read_config_byte(struct altera_cvp_conf *conf, argument
99 return pci_read_config_byte(conf->pci_dev, conf->vsec_offset + where,
103 static int altera_read_config_dword(struct altera_cvp_conf *conf, argument
106 return pci_read_config_dword(conf->pci_dev, conf->vsec_offset + where,
110 static int altera_write_config_dword(struct altera_cvp_conf *conf, argument
119 struct altera_cvp_conf *conf = mgr->priv; local
133 altera_cvp_write_data_iomem(struct altera_cvp_conf *conf, u32 val) argument
138 altera_cvp_write_data_config(struct altera_cvp_conf *conf, u32 val) argument
145 altera_cvp_dummy_write(struct altera_cvp_conf *conf) argument
160 altera_cvp_wait_status(struct altera_cvp_conf *conf, u32 status_mask, u32 status_val, int timeout_us) argument
184 struct altera_cvp_conf *conf = mgr->priv; local
204 altera_cvp_v2_clear_state(struct altera_cvp_conf *conf) argument
233 struct altera_cvp_conf *conf = mgr->priv; local
265 altera_cvp_send_block(struct altera_cvp_conf *conf, const u32 *data, size_t len) argument
288 struct altera_cvp_conf *conf = mgr->priv; local
322 struct altera_cvp_conf *conf = mgr->priv; local
434 struct altera_cvp_conf *conf = mgr->priv; local
487 struct altera_cvp_conf *conf = mgr->priv; local
579 struct altera_cvp_conf *conf; local
679 struct altera_cvp_conf *conf = mgr->priv; local
[all...]

Completed in 286 milliseconds

1234567891011>>