| /openbmc/openbmc/meta-security/recipes-security/redhat-security/ |
| H A D | redhat-security_1.0.bb | 7 SRC_URI = "file://find-chroot-py.sh \ 8 file://find-chroot.sh \ 9 file://find-elf4tmp.sh \ 10 file://find-execstack.sh \ 11 file://find-hidden-exec.sh \ 12 file://find-nodrop-groups.sh \ 13 file://find-sh4errors.sh \ 14 file://find-sh4tmp.sh \ 26 install -m 0755 ${S}/find-chroot-py.sh ${D}${bindir} 27 install -m 0755 ${S}/find-chroot.sh ${D}${bindir} [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/ |
| H A D | 0017-clang-Use-python3-in-python-scripts.patch | 12 .../find-all-symbols/tool/run-find-all-symbols.py | 2 +- 16 …ang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py b/clang-tools-extra/clang-include-… 18 --- a/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py 19 +++ b/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py 24 # =- run-find-all-symbols.py - Parallel find-all-symbols runner -*- python -*-=#
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/ |
| H A D | test_project_page.py | 59 # (and so we can find the row in the ToasterTable corresponding to 95 finder = lambda driver: self.find(f'#{edit_btn_id}') 103 check_box = self.find(f'#{check_box_id}') 108 self.find( 116 self.find( 124 self.find( 132 self.find( 139 config_nav = self.find('#config-nav') 178 recipe_input = self.find(f'#{input_selector}') 180 self.find(f'#{searchBtn_selector}').click() [all …]
|
| H A D | test_project_page_tab_config.py | 35 search_box = self.find('#build-input') 37 self.find('#build-button').click() 69 config_nav = self.find('#config-nav') 93 config_nav = self.find('#config-nav') 151 check_box = self.find(f'#{check_box_id}') 156 self.find( 164 self.find( 172 self.find( 180 self.find( 193 edit_column = self.find('#edit-columns-button') [all …]
|
| /openbmc/phosphor-gpio-monitor/multi-presence/ |
| H A D | main.cpp | 88 if (obj.find("LineName") == obj.end()) in main() 94 if (obj.find("GpioNum") == obj.end() || in main() 95 obj.find("ChipId") == obj.end()) in main() 97 lg2::error("Failed to find line name or gpio number: {FILE}", in main() 112 /* Find the GPIO line */ in main() 120 lg2::error("Failed to find the {GPIO}", "GPIO", lineMsg); in main() 125 if (obj.find("Inventory") == obj.end()) in main() 135 if (obj.find("Name") == obj.end()) in main() 146 if (obj.find("Bias") != obj.end()) in main() 149 auto findBias = phosphor::gpio::biasMap.find(biasName); in main() [all …]
|
| /openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/flash/phosphor-software-manager/ |
| H A D | firmware_update.sh | 38 IMAGE=$(find "${IMG_PATH}" -type f \( -name "*.img" -o -name "*.bin" -o -name "*.rom" \)) 43 IMAGE=$(find "${IMG_PATH}" -type f \( -name "*.img" -o -name "*.bin" -o -name "*.rom" \)) 48 …IMAGE=$(find "${IMG_PATH}" -type f \( -name "*.img" -o -name "*.slim" -o -name "*.rom" -o -name "*… 53 …IMAGE=$(find "${IMG_PATH}" -type f \( -name "*.img" -o -name "*.slim" -o -name "*.rom" -o -name "*… 58 IMAGE=$(find "${IMG_PATH}" -type f \( -name "*.bin" \)) 64 IMAGE=$(find "${IMG_PATH}" -type f \( -name "*.bin" \)) 69 IMAGE=$(find "${IMG_PATH}" -type f \( -name "*.jed" -o -name "*.bin" \)) 73 IMAGE=$(find "${IMG_PATH}" -type f \( -name "*.jed" -o -name "*.bin" \)) 77 IMAGE=$(find "${IMG_PATH}" -type f \( -name "*.jed" -o -name "*.bin" \))
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
| H A D | check_build_completeness.py | 5 necessary_bits = logfile.find("The necessary bits to build these optional modules were not found") 6 to_find_bits = logfile.find("To find the necessary bits, look in setup.py in detect_modules() for t… 10 failed_to_build = logfile.find("Failed to build these modules:") 12 failed_to_build_end = logfile.find("\n\n", failed_to_build)
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_all_builds_page.py | 115 # (and so we can find the row in the ToasterTable corresponding to 180 cell = self.find('td[class="target"]') 296 search_box = self.find('#search-input-allbuildstable') 301 search_btn = self.find('#search-submit-allbuildstable') 312 edit_column = self.find('#edit-columns-button') 317 filter_fails_task_checkbox = self.find('#checkbox-failed_tasks') 330 failed_tasks_filter = self.find('#failed_tasks_filter') 335 self.find('#filter-modal-allbuildstable').is_displayed()) 337 build_without_failure_tasks = self.find( 341 self.find('#filter-modal-allbuildstable .btn-primary').click() [all …]
|
| H A D | selenium_helpers_base.py | 50 …chrome_path = os.popen("find ~/.cache/selenium/chrome/ -name 'chrome' -type f -print -quit").read(… 52 pytest.exit(f"Failed to install/find chrome.\n{exit_message}") 53 …chromedriver_path = os.popen("find ~/.cache/selenium/chromedriver/ -name 'chromedriver' -type f -p… 55 pytest.exit(f"Failed to install/find chromedriver.\n{exit_message}") 195 def find(self, selector): member in SeleniumTestCaseBase 196 """ Find single element by CSS selector """ 200 """ Find all elements matching CSS selector """ 216 is_present = lambda driver: self.find(selector) 223 is_visible = lambda driver: self.find(selector).is_displayed() 226 return self.find(selector) [all …]
|
| /openbmc/phosphor-pid-control/pid/ |
| H A D | buildjson.cpp | 40 auto findTempToMargin = j.find("tempToMargin"); in from_json() 46 auto findMissingAcceptable = j.find("missingIsAcceptable"); in from_json() 61 auto checkHysterWithSetpt = p.find("checkHysteresisWithSetpoint"); in from_json() 62 auto positiveHysteresis = p.find("positiveHysteresis"); in from_json() 63 auto negativeHysteresis = p.find("negativeHysteresis"); in from_json() 64 auto derivativeCoeff = p.find("derivativeCoeff"); in from_json() 86 auto failSafePercent = j.find("FailSafePercent"); in from_json() 128 auto reading = p.find("reading"); in from_json() 134 auto n = r.find(std::to_string(i)); in from_json() 142 auto output = p.find("output"); in from_json() [all …]
|
| /openbmc/u-boot/test/py/tests/ |
| H A D | test_avb.py | 36 assert response.find(success_str) 50 assert response.find('is current device') 58 start_pt = line.find('"') 59 end_pt = line.find('"', start_pt + 1) 103 assert response.find('is current device') 106 assert response.find('read: OK') 113 assert response.find('Read 512 bytes') 118 assert response.find('64 word')
|
| /openbmc/phosphor-gpio-monitor/ |
| H A D | gpioMonMain.cpp | 88 if (obj.find("LineName") == obj.end()) in main() 94 if (obj.find("GpioNum") == obj.end() || in main() 95 obj.find("ChipId") == obj.end()) in main() 97 lg2::error("Failed to find line name or gpio number: {FILE}", in main() 112 /* Find the GPIO line */ in main() 120 lg2::error("Failed to find the {GPIO}", "GPIO", lineMsg); in main() 127 if (obj.find("EventMon") != obj.end()) in main() 130 auto findEvent = phosphor::gpio::polarityMap.find(eventStr); in main() 142 if (obj.find("Continue") != obj.end()) in main() 151 if (obj.find("Target") != obj.end()) in main() [all …]
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/ |
| H A D | xorg-font-common.inc | 24 find ${D}${libdir}/X11/fonts -type f -name fonts.dir | xargs rm -f 25 find ${D}${libdir}/X11/fonts -type f -name fonts.scale | xargs rm -f 26 find ${D}${datadir}/fonts/X11 -type f -name fonts.dir | xargs rm -f 27 find ${D}${datadir}/fonts/X11 -type f -name fonts.scale | xargs rm -f 34 for fontdir in `find $D/usr/lib/X11/fonts -type d`; do 38 for fontdir in `find $D/usr/share/fonts/X11 -type d`; do
|
| /openbmc/u-boot/drivers/sound/ |
| H A D | rockchip_sound.c | 57 log_debug("Failed to find /cpu subnode\n"); in rockchip_sound_probe() 63 log_debug("Cannot find i2s phandle: %d\n", ret); in rockchip_sound_probe() 68 log_debug("Cannot find i2s: %d\n", ret); in rockchip_sound_probe() 74 log_debug("Failed to find /codec subnode\n"); in rockchip_sound_probe() 80 log_debug("Cannot find codec phandle: %d\n", ret); in rockchip_sound_probe() 86 log_debug("Cannot find audio codec: %d\n", ret); in rockchip_sound_probe() 91 log_debug("Cannot find clock: %d\n", ret); in rockchip_sound_probe() 96 log_debug("Cannot find clock: %d\n", ret); in rockchip_sound_probe() 101 debug("%s: Cannot find pinctrl device\n", __func__); in rockchip_sound_probe()
|
| /openbmc/phosphor-objmgr/src/ |
| H A D | associations.cpp | 16 auto iface = assocMaps.ifaces.find(assocPath); in updateEndpointsOnDbus() 62 auto iface = assocMaps.ifaces.find(assocPath); in scheduleUpdateEndpointsOnDbus() 94 // Use associationOwners to find the association paths and endpoints in removeAssociation() 103 // Find the services that have associations for this object path in removeAssociation() 104 auto owners = assocMaps.owners.find(sourcePath); in removeAssociation() 110 // Find the association paths and endpoints owned by this object in removeAssociation() 112 auto assocs = owners->second.find(owner); in removeAssociation() 142 auto assoc = assocMaps.ifaces.find(assocPath); in removeAssociationEndpoints() 152 auto e = std::find(endpointsInDBus.begin(), endpointsInDBus.end(), in removeAssociationEndpoints() 169 // Find the services that have associations on this path. in checkAssociationEndpointRemoves() [all …]
|
| /openbmc/openbmc/poky/meta/recipes-kernel/lttng/ |
| H A D | babeltrace2_2.1.1.bb | 55 for d in $(find "${S}/tests" -type d -printf '%P ') ; do 57 find "${S}/tests/$d" -maxdepth 1 -executable -type f \ 59 find "${S}/tests/$d" -maxdepth 1 -name *.sh \ 61 find "${S}/tests/$d" -maxdepth 1 -name *.py \ 63 find "${S}/tests/$d" -maxdepth 1 -name *.expect \ 65 find "${S}/tests/$d" -maxdepth 1 -name *.ref \ 67 find "${S}/tests/$d" -maxdepth 1 -name *.mctf \ 69 find "${S}/tests/$d" -maxdepth 1 -name *.json \ 78 for d in $(find "${B}/tests" -type d -not -name .libs -printf '%P ') ; do 80 find "${B}/tests/$d" -maxdepth 1 -executable -type f \ [all …]
|
| /openbmc/phosphor-pid-control/sensors/ |
| H A D | build_utils.cpp | 23 if (path.find(sysfs) != std::string::npos) in getWriteInterfaceType() 29 if (path.find(openbmc_sensor) != std::string::npos) in getWriteInterfaceType() 44 if (path.find(external_sensor) != std::string::npos) in getReadInterfaceType() 49 if (path.find(openbmc_sensor) != std::string::npos) in getReadInterfaceType() 54 if (path.find(sysfs) != std::string::npos) in getReadInterfaceType()
|
| H A D | buildjson.cpp | 26 auto writePath = j.find("writePath"); in from_json() 45 auto ignore = j.find("ignoreDbusMinMax"); in from_json() 51 auto findunAsF = j.find("unavailableAsFailed"); in from_json() 57 auto findIgnoreIfHostOff = j.find("ignoreFailIfHostOff"); in from_json() 64 auto min = j.find("min"); in from_json() 78 auto max = j.find("max"); in from_json() 92 auto timeout = j.find("timeout"); in from_json()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/ |
| H A D | fix-libusb-paths.patch | 55 …AC_CHECK_LIB([pthread], [pthread_create], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot find libpthread su… 57 …AC_CHECK_LIB([cups], [cupsDoFileRequest], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot find libcups suppo… 58 AC_CHECK_HEADERS(cups/cups.h, ,[AC_MSG_ERROR([cannot find cups-devel support], 3)]) 60 - AC_CHECK_LIB([usb], [usb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot find libusb support], … 61 - AC_CHECK_HEADERS(usb.h, ,[AC_MSG_ERROR([cannot find libusb-devel support], 11)]) 64 - AC_CHECK_LIB([usb-1.0], [libusb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot find libusb 1.0… 65 - AC_CHECK_HEADERS(libusb-1.0/libusb.h, ,[AC_MSG_ERROR([cannot find libusb-1.0-devel support],…
|
| /openbmc/dbus-sensors/src/intrusion/ |
| H A D | IntrusionSensorMain.cpp | 64 // find matched configuration according to sensor type in createSensorsFromConfig() 85 auto sensorBase = sensorData->find(configInterfaceName(sensorType)); in createSensorsFromConfig() 96 auto findRearm = baseConfiguration->second.find("Rearm"); in createSensorsFromConfig() 109 auto findClass = baseConfiguration->second.find("Class"); in createSensorsFromConfig() 116 baseConfiguration->second.find("GpioPolarity"); in createSensorsFromConfig() 133 "find chassis intrusion sensor polarity inverted flag is '{GPIO_INVERTED}'", in createSensorsFromConfig() 151 else if (classString.find("Hwmon") != std::string::npos) in createSensorsFromConfig() 155 compatIterator = compatibleHwmonNames.find(classString); in createSensorsFromConfig() 182 auto findBus = baseConfiguration->second.find("Bus"); in createSensorsFromConfig() 183 auto findAddress = baseConfiguration->second.find("Address"); in createSensorsFromConfig() [all …]
|
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | event_matches_filter.hpp | 24 // RegistryName.MajorVersion.MinorVersion.MessageKey, so parse it to find in getRegistryAndMessageKey() 61 auto eventJson = eventMessage.find("MessageId"); in eventMatchesFilter() 79 auto obj = std::ranges::find(userSub.registryPrefixes, registry); in eventMatchesFilter() 88 auto eventJson = eventMessage.find("OriginOfCondition"); in eventMatchesFilter() 103 std::ranges::find(userSub.originResources, *originOfCondition); in eventMatchesFilter() 114 auto eventJson = eventMessage.find("MessageId"); in eventMatchesFilter() 136 auto obj = std::ranges::find( in eventMatchesFilter() 140 BMCWEB_LOG_DEBUG("did not find registry {} in registryMsgIds", in eventMatchesFilter()
|
| /openbmc/openbmc/meta-security/recipes-security/redhat-security/files/ |
| H A D | find-hidden-exec.sh | 13 find / -name '.*' -type f -perm /00111 2>/dev/null 15 # Also need to find hidden dirs and see if anything below it is hidden 16 hidden_dirs=`find / -name '.*' -type d 2>/dev/null` 19 find $d -name '.*' -type f -perm /00111 2>/dev/null
|
| /openbmc/smbios-mdr/src/ |
| H A D | pcieslot.cpp | 27 pcieSmbiosType.find(*(dataIn + 5)) == pcieSmbiosType.end();) in pcieInfoUpdate() 39 if (pcieSmbiosType.find(*(dataIn + 5)) != pcieSmbiosType.end()) in pcieInfoUpdate() 73 pcieGenerationTable.find(type); in pcieGeneration() 86 // Try to find PCIeType in the main table in pcieType() 87 auto it = pcieTypeTable.find(type); in pcieType() 97 auto slotIt = PCIeTypeByLength.find(slotLength); in pcieType() 110 std::map<uint8_t, size_t>::const_iterator it = pcieLanesTable.find(width); in pcieLaneSize()
|
| /openbmc/ibm-logging/test/ |
| H A D | test_policy.cpp | 239 auto details = policy.find(err, mod); in TEST_F() 250 details = policy.find(err, mod); in TEST_F() 258 details = policy.find(err, mod); in TEST_F() 268 * Test policy::find() that uses the data from a property 269 * map to find entries in the policy table. 283 auto values = policy::find(policy, testProperties); in TEST_F() 295 auto values = policy::find(policy, testProperties); in TEST_F() 308 auto values = policy::find(policy, testProperties); in TEST_F() 321 auto values = policy::find(policy, testProperties); in TEST_F() 333 auto values = policy::find(policy, testProperties); in TEST_F() [all …]
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-interval-tree.c | 129 /* Test that we find exactly the one node. */ in test_find_one_range_many() 145 /* Test that we don't find it after it is removed. */ in test_find_one_range_many() 156 IntervalTreeNode *find; in test_find_many_range() local 179 /* Test that we find all of the nodes. */ in test_find_many_range() 180 find = interval_tree_iter_first(&root, 2000, 2999); in test_find_many_range() 181 for (i = 0; find != NULL; i++) { in test_find_many_range() 182 find = interval_tree_iter_next(find, 2000, 2999); in test_find_many_range() 201 g_test_add_func("/interval-tree/find-one-point", test_find_one_point); in main() 202 g_test_add_func("/interval-tree/find-two-point", test_find_two_point); in main() 203 g_test_add_func("/interval-tree/find-one-range", test_find_one_range); in main() [all …]
|