/openbmc/u-boot/test/py/ |
H A D | u_boot_spawn.py | 118 def expect(self, patterns): argument 122 supplied list of patterns, or for a timeout to occur. 125 patterns: A list of strings or regex objects that we expect to 129 The index within the patterns array of the pattern the process 133 Timeout, if the process did not emit any of the patterns within 137 for pi in range(len(patterns)): 138 if type(patterns[pi]) == type(''): 139 patterns[pi] = re.compile(patterns[pi]) 146 for pi in range(len(patterns)): 147 pattern = patterns[pi]
|
/openbmc/linux/drivers/leds/trigger/ |
H A D | ledtrig-pattern.c | 26 struct led_pattern patterns[MAX_PATTERNS]; member 42 if (!data->is_indefinite && data->curr == data->patterns) in pattern_trig_update_patterns() 45 if (data->next == data->patterns + data->npatterns - 1) in pattern_trig_update_patterns() 46 data->next = data->patterns; in pattern_trig_update_patterns() 128 return led_cdev->pattern_set(led_cdev, data->patterns, in pattern_trig_start_pattern() 137 data->curr = data->patterns; in pattern_trig_start_pattern() 138 data->next = data->patterns + 1; in pattern_trig_start_pattern() 212 data->patterns[i].brightness, in pattern_trig_show_patterns() 213 data->patterns[i].delta_t); in pattern_trig_show_patterns() 231 &data->patterns[data->npatterns].brightness, in pattern_trig_store_patterns_string() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 033.out | 14 == verifying patterns (1) == 28 == verifying patterns (2) == 38 == verifying patterns (3) == 55 == verifying patterns (1) == 69 == verifying patterns (2) == 79 == verifying patterns (3) == 96 == verifying patterns (1) == 110 == verifying patterns (2) == 120 == verifying patterns (3) == 137 == verifying patterns (1) == [all …]
|
H A D | 058.out | 15 == verifying the image file with patterns == 21 == verifying the exported snapshot with patterns, method 1 == 27 == verifying the exported snapshot with patterns, method 2 == 33 == verifying the converted snapshot with patterns, method 1 == 39 == verifying the converted snapshot with patterns, method 2 ==
|
H A D | 058 | 82 echo "== verifying the image file with patterns ==" 89 echo "== verifying the exported snapshot with patterns, method 1 ==" 96 echo "== verifying the exported snapshot with patterns, method 2 ==" 103 echo "== verifying the converted snapshot with patterns, method 1 ==" 110 echo "== verifying the converted snapshot with patterns, method 2 =="
|
/openbmc/linux/tools/testing/selftests/alsa/ |
H A D | test-pcmtest-driver.c | 19 struct pattern_buf patterns[CH_NUM]; variable 45 fscanf(fpl, "%u", &patterns[i].len); in read_patterns() 52 fread(patterns[i].buf, 1, patterns[i].len, fp); in read_patterns() 134 SKIP(exit(-1), "Can't read patterns. Probably, module isn't loaded"); in FIXTURE_SETUP() 190 it[i] = patterns[cur_ch].buf[pos_in_ch % patterns[cur_ch].len]; in TEST_F() 232 ASSERT_EQ(it[i], patterns[cur_ch].buf[pos_in_ch % patterns[cur_ch].len]); in TEST_F() 266 ASSERT_EQ(chan_samples[i][j], patterns[i].buf[j % patterns[i].len]); in TEST_F() 293 chan_samples[i][j] = patterns[i].buf[j % patterns[i].len]; in TEST_F()
|
/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/ |
H A D | 0001-sssctl-add-error-analyzer.patch | 105 + patterns = ['sdap_async_sys_connect request failed', 'terminated by own WATCHDOG', 108 + for line in utl.matched_line(source, patterns): 156 - def matched_line(self, source, patterns): 158 - Yield lines which match any number of patterns (OR) in 159 - provided patterns list. 167 - for pattern in patterns: 197 # Log messages matching the following regex patterns contain 202 - for line in self.matched_line(source, patterns): 203 + for line in utl.matched_line(source, patterns): 302 + def matched_line(self, source, patterns): [all …]
|
/openbmc/u-boot/tools/binman/ |
H A D | elf.py | 22 def GetSymbols(fname, patterns): argument 27 patterns: List of regex patterns to search for, each a string 36 if patterns: 37 re_syms = re.compile('|'.join(patterns)) 69 patterns: List of regex patterns to search for, each a string
|
/openbmc/u-boot/drivers/bootcount/ |
H A D | bootcount_ram.c | 12 const ulong patterns[] = { 0x00000000, variable 17 const ulong NBR_OF_PATTERNS = sizeof(patterns) / sizeof(*patterns); 34 writel(patterns[i % NBR_OF_PATTERNS], in bootcount_store() 59 if (tmp != patterns[i % NBR_OF_PATTERNS]) in bootcount_load()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-led-trigger-pattern | 21 to some preprogrammed hardware patterns. It deactivates any active 25 hardware patterns, each driver is expected to provide its own 26 description for the hardware patterns in their documentation 40 only support indefinitely patterns, so they always store -1.
|
/openbmc/qemu/docs/devel/ |
H A D | decodetree.rst | 7 A *decodetree* is built from instruction *patterns*. A pattern may 20 In support of patterns, one may declare *fields*, *argument sets*, and 132 across many instruction patterns. 166 Patterns chapter 181 come in handy when fields overlap between patterns and one has to 214 Patterns within overlap groups are allowed to overlap. Conflicts are 215 resolved by selecting the patterns in order. If all of the fixedbits 217 translate function returns false, then subsequent patterns within the 220 Patterns within no-overlap groups are not allowed to overlap, just 221 the same as ungrouped patterns. Thus no-overlap groups are intended
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | d3.h | 198 * struct iwl_wowlan_patterns_cmd - WoWLAN wakeup patterns 202 * @n_patterns: number of patterns 207 * @patterns: the patterns, array length in @n_patterns 209 struct iwl_wowlan_pattern_v1 patterns[]; member 297 * struct iwl_wowlan_pattern_v2 - Pattern entry for the WoWLAN wakeup patterns 318 * struct iwl_wowlan_patterns_cmd - WoWLAN wakeup patterns command 322 * @n_patterns: number of patterns 337 * @patterns: the patterns, array length in @n_patterns 339 struct iwl_wowlan_pattern_v2 patterns[]; member 778 * @pattern_number: number of the matched patterns [all …]
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Bahyph | 3 These patterns and the generating sh script are Copyright (c) GMV 1991 5 These patterns were developed for internal GMV use and are made public in the hope that they will b…
|
/openbmc/linux/mm/ |
H A D | memtest.c | 11 static u64 patterns[] __initdata = { variable 100 memtest_pattern = ARRAY_SIZE(patterns); in parse_memtest() 117 idx = i % ARRAY_SIZE(patterns); in early_memtest() 118 do_one_pass(patterns[idx], start, end); in early_memtest()
|
/openbmc/linux/Documentation/leds/ |
H A D | leds-lp55xx.rst | 15 Program memory for running LED patterns 55 - Program memory address access for running patterns 61 various LED patterns. 109 To start blinking patterns in engine #2 and #3 simultaneously:: 187 To use the predefined pattern concept, 'patterns' and 'num_patterns' should be 213 .patterns = board_led_patterns,
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | wow.c | 142 struct cfg80211_pkt_pattern *patterns = wowlan->patterns; in ath9k_wow_add_pattern() local 149 mask_len = DIV_ROUND_UP(patterns[i].pattern_len, 8); in ath9k_wow_add_pattern() 152 memcpy(wow_pattern, patterns[i].pattern, patterns[i].pattern_len); in ath9k_wow_add_pattern() 153 memcpy(wow_mask, patterns[i].mask, mask_len); in ath9k_wow_add_pattern() 159 patterns[i].pattern_len); in ath9k_wow_add_pattern()
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | 00_man_quoting.diff | 7 Patterns like these can be used when the machine has different internet 49 wildcard patterns. 57 -wildcard patterns. The default server name is `unknown'. 59 +wildcard patterns. The default server name is `unknown\'.
|
/openbmc/linux/drivers/gpu/drm/amd/display/include/ |
H A D | link_service_types.h | 118 /* Test patterns*/ 124 /* phy test patterns*/ 149 /* Link Training Patterns */ 158 /* link test patterns*/ 165 /* audio test patterns*/
|
/openbmc/linux/include/linux/platform_data/ |
H A D | leds-lp55xx.h | 62 * @patterns : Predefined pattern data for RGB channels 63 * @num_patterns : Number of patterns 83 struct lp55xx_predef_pattern *patterns; member
|
/openbmc/qemu/scripts/codeconverter/ |
H A D | converter.py | 54 if not args.patterns: 57 classes = [p for arg in args.patterns 64 print("Valid patterns:", file=sys.stderr) 95 default=[], dest='patterns',
|
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/ |
H A D | fvp_boot.py | 18 # Check for common error patterns on all consoles 20 # "expect" a timeout when searching for the error patterns
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/beep/ |
H A D | beep_1.4.12.bb | 1 SUMMARY = "beep allows you to have the PC speaker issue beeps and beep patterns" 3 patterns with given frequencies, durations, and spacing."
|
/openbmc/qemu/docs/ |
H A D | qemu-option-trace.rst.inc | 9 or ``ftrace`` tracing backend. To specify multiple events or patterns, 18 file) per line; globbing patterns are accepted too. This option is only
|
/openbmc/linux/Documentation/driver-api/driver-model/ |
H A D | design-patterns.rst | 2 Device Driver Design Patterns 5 This document describes a few common design patterns found in device drivers. 7 conform to these design patterns.
|
/openbmc/openbmc-tools/netboot/ |
H A D | netboot | 14 def expect_or_raise(conn, patterns, timeout=None): argument 15 i, m, d = conn.expect([bytes(p, "ascii") for p in patterns], timeout) 17 msg = "Match failed, expected '%s', got '%s'" % (str(patterns), d)
|