/openbmc/linux/drivers/md/bcache/ |
H A D | bcache.h | 221 struct search; 277 int (*cache_miss)(struct btree *b, struct search *s, 540 mempool_t search; member
|
H A D | alloc.c | 566 const struct bkey *search, in pick_data_bucket() argument 574 UUID_FLASH_ONLY(&c->uuids[KEY_INODE(search)])) in pick_data_bucket() 576 else if (!bkey_cmp(&ret->key, search)) in pick_data_bucket()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
H A D | 0006-Avoid-searching-host-dirs.patch | 6 Don't search the hardcoded host dirs to avoid 35 dnl # The default directories we search in (in addition to the compilers search path)
|
/openbmc/webui-vue/src/views/Logs/Dumps/ |
H A D | Dumps.vue | 16 <search 18 @change-search="onChangeSearchInput" 19 @clear-search="onClearSearchInput"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tokyocabinet/tokyocabinet/ |
H A D | remove-hard-coded-include-and-lib-paths.patch | 4 These paths will cause Makefile to search host path when doing cross-compiling.
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | newcustomimage_modal.js | 134 if (nameInput.val().search(/[^a-z|0-9|-]/) != -1){
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcapture/ |
H A D | libcapture-tiny-perl_0.48.bb | 11 HOMEPAGE = "http://search.cpan.org/~dagolden/Capture-Tiny/"
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/geary/geary/ |
H A D | 0001-meson-Use-PKG_CONFIG_SYSROOT_DIR-when-using-pkg-conf.patch | 32 # We need to add native lib to the search path for these so Flatpak
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/ |
H A D | libnet-dns-perl_1.40.bb | 10 SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz"
|
/openbmc/linux/Documentation/sphinx/ |
H A D | kernel_feat.py | 103 match = line_regex.search(line)
|
H A D | kernel_abi.py | 112 match = line_regex.search(line)
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-fs-ext4 | 23 will search to find the best extent 30 will search to find the best extent
|
/openbmc/linux/Documentation/RCU/ |
H A D | rcu.rst | 71 listRCU.rst has more information on where this name came from, search 77 search for the string "Patent" in Documentation/RCU/RTFP.txt to find them.
|
/openbmc/linux/Documentation/power/ |
H A D | opp.rst | 59 -> queries to search/retrieve information -> 132 to search the OPP list that OPP library internally manages. These search 161 This is the only search function that operates on OPPs which are 251 retrieved using the search functions, the following functions can be used by SoC
|
/openbmc/linux/Documentation/core-api/ |
H A D | maple_tree.rst | 15 be simple to use and does not require a user written search method. It 56 but allows the user to search for a gap of a given size or larger from either 72 You can search for an entry from an index upwards by using mt_find(). 185 If you wish to search for a gap within a range, then mas_empty_area()
|
/openbmc/linux/Documentation/driver-api/firmware/ |
H A D | direct-fs-lookup.rst | 7 filesystem in the paths documented in the section 'Firmware search paths'.
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libterm/ |
H A D | libterm-readkey-perl_2.38.bb | 9 HOMEPAGE = "http://search.cpan.org/~jstowe/TermReadKey-${PV}"
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmodule/ |
H A D | libmodule-runtime-perl_0.016.bb | 17 HOMEPAGE = "http://search.cpan.org/~zefram/Module-Runtime/"
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | types.py | 63 def search(self, string, flags=0): member in NoMatch
|
/openbmc/openbmc/poky/scripts/lib/checklayer/cases/ |
H A D | common.py | 34 if re.search('README', data, re.IGNORECASE):
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/libspatialite/libspatialite/ |
H A D | libspatialite_geos.patch | 16 - # GEOSCONFIG was not specified, so search within the current path
|
/openbmc/openbmc/poky/meta/recipes-extended/groff/files/ |
H A D | groff-not-search-fonts-on-build-host.patch | 5 build host. It causes non-determinism issue. So not search font dirs on host.
|
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/ |
H A D | cp_stop_check | 233 pel_match = re.search(".*SRC.*" + stop_pel + ".*", pel_all)
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/ |
H A D | functional_helpers.py | 94 project_url=re.search(r"(projectPageUrl\s:\s\")(.*)(\",)",rc)
|
H A D | test_create_new_project.py | 68 self.assertTrue(re.search(
|