/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/linux/tools/perf/tests/ |
D | expr.c |
|
/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-objmgr/src/ |
H A D | associations.cpp | 14 auto iface = assocMaps.ifaces.find(assocPath); in updateEndpointsOnDbus() 60 auto iface = assocMaps.ifaces.find(assocPath); in scheduleUpdateEndpointsOnDbus() 92 // Use associationOwners to find the association paths and endpoints in removeAssociation() 101 // Find the services that have associations for this object path in removeAssociation() 102 auto owners = assocMaps.owners.find(sourcePath); in removeAssociation() 108 // Find the association paths and endpoints owned by this object in removeAssociation() 110 auto assocs = owners->second.find(owner); in removeAssociation() 140 auto assoc = assocMaps.ifaces.find(assocPath); in removeAssociationEndpoints() 150 auto e = std::find(endpointsInDBus.begin(), endpointsInDBus.end(), in removeAssociationEndpoints() 167 // Find the services that have associations on this path. in checkAssociationEndpointRemoves() [all …]
|
/openbmc/entity-manager/src/entity_manager/ |
H A D | log_device_inventory.cpp | 20 auto findType = record.find("Type"); in logDeviceAdded() 22 record.find("xyz.openbmc_project.Inventory.Decorator.Asset"); in logDeviceAdded() 35 auto findModel = findAsset->find("Model"); in logDeviceAdded() 36 auto findSn = findAsset->find("SerialNumber"); in logDeviceAdded() 55 auto findName = record.find("Name"); in logDeviceAdded() 74 auto findType = record.find("Type"); in logDeviceRemoved() 76 record.find("xyz.openbmc_project.Inventory.Decorator.Asset"); in logDeviceRemoved() 89 auto findModel = findAsset->find("Model"); in logDeviceRemoved() 90 auto findSn = findAsset->find("SerialNumber"); in logDeviceRemoved() 109 auto findName = record.find("Name"); in logDeviceRemoved()
|
/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/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/phosphor-gpio-monitor/multi-presence/ |
H A D | main.cpp | 102 if (obj.find("LineName") == obj.end()) in main() 108 if (obj.find("GpioNum") == obj.end() || in main() 109 obj.find("ChipId") == obj.end()) in main() 111 lg2::error("Failed to find line name or gpio number: {FILE}", in main() 126 /* Find the GPIO line */ in main() 134 lg2::error("Failed to find the {GPIO}", "GPIO", lineMsg); in main() 139 if (obj.find("Inventory") == obj.end()) in main() 149 if (obj.find("Name") == obj.end()) in main() 160 if (obj.find("Bias") != obj.end()) in main() 163 auto findBias = phosphor::gpio::biasMap.find(biasName); in main() [all …]
|
/openbmc/phosphor-gpio-monitor/ |
H A D | gpioMonMain.cpp | 101 if (obj.find("LineName") == obj.end()) in main() 107 if (obj.find("GpioNum") == obj.end() || in main() 108 obj.find("ChipId") == obj.end()) in main() 110 lg2::error("Failed to find line name or gpio number: {FILE}", in main() 125 /* Find the GPIO line */ in main() 133 lg2::error("Failed to find the {GPIO}", "GPIO", lineMsg); in main() 140 if (obj.find("EventMon") != obj.end()) in main() 143 auto findEvent = phosphor::gpio::polarityMap.find(eventStr); in main() 155 if (obj.find("Continue") != obj.end()) in main() 164 if (obj.find("Target") != obj.end()) in main() [all …]
|
/openbmc/phosphor-pid-control/pid/ |
H A D | buildjson.cpp | 53 auto findTempToMargin = j.find("tempToMargin"); in from_json() 59 auto findMissingAcceptable = j.find("missingIsAcceptable"); in from_json() 74 auto checkHysterWithSetpt = p.find("checkHysteresisWithSetpoint"); in from_json() 75 auto positiveHysteresis = p.find("positiveHysteresis"); in from_json() 76 auto negativeHysteresis = p.find("negativeHysteresis"); in from_json() 77 auto derivativeCoeff = p.find("derivativeCoeff"); in from_json() 99 auto failSafePercent = j.find("FailSafePercent"); in from_json() 141 auto reading = p.find("reading"); in from_json() 147 auto n = r.find(std::to_string(i)); in from_json() 155 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/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/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/linux/arch/powerpc/boot/ |
D | simpleboot.c |
|
/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/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/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/dbus-sensors/src/intrusion/ |
H A D | IntrusionSensorMain.cpp | 66 // find matched configuration according to sensor type in createSensorsFromConfig() 87 auto sensorBase = sensorData->find(configInterfaceName(sensorType)); in createSensorsFromConfig() 98 auto findRearm = baseConfiguration->second.find("Rearm"); in createSensorsFromConfig() 111 auto findClass = baseConfiguration->second.find("Class"); in createSensorsFromConfig() 118 baseConfiguration->second.find("GpioPolarity"); in createSensorsFromConfig() 137 … "find chassis intrusion sensor polarity inverted flag is '{GPIO_INVERTED}'", in createSensorsFromConfig() 156 else if (classString.find("Hwmon") != std::string::npos) in createSensorsFromConfig() 160 compatIterator = compatibleHwmonNames.find(classString); in createSensorsFromConfig() 187 auto findBus = baseConfiguration->second.find("Bus"); in createSensorsFromConfig() 188 auto findAddress = baseConfiguration->second.find("Address"); in createSensorsFromConfig() [all …]
|
/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/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 …]
|
/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/linux/Documentation/admin-guide/aoe/ |
D | udev-install.sh |
|