| /openbmc/openbmc-test-automation/bin/ |
| H A D | python | 43 local candidate 76 for candidate in ${candidates} 78 if [ -L "${candidate}" ] ; then 80 base_file_path=$(readlink "${candidate}")
|
| H A D | select_version | 43 local candidate 76 for candidate in ${candidates} 78 if [ -L "${candidate}" ] ; then 80 base_file_path=$(readlink "${candidate}")
|
| H A D | robot | 43 local candidate 76 for candidate in ${candidates} 78 if [ -L "${candidate}" ] ; then 80 base_file_path=$(readlink "${candidate}")
|
| /openbmc/openbmc-build-scripts/config/lib/ |
| H A D | ignore-filter | 38 candidate = c.strip() variable 41 pathlib.PurePath(candidate).parts, os.path.join 47 print(candidate)
|
| /openbmc/qemu/hw/i2c/ |
| H A D | i2c_mux_pca954x.c | 67 static bool pca954x_match(I2CSlave *candidate, uint8_t address, in OBJECT_DECLARE_TYPE() 71 Pca954xState *mux = PCA954X(candidate); in OBJECT_DECLARE_TYPE() 76 if ((candidate->address == address) || broadcast) { in OBJECT_DECLARE_TYPE() 78 node->elt = candidate; in OBJECT_DECLARE_TYPE()
|
| H A D | core.c | 88 I2CSlave *candidate = I2C_SLAVE(qdev); in i2c_scan_bus() local 89 I2CSlaveClass *sc = I2C_SLAVE_GET_CLASS(candidate); in i2c_scan_bus() 91 if (sc->match_and_add(candidate, address, broadcast, current_devs)) { in i2c_scan_bus() 390 static bool i2c_slave_match(I2CSlave *candidate, uint8_t address, in i2c_slave_match() argument 393 if ((candidate->address == address) || (broadcast)) { in i2c_slave_match() 395 node->elt = candidate; in i2c_slave_match()
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | parselogs.py | 23 candidate = pathlib.Path(path) / resource 24 if candidate.exists(): 25 return candidate.open(encoding='utf-8') 61 …for candidate in ["common", cls.td.get("TARGET_ARCH")] + cls.td.get("MACHINEOVERRIDES").split(":"):
|
| /openbmc/qemu/bsd-user/ |
| H A D | bsdload.c | 133 static bool is_there(const char *candidate) in is_there() argument 138 if (access(candidate, X_OK) == 0 && stat(candidate, &fin) == 0 && in is_there()
|
| /openbmc/webui-vue/src/ |
| H A D | i18n.js | 32 candidates.forEach((candidate) => { 34 if (!key.includes(`/${candidate}/`)) return;
|
| /openbmc/openbmc/poky/scripts/contrib/ |
| H A D | patchreview.py | 211 def find_layers(candidate): argument 218 if (candidate / "conf" / "layer.conf").exists(): 219 return [candidate.absolute()] 221 …return [d.absolute() for d in candidate.iterdir() if d.is_dir() and (d.name == "meta" or d.name.st…
|
| /openbmc/qemu/hw/i3c/ |
| H A D | core.c | 81 static bool i3c_target_match(I3CTarget *candidate, uint8_t address, in i3c_target_match() argument 85 uint8_t targ_addr = candidate->address ? candidate->address : in i3c_target_match() 86 candidate->static_address; in i3c_target_match() 91 object_get_canonical_path(OBJECT(candidate)); in i3c_target_match() 102 return candidate->address == 0; in i3c_target_match()
|
| /openbmc/qemu/block/ |
| H A D | vhdx-log.c | 676 VHDXLogSequence candidate = { 0 }; in vhdx_log_search() local 726 if (candidate.valid == false || in vhdx_log_search() 727 current.hdr.sequence_number > candidate.hdr.sequence_number) { in vhdx_log_search() 728 candidate = current; in vhdx_log_search() 737 *logs = candidate; in vhdx_log_search() 739 if (candidate.valid) { in vhdx_log_search() 741 s->log.sequence = candidate.hdr.sequence_number + 1; in vhdx_log_search()
|
| H A D | quorum.c | 409 QuorumVoteVersion *candidate, *winner = NULL; in quorum_get_vote_winner() local 411 QLIST_FOREACH(candidate, &votes->vote_list, next) { in quorum_get_vote_winner() 412 if (candidate->vote_count > max) { in quorum_get_vote_winner() 413 max = candidate->vote_count; in quorum_get_vote_winner() 414 winner = candidate; in quorum_get_vote_winner()
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
| H A D | __init__.py | 102 for candidate in candidates: 103 if candidate in candidate_set: 104 return candidate
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | license.py | 367 for candidate in acceptlist: 368 if flag_pn == candidate: 378 for candidate in acceptlist: 379 if flag_cur == candidate:
|
| H A D | path.py | 313 candidate = os.path.join(element, pathname) 314 globbed = glob.glob(candidate)
|
| /openbmc/qemu/scripts/coccinelle/ |
| H A D | tcg_gen_extract.cocci | 69 debug("candidate at %s:%s" % (shr_p[0].file, shr_p[0].line)) 79 debug(" candidate %s optimizable" % ("IS" if is_optimizable else "is NOT"))
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | recipe_sanity.bbclass | 96 __note("candidate for removal of %s" % k, d) 105 (can_delete_FILESPATH, "candidate for removal of FILESPATH"), 106 #(can_use_autotools_base, "candidate for use of autotools_base"),
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | image-postinst-intercepts.bbclass | 7 # Gather existing and candidate postinst intercepts from BBPATH
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/ |
| H A D | 0010-clang-Define-releative-gcc-installation-dir.patch | 37 Found candidate GCC installation: /usr/lib/gcc/x86_64-wrs-linux/10.2.0 44 Found candidate GCC installation: /usr/lib/gcc/x86_64-wrs-linux/10.2.0 45 Found candidate GCC installation: /usr/lib/x86_64-wrs-linux/10.2.0
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin/ |
| H A D | convert-gulong.patch | 7 | ../../xfce4-systemload-plugin-1.3.2/panel-plugin/network.cc:42:1: note: candidate function not vi…
|
| /openbmc/qemu/docs/devel/ |
| H A D | stable-process.rst | 29 (or for a distribution picking fixes), it is usually a good candidate 67 a git branch with a release candidate and send the patches out to
|
| H A D | trivial-patches.rst | 21 **You should hint that your patch is a candidate by CCing
|
| /openbmc/qemu/include/hw/i2c/ |
| H A D | i2c.h | 55 bool (*match_and_add)(I2CSlave *candidate, uint8_t address, bool broadcast,
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | codeparser.py | 540 for candidate in candidates: 541 if len(candidate) >= 2: 542 if candidate[0] in ('`', '$('): 543 command = pyshlex.wordtree_as_string(candidate[1:-1])
|