Home
last modified time | relevance | path

Searched refs:search (Results 26 – 50 of 801) sorted by relevance

12345678910>>...33

/openbmc/docs/architecture/
H A Dobject-mapper.md27 - param: interfaces - an optional list of interfaces to constrain the search to
66 - param: subtree - the root of the tree. Using "/" will search the whole tree
67 - param: depth - the maximum depth of the tree past the root to search. Use 0 to
68 search all
69 - param: interfaces - an optional list of interfaces to constrain the search to
129 - param: subtree - the root of the tree. Using "/" will search the whole tree
131 search all
197 - param: subtree - the root of the tree. Using "/" will search the whole tree
199 search all
232 - param: subtree - the root of the tree. Using "/" will search the whole tree
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libreport/files/
H A D0002-configure.ac-remove-prog-test-of-xmlto-and-asciidoc.patch32 - [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-tools/sensor_yaml_config/
H A Dsensor_yaml_config.py161 dimmconn = re.search(r"dimmconn-\d+", p).group()
162 dimmId = re.search(r"\d+", dimmconn).group()
186 socket = re.search(r"\d+", splitted[4]).group()
187 core = re.search(r"\d+", splitted[9]).group()
194 core = re.search(r"\d+", name).group()
205 r = re.search(r"\d+", name)
210 r = re.search(r"_[A|B|C|D]", name).group()[-1]
278 m = re.search(r"p\d+_core\d+_temp", p)
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/
H A Dtripwire.py23 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/openbmc/meta-openembedded/contrib/
H A Doe-stylize.py278 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/linux/scripts/dummy-tools/
H A Dld12 search="$1"
17 if [ "$search" = "$1" ]; then
H A Dnm12 search="$1"
17 if [ "$search" = "$1" ]; then
H A Dobjcopy12 search="$1"
17 if [ "$search" = "$1" ]; then
H A Dgcc39 search="$1"
44 if [ "$search" = "$1" ]; then
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dspectral.c514 __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()
530 __le32_to_cpu(search->info2)); in ath11k_spectral_pull_search()
532 __le32_to_cpu(search->info2)); in ath11k_spectral_pull_search()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libssh/libssh/
H A D0001-tests-CMakeLists.txt-do-not-search-ssh-sshd-commands.patch4 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/drivers/w1/
H A DKconfig25 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 Dcontent-search.scss2 // content search
30 background: url("../assets/images/icon-search.svg") center center no-repeat;
42 .search-submit__wrapper {
/openbmc/linux/Documentation/sphinx/
H A Dmaintainers_include.py73 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/Documentation/ABI/testing/
H A Dsysfs-bus-iio-adc-envelope-detector7 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/net/netfilter/
H A Dnf_conntrack_ftp.c71 } 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/openbmc/poky/meta/recipes-kernel/perf/perf/
H A Dsort-pmuevents.py38 preamble = re.search( preamble_regex, data )
55 cpuid = re.search( cpuid_regex, entry )
60 name = re.search( name_regex, entry )
/openbmc/linux/scripts/coccinelle/api/alloc/
H A Dalloc_cast.cocci49 if m.search(t) != None:
72 if m.search(t) != None:
109 if m.search(t) != None:
119 if m.search(t) != None:
/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/
H A DvalgrindPlugin.py130 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/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0003-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch8 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/openbmc/meta-arm/ci/
H A Dpatchreview85 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/linux/drivers/regulator/
H A Dof_regulator.c454 struct device_node *search, *child; in regulator_of_get_init_node() local
461 search = of_get_child_by_name(dev->of_node, in regulator_of_get_init_node()
464 search = of_node_get(dev->of_node); in regulator_of_get_init_node()
466 if (!strcmp(desc->of_match, search->name)) in regulator_of_get_init_node()
467 return search; in regulator_of_get_init_node()
470 if (!search) { in regulator_of_get_init_node()
476 for_each_available_child_of_node(search, child) { in regulator_of_get_init_node()
486 of_node_put(search); in regulator_of_get_init_node()
495 of_node_put(search); in regulator_of_get_init_node()
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libipc/
H A Dlibipc-signal-perl_1.00.bb5 HOMEPAGE = "http://search.cpan.org/~rosch/IPC-Signal-1.00/"
13 SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/IPC-Signal-${PV}.tar.gz"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dlibconfig-general-perl_2.65.bb2 HOMEPAGE = "http://search.cpan.org/dist/Config-General/"
9 SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TL/TLINDEN/${SRCNAME}-${PV}.tar.gz"
/openbmc/openbmc/poky/scripts/contrib/
H A Dpatchreview.py72 match = sob_re.search(content)
83 match = status_re.search(content)
98 if cve_re.search(patch) or cve_re.search(content):
99 if not cve_tag_re.search(content):

12345678910>>...33