/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | spectral.c | 509 struct spectral_search_fft_report *search, in ath11k_spectral_pull_search() argument 512 report->timestamp = __le32_to_cpu(search->timestamp); in ath11k_spectral_pull_search() 514 __le32_to_cpu(search->info0)); in ath11k_spectral_pull_search() 516 __le32_to_cpu(search->info0)); in ath11k_spectral_pull_search() 518 __le32_to_cpu(search->info0)); in ath11k_spectral_pull_search() 520 __le32_to_cpu(search->info0)); in ath11k_spectral_pull_search() 522 __le32_to_cpu(search->info0)); in ath11k_spectral_pull_search() 524 __le32_to_cpu(search->info1)); in ath11k_spectral_pull_search() 526 __le32_to_cpu(search->info1)); in ath11k_spectral_pull_search() 528 __le32_to_cpu(search->info2)); in ath11k_spectral_pull_search() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libreport/files/ |
H A D | 0002-configure.ac-remove-prog-test-of-xmlto-and-asciidoc.patch | 32 - [echo "The asciidoc program was not found in the search path. Please ensure"] 33 - [echo "that it is installed and its directory is included in the search path."] 41 - [echo "The xmlto program was not found in the search path. Please ensure"] 42 - [echo "that it is installed and its directory is included in the search path."]
|
/openbmc/openbmc/meta-openembedded/contrib/ |
H A D | oe-stylize.py | 278 r = re.search(varRegexp, line) 280 r2 = re.search(r'("?)([^"\\]*)(["\\]?)', r.group(5)) 287 r = re.search(varRegexp, line) 295 r = re.search(varRegexp, line) 300 r = re.search(varRegexp, line)
|
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/ |
H A D | apparmor.py | 23 match = re.search('apparmor module is loaded.', output) 32 match = re.search('apparmor module is loaded.', output) 41 match = re.search('apparmor module is loaded.', output)
|
H A D | tripwire.py | 23 match = re.search('The database was successfully generated.', output) 33 match = re.search('Wrote policy file: /etc/tripwire/twpol.enc', output) 43 match = re.search('The database was successfully generated.', output)
|
/openbmc/docs/architecture/ |
H A D | object-mapper.md | 27 - param: interfaces - an optional list of interfaces to constrain the search to 67 - param: subtree - the root of the tree. Using "/" will search the whole tree 68 - param: depth - the maximum depth of the tree past the root to search. Use 0 to 69 search all 70 - param: interfaces - an optional list of interfaces to constrain the search to 130 - param: subtree - the root of the tree. Using "/" will search the whole tree 131 - param: depth - the maximum depth of the tree past the root to search. Use 0 to 132 search all 133 - param: interfaces - an optional list of interfaces to constrain the search to 206 - param: subtreeInterfaces - a list of interfaces to constrain the search to [all …]
|
/openbmc/phosphor-host-ipmid/transport/serialbridge/ |
H A D | serialcmd.cpp | 50 auto search = in getUnescapedCharacter() local 54 if (search == characters.end()) in getUnescapedCharacter() 59 return search->first; in getUnescapedCharacter() 131 auto search = characters.find(c); in processEscapedCharacter() local 132 if (search != characters.end()) in processEscapedCharacter() 135 buffer.push_back(search->second); in processEscapedCharacter()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_ftp.c | 71 } search[IP_CT_DIR_MAX][2] = { variable 445 for (i = 0; i < ARRAY_SIZE(search[dir]); i++) { in help() 447 search[dir][i].pattern, in help() 448 search[dir][i].plen, in help() 449 search[dir][i].skip, in help() 450 search[dir][i].term, in help() 453 search[dir][i].getnum); in help() 462 search[dir][i].pattern); in help() 523 ret = nf_nat_ftp(skb, ctinfo, search[dir][i].ftptype, in help()
|
/openbmc/linux/scripts/dummy-tools/ |
H A D | ld | 12 search="$1" 17 if [ "$search" = "$1" ]; then
|
H A D | nm | 12 search="$1" 17 if [ "$search" = "$1" ]; then
|
H A D | objcopy | 12 search="$1" 17 if [ "$search" = "$1" ]; then
|
H A D | gcc | 39 search="$1" 44 if [ "$search" = "$1" ]; then
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libssh/libssh/ |
H A D | 0001-tests-CMakeLists.txt-do-not-search-ssh-sshd-commands.patch | 4 Subject: [PATCH] tests/CMakeLists.txt: do not search ssh/sshd commands on host 6 It will search ssh/sshd commands on host when configure. Since they are 7 not required by unittests, we can skip the search.
|
/openbmc/linux/Documentation/sphinx/ |
H A D | maintainers_include.py | 73 if re.search('^[A-Z0-9]', line): 81 m = re.search(pat, line) 93 m = re.search(r"\s(\S):\s", line) 97 m = re.search(r"\*([^\*]+)\*", line)
|
/openbmc/linux/drivers/w1/ |
H A D | Kconfig | 25 either due to automatic or requested search. 26 2. Userspace commands. Includes read/write and search/alarm search commands.
|
/openbmc/phosphor-webui/app/common/styles/elements/ |
H A D | content-search.scss | 2 // content search 30 background: url("../assets/images/icon-search.svg") center center no-repeat; 42 .search-submit__wrapper {
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-adc-envelope-detector | 7 voltage input signal by a binary search using the output 26 dac instead of zero. The envelope detector will search 38 step of the binary search for the input peak level. Needs
|
/openbmc/linux/drivers/md/bcache/ |
H A D | bset.c | 940 const struct bkey *search) in bset_search_write_set() argument 947 if (bkey_cmp(table_to_bkey(t, m), search) > 0) in bset_search_write_set() 960 const struct bkey *search) in bset_search_tree() argument 976 if (f->mantissa >= bfloat_mantissa(search, f)) in bset_search_tree() 981 if (bkey_cmp(tree_to_bkey(t, j), search) > 0) in bset_search_tree() 1016 const struct bkey *search) in __bch_bset_search() argument 1046 if (unlikely(bkey_cmp(search, &t->end) >= 0)) in __bch_bset_search() 1049 if (unlikely(bkey_cmp(search, t->data->start) < 0)) in __bch_bset_search() 1052 i = bset_search_tree(t, search); in __bch_bset_search() 1057 i = bset_search_write_set(t, search); in __bch_bset_search() [all …]
|
/openbmc/linux/drivers/regulator/ |
H A D | of_regulator.c | 466 struct device_node *search, *child; in regulator_of_get_init_node() local 473 search = of_get_child_by_name(dev->of_node, in regulator_of_get_init_node() 476 search = of_node_get(dev->of_node); in regulator_of_get_init_node() 478 if (!strcmp(desc->of_match, search->name)) in regulator_of_get_init_node() 479 return search; in regulator_of_get_init_node() 482 if (!search) { in regulator_of_get_init_node() 488 for_each_available_child_of_node(search, child) { in regulator_of_get_init_node() 498 of_node_put(search); in regulator_of_get_init_node() 507 of_node_put(search); in regulator_of_get_init_node()
|
/openbmc/openbmc/meta-arm/ci/ |
H A D | patchreview | 85 match = sob_re.search(content) 95 match = status_re.search(content) 110 if cve_re.search(patch) or cve_re.search(content): 111 if not cve_tag_re.search(content):
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libconfuse/files/ |
H A D | 0001-only-apply-search-path-logic-to-relative-pathnames.patch | 4 Subject: [PATCH] only apply search path logic to relative pathnames 6 Adding any directory to the search path via cfg_add_searchpath breaks 8 ignore the search path when the given filename is absolute, and merely
|
/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | valgrindPlugin.py | 130 def_mo = self.definitely_lost_re.search(content) 131 ind_mo = self.indirectly_lost_re.search(content) 132 pos_mo = self.possibly_lost_re.search(content) 133 nle_mo = self.non_leak_error_re.search(content)
|
/openbmc/linux/scripts/coccinelle/api/alloc/ |
H A D | alloc_cast.cocci | 49 if m.search(t) != None: 72 if m.search(t) != None: 109 if m.search(t) != None: 119 if m.search(t) != None:
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0003-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch | 8 The default lib search path order is: 13 4) default search paths embedded in the linker 16 need the search paths to firstly search the shipped nativesdk libs but then also
|
/openbmc/linux/Documentation/kbuild/ |
H A D | kconfig.rst | 11 navigation, search, and other general help text. 202 For search help, enter / followed by TAB-TAB (to highlight 204 regular expressions (regexes) in the search string, so if you 212 is when the search matches the complete symbol name); 226 search results after exiting this new menu. 269 You can search either in the menu entry "prompt" strings 272 Use / to begin a search through the menu entries. This does 275 terminate the search mode. 282 current search results after exiting this new menu. 314 You can also enter a different search string without having [all …]
|