Home
last modified time | relevance | path

Searched refs:search (Results 126 – 150 of 802) sorted by relevance

12345678910>>...33

/openbmc/qemu/migration/
H A Dvmstate.c194 const VMStateField *search) in vmfield_name_num() argument
200 if (!strcmp(field->name, search->name)) { in vmfield_name_num()
201 if (field == search) { in vmfield_name_num()
212 const VMStateField *search) in vmfield_name_is_unique() argument
218 if (!strcmp(field->name, search->name)) { in vmfield_name_is_unique()
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dindex.scss8 @import "content-search";
/openbmc/linux/Documentation/security/keys/
H A Drequest-key.rst105 search notes that the session keyring has auth key V in its bottom level.
107 This will permit it to then search the keyrings of process A with the
152 A search of any particular keyring proceeds in the following fashion:
156 if this denies permission, it doesn't search further.
161 not, the search continues, and the error code is retained if of higher
206 EACCES/EPERM are only returned on a direct search of a specific keyring where
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dwget.py391 m = regex.search(s)
439 m = self.suffix_regex_comp.search(newsuffix)
517 s = dirver_regex.search(dirver)
532 s = dirver_regex.search(line['href'].strip("/"))
624 if not re.search(r"\d+", package):
649 if not dirver_pn_regex.search(dirver):
/openbmc/openbmc/poky/meta/recipes-core/musl/musl/
H A D0002-ldso-Use-syslibdir-and-libdir-as-default-pathes-to-l.patch7 In absence of /etc/ld-musl-$(ARCH).path ldso uses default path to search
14 preprocessor macroses to construct default ldso library search path
/openbmc/linux/Documentation/w1/
H A Dw1-generic.rst94 w1_master_attempts (ro) the number of times a search was attempted
95 w1_master_max_slave_count (rw) maximum number of slaves to search for at a time
112 generally only make sense when searching is disabled, as a search will
118 w1_master_search remains greater than 0 or is -1. Each search attempt
/openbmc/pldm/libpldmresponder/
H A Dplatform.hpp129 auto search = eventHandlers.find(iter->first); local
130 if (search != eventHandlers.end())
132 search->second.insert(std::end(search->second),
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Ldap/
H A DCreate.interface.yaml25 Specifies the base distinguished name to use as search base.
34 Specifies the search scope:subtree, one level or base object.
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/
H A Dlibxml-libxml-perl_2.0134.bb9 HOMEPAGE = "http://search.cpan.org/dist/XML-LibXML-1.99/"
25 SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXML-${PV}.tar.gz;name=libxml \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A D0001-Fix-buildpaths-warning.patch33 AC_DEFINE_UNQUOTED(MODULE_PATH, "$module_path", [module search path])
34 AC_DEFINE_UNQUOTED(JAVA_MODULE_PATH, "$java_module_path", [java module search path])
/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_sip.h64 const char *search; member
79 .search = (__search), \
/openbmc/openbmc/meta-phosphor/classes/
H A Dphosphor-debug-collector.bbclass36 revalue = re.search('[0-9]+.[0-9]+', line)
41 #Regex search to identify which directories get softlinks to the script
/openbmc/sdbusplus/tools/sdbusplus/
H A Dservicename.py27 if re.search("[^a-zA-Z0-9_]", s):
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/
H A Dsmack.py43 m = re.search('(access=")\S+(?=")', output)
66 m= re.search('(execute=")\S+(?=")', output)
89 m = re.search('(mmap=")\S+(?=")', output)
111 m = re.search('(transmute=")\S+(?=")', output)
H A Daide.py23 match = re.search('Number of entries:', output)
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool_synctypes.py37 array_start = re.search(start_marker, self.reader.read())
54 capture = pattern.search(line)
89 capture = pattern.search(line)
111 if re.search(end_marker, line):
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dsecurity-subjects.rst179 …- Ross Burton: <ross@burtonini.com> `Public key <https://keys.openpgp.org/search?q=ross%40burtoni…
182 `Public key <https://pgp.mit.edu/pks/lookup?op=vindex&search=0x3373170601861969>`__
183 …or `Public key <https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xd1f2407285e571ed12a407a733…
185 …ichard.purdie@linuxfoundation.org> `Public key <https://keys.openpgp.org/search?q=richard.purdie%4…
187 …bczynska [at] syslinbit [dot] com> `Public key <https://keys.openpgp.org/search?q=marta.rybczynska…
189 …- Steve Sakoman: <steve [at] sakoman [dot] com> `Public key <https://keys.openpgp.org/search?q=st…
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys_python.py236 for variable, search, replace in self.replacements:
240 def replace_value(search, replace, value): argument
242 if re.search(search, value):
245 new_value = re.sub(search, replace, value)
252 new_value = replace_value(search, replace, value)
261 new_value = replace_value(search, replace, a_value)
270 new_value = replace_value(search, replace, a_value)
/openbmc/openbmc/meta-raspberrypi/docs/
H A Dindex.rst26 * :ref:`search`
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/
H A Dcontext.py31 if pat.search(p):
116 m = re.search('environment-setup-(.*)', env)
/openbmc/openbmc-test-automation/gui/test/server_health/
H A Dtest_obmc_gui_hardware_status.robot45 [Documentation] Verify search text input allowed from "Hardware status"
57 [Documentation] Verify search text allowed to clear from "Hardware status"
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A Dfixinstall.patch45 # search path.
70 # search path.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/
H A Dlibhugetlbfs_git.bb17 file://libhugetlbfs-avoid-search-host-library-path-for-cros.patch \
20 file://libhugetlbfs-elf_i386-avoid-search-host-library-path.patch \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/
H A D0001-cmake-Use-idirafter-instead-of-isystem.patch18 … This usually means that your header search paths are not configured properly. The …
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlinuxloader.bbclass22 elif re.search("i.86", targetarch):
57 elif re.search("i.86", targetarch):

12345678910>>...33