/openbmc/linux/drivers/md/bcache/ |
H A D | bset.c | 940 const struct bkey *search) in bset_search_write_set() argument 960 const struct bkey *search) in bset_search_tree() argument 1016 const struct bkey *search) in __bch_bset_search() argument 1052 i = bset_search_tree(t, search); in __bch_bset_search() 1057 i = bset_search_write_set(t, search); in __bch_bset_search() 1065 search) > 0); in __bch_bset_search() 1068 bkey_cmp(i.r, search) <= 0); in __bch_bset_search() 1072 bkey_cmp(i.l, search) <= 0) in __bch_bset_search() 1105 struct bkey *search, in __bch_btree_iter_stack_init() argument 1118 ret = bch_bset_search(b, start, search); in __bch_btree_iter_stack_init() [all …]
|
H A D | util.h | 476 #define RB_SEARCH(root, search, member, cmp) \ argument 479 typeof(&(search)) this, ret = NULL; \ 483 this = container_of(n, typeof(search), member); \ 484 res = cmp(&(search), this); \ 496 #define RB_GREATER(root, search, member, cmp) \ argument 499 typeof(&(search)) this, ret = NULL; \ 503 this = container_of(n, typeof(search), member); \ 504 res = cmp(&(search), this); \
|
/openbmc/openpower-hw-diags/util/ |
H A D | data_file.cpp | 19 std::regex search{i_matchString}; in findFiles() local 23 if (std::regex_search(filename, search)) in findFiles()
|
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/ |
H A D | sssd.py | 23 match = re.search('ConfDB initialization has failed', output) 32 match = re.search('No domains configured, fatal error!', output)
|
H A D | samhain.py | 30 match = re.search('FAILED: 0 ', output) 39 match = re.search('FAILED: 0 ', output)
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libproc/ |
H A D | libproc-waitstat-perl_1.00.bb | 5 HOMEPAGE = "http://search.cpan.org/~rosch/Proc-WaitStat/" 15 SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/Proc-WaitStat-${PV}.tar.gz"
|
/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 …]
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal/ |
H A D | 0001-meson-add-option-to-set-dbus_interfacedir.patch | 50 'terminal-search-provider.cc', 51 'terminal-search-provider.hh', 55 'terminal-search-provider-gdbus-generated',
|
/openbmc/openbmc/poky/meta/lib/patchtest/ |
H A D | utils.py | 136 match = pattern.search(subject) 149 re.search(r'^v\d+', lbranch) or \ 150 re.search(r'^\d+/\d+', lbranch)
|
/openbmc/entity-manager/scripts/ |
H A D | autojson.py | 48 single = CommentTracker.single_line_pattern.search(line) 54 multi_start = CommentTracker.multi_line_start_pattern.search(line) 65 multi_end = CommentTracker.multi_line_end_pattern.search(
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libconfig-tiny/ |
H A D | libconfig-tiny-perl_2.30.bb | 6 HOMEPAGE = "https://search.cpan.org/dist/Config-Tiny" 16 SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Config-Tiny-${PV}.tgz"
|
/openbmc/openbmc-test-automation/gui/gui_test/hardware_status_menu/ |
H A D | test_sensors_sub_menu.robot | 15 ${xpath_sensors_search} //input[contains(@class,"search-input")] 21 ${xpath_clear_search_input} //*[@title="Clear search input"] 51 [Documentation] Verify search text input allowed from "Sensors" page. 74 [Documentation] Input invalid text in sensor search and verify error message. 81 Page Should Contain No items match the search query
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libenv/ |
H A D | libenv-perl_1.04.bb | 6 HOMEPAGE = "http://search.cpan.org/~flora/Env/" 12 SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Env-${PV}.tar.gz"
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdigest/ |
H A D | libdigest-sha1-perl_2.13.bb | 3 HOMEPAGE = "http://search.cpan.org/~gaas/Digest-SHA1-2.13/" 9 SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-${PV}.tar.gz \
|
H A D | libdigest-hmac-perl_1.03.bb | 3 HOMEPAGE = "http://search.cpan.org/~gaas/Digest-HMAC-1.03/" 11 SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-${PV}.tar.gz \
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | runqemu | 374 elif re.search('\\.bin$', p) or re.search('bzImage', p) or \ 375 re.search('zImage', p) or re.search('vmlinux', p) or \ 376 re.search('fitImage', p) or re.search('uImage', p): 388 m = re.search('.*\\.(.*)$', self.rootfs) 409 elif os.path.isdir(p) or re.search(':', p) and re.search('/', p): 427 elif re.search('/', arg): 553 elif os.path.exists(arg) or (re.search(':', arg) and re.search('/', arg)): 555 elif re.search(r'-image-|-image$', arg): 822 s = re.search('-m +([0-9]+)', self.qemuparams) 1339 match = re.match(search, self.rootfs) [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | runqemu | 374 elif re.search('\\.bin$', p) or re.search('bzImage', p) or \ 375 re.search('zImage', p) or re.search('vmlinux', p) or \ 376 re.search('fitImage', p) or re.search('uImage', p): 388 m = re.search('.*\\.(.*)$', self.rootfs) 409 elif os.path.isdir(p) or re.search(':', p) and re.search('/', p): 427 elif re.search('/', arg): 553 elif os.path.exists(arg) or (re.search(':', arg) and re.search('/', arg)): 555 elif re.search(r'-image-|-image$', arg): 822 s = re.search('-m +([0-9]+)', self.qemuparams) 1339 match = re.match(search, self.rootfs) [all …]
|
/openbmc/phosphor-ipmi-blobs/example/ |
H A D | example.cpp | 20 auto search = sessions.find(id); in getSession() local 21 if (search == sessions.end()) in getSession() 27 return &search->second; in getSession()
|
/openbmc/pldm/libpldmresponder/ |
H A D | fru_parser.cpp | 153 auto search = recordMap.find(dbusIntfName); in setupFruRecordMap() local 160 if (search != recordMap.end()) in setupFruRecordMap() 162 search->second.emplace_back(std::move(fruInfo)); in setupFruRecordMap()
|
/openbmc/linux/drivers/firmware/google/ |
H A D | Kconfig | 33 kernel to search for Coreboot CBMEM entries, and expose the 56 This option enables the kernel to search for a firmware log in 65 This option enables the kernel to search for a framebuffer in 73 This option enables the kernel to search for a firmware log in
|
/openbmc/entity-manager/src/ |
H A D | utils.cpp | 58 std::regex search(matchString); in findFiles() local 63 if (std::regex_search(path, match, search)) in findFiles() 76 std::regex search(matchString); in findFiles() local 88 if (std::regex_search(path, match, search)) in findFiles() 381 std::regex search(probe); in match() local 383 return std::regex_search(value, regMatch, search); in match()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/ |
H A D | 0001-libpcap-search-sysroot-for-headers.patch | 4 Subject: [PATCH] libpcap: search sysroot for headers 7 the search path at the sysroot instead.
|
/openbmc/linux/Documentation/w1/ |
H A D | w1-netlink.rst | 11 is found either due to automatic or requested search. 33 device (search/alarm search) 51 W1_CMD_SEARCH - search command 52 W1_CMD_ALARM_SEARCH - alarm search command 100 W1 search and alarm search commands. 202 read/write/search commands for all master/slave devices found on the bus.
|
/openbmc/openbmc/poky/meta/recipes-core/readline/files/ |
H A D | inputrc | 39 # alternate mappings for "page up" and "page down" to search the history 40 # "\e[5~": history-search-backward 41 # "\e[6~": history-search-forward
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | verify_sig_setup.sh | 58 keyctl unlink $(keyctl search @s asymmetric ebpf_testing_key) @s 59 keyctl unlink $(keyctl search @s keyring ebpf_testing_keyring) @s
|