Home
last modified time | relevance | path

Searched refs:find (Results 1 – 25 of 2094) sorted by relevance

12345678910>>...84

/openbmc/openbmc/meta-security/recipes-security/redhat-security/
H A Dredhat-security_1.0.bb7 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 ${WORKDIR}/find-chroot.sh ${D}${bindir}
27 install -m 0755 ${WORKDIR}/find-elf4tmp.sh ${D}${bindir}
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_project_page_tab_config.py43 checkbox = self.find('.checkbox-mergeattr')
51 self.find("#create-project-button").click()
80 search_box = self.find('#build-input')
82 self.find('#build-button').click()
114 config_nav = self.find('#config-nav')
136 config_nav = self.find('#config-nav')
199 self.find(
207 self.find(
215 self.find(
223 self.find(
[all …]
H A Dtest_project_page.py45 checkbox = self.find('.checkbox-mergeattr')
53 self.find("#create-project-button").click()
148 self.find(
156 self.find(
164 self.find(
172 self.find(
179 config_nav = self.find('#config-nav')
427 search_box = self.find('#build-input')
429 self.find('#build-button').click()
752 section = self.find('.well')
[all …]
/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/flash/phosphor-software-manager/
H A Dfirmware_update.sh38 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/bitbake/lib/toaster/tests/browser/
H A Dtest_all_builds_page.py180 cell = self.find('td[class="target"]')
336 build_without_failure_tasks = self.find(
344 'class').find('btn-primary') != -1)
362 build_without_failure_tasks = self.find(
370 'class').find('btn-primary') != -1)
373 self.find('#completed_on_filter').click()
384 'class').find('btn-primary') != -1)
399 self.find(
407 self.find(
415 self.find(
[all …]
/openbmc/u-boot/test/py/tests/
H A Dtest_avb.py36 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/linux/scripts/package/
H A Dinstall-extmod-build20 find "arch/${SRCARCH}" -maxdepth 1 -name 'Makefile*'
21 find include scripts -type f -o -type l
22 find "arch/${SRCARCH}" -name Kbuild.platforms -o -name Platform
23 find "arch/${SRCARCH}" -name include -o -name scripts -type d
31 find "arch/${SRCARCH}/include" Module.symvers include scripts -type f
34 find scripts/gcc-plugins -name '*.so'
/openbmc/phosphor-pid-control/pid/
H A Dbuildjson.cpp48 auto findTempToMargin = j.find("tempToMargin"); in from_json()
70 auto positiveHysteresis = p.find("positiveHysteresis"); in from_json()
71 auto negativeHysteresis = p.find("negativeHysteresis"); in from_json()
72 auto derivativeCoeff = p.find("derivativeCoeff"); in from_json()
94 auto failSafePercent = j.find("FailSafePercent"); in from_json()
136 auto reading = p.find("reading"); in from_json()
142 auto n = r.find(std::to_string(i)); in from_json()
150 auto output = p.find("output"); in from_json()
156 auto n = o.find(std::to_string(i)); in from_json()
175 auto findAttributeName = zone.find(attributeName); in getCycleTimeSetting()
[all …]
/openbmc/phosphor-gpio-monitor/multi-presence/
H A Dmain.cpp104 if (obj.find("LineName") == obj.end()) in main()
110 if (obj.find("GpioNum") == obj.end() || in main()
111 obj.find("ChipId") == obj.end()) in main()
141 if (obj.find("Inventory") == obj.end()) in main()
151 if (obj.find("Name") == obj.end()) in main()
162 if (obj.find("Bias") != obj.end()) in main()
165 auto findBias = phosphor::gpio::biasMap.find(biasName); in main()
177 if (obj.find("ActiveLow") != obj.end() && obj["ActiveLow"].get<bool>()) in main()
183 if (obj.find("ExtraInterfaces") != obj.end()) in main()
/openbmc/entity-manager/src/
H A Dtopology.cpp9 auto findType = exposesItem.find("Type"); in addBoard()
21 auto findConnectsTo = exposesItem.find("ConnectsToType"); in addBoard()
32 auto findPoweredBy = exposesItem.find("PowerPort"); in addBoard()
53 auto downstreamMatch = downstreamPorts.find(upstreamPortPair.first); in getAssocs()
69 if (boards.find(downstream) != boards.end()) in getAssocs()
73 if (powerPaths.find(downstream) != powerPaths.end()) in getAssocs()
92 auto boardFind = boardNames.find(boardName); in remove()
105 std::find(it->second.begin(), it->second.end(), boardPath); in remove()
124 std::find(it->second.begin(), it->second.end(), boardPath); in remove()
H A Dentity_manager.hpp106 auto findType = record.find("Type"); in logDeviceAdded()
108 record.find("xyz.openbmc_project.Inventory.Decorator.Asset"); in logDeviceAdded()
121 auto findModel = findAsset->find("Model"); in logDeviceAdded()
122 auto findSn = findAsset->find("SerialNumber"); in logDeviceAdded()
141 auto findName = record.find("Name"); in logDeviceAdded()
160 auto findType = record.find("Type"); in logDeviceRemoved()
162 record.find("xyz.openbmc_project.Inventory.Decorator.Asset"); in logDeviceRemoved()
175 auto findModel = findAsset->find("Model"); in logDeviceRemoved()
176 auto findSn = findAsset->find("SerialNumber"); in logDeviceRemoved()
195 auto findName = record.find("Name"); in logDeviceRemoved()
/openbmc/phosphor-gpio-monitor/
H A DgpioMonMain.cpp106 if (obj.find("LineName") == obj.end()) in main()
112 if (obj.find("GpioNum") == obj.end() || in main()
113 obj.find("ChipId") == obj.end()) in main()
145 if (obj.find("EventMon") != obj.end()) in main()
148 auto findEvent = phosphor::gpio::polarityMap.find(eventStr); in main()
160 if (obj.find("Continue") != obj.end()) in main()
169 if (obj.find("Target") != obj.end()) in main()
175 if (obj.find("Targets") != obj.end()) in main()
/openbmc/phosphor-objmgr/src/
H A Dassociations.cpp91 auto owners = assocMaps.owners.find(sourcePath); in removeAssociation()
99 auto assocs = owners->second.find(owner); in removeAssociation()
129 auto assoc = assocMaps.ifaces.find(assocPath); in removeAssociationEndpoints()
280 auto a = assocMaps.owners.find(path); in associationChanged()
283 auto o = a->second.find(owner); in associationChanged()
309 auto p = assocMaps.pending.find(objectPath); in addPendingAssociation()
377 auto a = assocMaps.owners.find(ownerPath); in addSingleAssociation()
380 auto o = a->second.find(owner); in addSingleAssociation()
383 auto p = o->second.find(assocPath); in addSingleAssociation()
549 auto assoc = assocMaps.ifaces.find(assocPath); in removeAssociationIfacesEntry()
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/
H A Dmanager.cpp307 const auto itr = propMap.find("AssetTag"); in assetTagCallback()
337 if (jsonFile.find("frus") == jsonFile.end()) in processJSON()
353 if (itemEEPROM["extraInterfaces"].find( in processJSON()
461 if (objPath.find(INVENTORY_PATH) == 0) in writeKeyword()
466 if (frus.find(objPath) == frus.end()) in writeKeyword()
480 if (item.find("offset") != item.end()) in writeKeyword()
669 if (objPath.find(INVENTORY_PATH) == 0) in collectFRUVPD()
675 if (frus.find(objPath) == frus.end()) in collectFRUVPD()
787 auto pos = deviceAddress.find('-'); in triggerVpdCollection()
836 if (objPath.find(INVENTORY_PATH) == 0) in deleteFRUVPD()
[all …]
/openbmc/phosphor-networkd/src/
H A Dnetwork_manager.cpp166 if (auto it = interfacesByIdx.find(info.intf.idx); in createInterface()
182 auto it = interfaces.find(*info.intf.name); in createInterface()
215 if (ignored.find(*info.name) != ignored.end()) in addInterface()
229 auto infoIt = intfInfo.find(info.idx); in addInterface()
239 if (auto it = systemdNetworkdEnabled.find(info.idx); in addInterface()
248 auto iit = interfacesByIdx.find(info.idx); in removeInterface()
252 nit = interfaces.find(*info.name); in removeInterface()
296 if (auto it = interfacesByIdx.find(info.ifidx); in addAddress()
330 if (auto it = interfacesByIdx.find(info.ifidx); in addNeighbor()
352 if (auto it = interfacesByIdx.find(info.ifidx); in removeNeighbor()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dcustomrecipe.js58 var depsList = modal.find("#package-add-dep-list");
61 modal.find(".package-to-add-name").text(targetPkg.name);
72 modal.find("#package-deps-total-size").text(
89 var depsList = modal.find("#package-reverse-dep-list");
102 modal.find(".reverse-deps-count").text(depsCount);
104 modal.find(".reverse-deps-depends").text(vDepends);
105 modal.find(".reverse-deps-package").text(vPackage);
106 modal.find(".reverse-deps-this").text(vThis);
117 modal.find("#package-reverse-deps-total-size").text(
288 $(this).find('[data-role="submit-state"]').hide();
[all …]
H A Dlayerdetails.js119 mParent.find(".cancel").show();
125 mParent.find("input").val("");
126 mParent.find("textarea").val("");
127 mParent.find(".change-btn").click();
305 var entryElement = mParent.find("input");
307 entryElement = mParent.find("textarea");
332 inputArea.find(".text-muted").hide();
337 inputArea.find(".cancel").click();
367 dd.find(".text-muted").show();
368 dd.find(".delete-current-value").hide();
[all …]
H A Dnewcustomimage_modal.js22 var nameInput = imgCustomModal.find('input');
96 newCustomImgBtn.find('[data-role="loading-state"]').hide();
97 newCustomImgBtn.find('[data-role="submit-state"]').show();
107 newCustomImgBtn.find('[data-role="submit-state"]').hide();
108 newCustomImgBtn.find('[data-role="loading-state"]').show();
191 imageSelectRadiosContainer.find("input:radio:first").attr("checked", "checked");
196 imageSelectRadiosContainer.find("input:radio").each(function(){
/openbmc/ibm-logging/test/
H A Dtest_policy.cpp239 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()
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()
345 auto values = policy::find(policy, testProperties); in TEST_F()
357 auto values = policy::find(policy, testProperties); in TEST_F()
[all …]
/openbmc/openpower-vpd-parser/
H A Dibm_vpd_utils.cpp226 auto itr = sevMap.find(sev); in createPEL()
259 auto itr = sevMap.find(sev); in createSyncPEL()
316 if (js.find("frus") == js.end()) in isPathInJson()
434 auto property = vpdMap.find("VSBP"); in getIM()
457 auto prop = vpdMap.find("VINI"); in getHW()
460 auto kw = (prop->second).find("HW"); in getHW()
503 if (js.find("system") == js.end()) in getSystemsJson()
569 if (file.find("i2c") != std::string::npos) in udevToGenericPath()
691 auto findRec = vpdMap.find(rec); in getKwVal()
971 if (map.find(interface) != map.end()) in insertOrMerge()
[all …]
/openbmc/phosphor-pid-control/sensors/
H A Dbuild_utils.cpp34 if (path.find(sysfs) != std::string::npos) in getWriteInterfaceType()
40 if (path.find(openbmc_sensor) != std::string::npos) in getWriteInterfaceType()
55 if (path.find(external_sensor) != std::string::npos) in getReadInterfaceType()
60 if (path.find(openbmc_sensor) != std::string::npos) in getReadInterfaceType()
65 if (path.find(sysfs) != std::string::npos) in getReadInterfaceType()
H A Dbuildjson.cpp38 auto writePath = j.find("writePath"); in from_json()
56 auto ignore = j.find("ignoreDbusMinMax"); in from_json()
62 auto findunAsF = j.find("unavailableAsFailed"); in from_json()
69 auto min = j.find("min"); in from_json()
83 auto max = j.find("max"); in from_json()
97 auto timeout = j.find("timeout"); in from_json()
/openbmc/webui-vue/tests/unit/Global/
H A DStatusIcon.spec.js17 expect(wrapper.find('.info').exists()).toBe(true);
21 expect(wrapper.find('.success').exists()).toBe(true);
25 expect(wrapper.find('.warning').exists()).toBe(true);
29 expect(wrapper.find('.danger').exists()).toBe(true);
33 expect(wrapper.find('.status-icon').exists()).toBe(true);
/openbmc/ibm-logging/
H A Dpolicy_find.cpp44 auto prop = properties.find(name); in getProperty()
73 if (item.find(name + "=") != std::string::npos) in getAdditionalDataItem()
75 value = item.substr(item.find('=') + 1); in getAdditionalDataItem()
139 auto sev = sevTypes.find(sevType); in getESELSeverity()
260 if ((*mod).find("i2c") != std::string::npos) in getSearchModifier()
264 else if ((*mod).find("fsi") != std::string::npos) in getSearchModifier()
299 PolicyProps find(const policy::Table& policy, in find() function
315 result = policy.find(*errorMsg, modifier); in find()
322 result = policy.find(*errorMsg, modifier); in find()
/openbmc/dbus-sensors/src/
H A DIntrusionSensorMain.cpp99 auto findRearm = baseConfiguration->second.find("Rearm"); in createSensorsFromConfig()
112 auto findClass = baseConfiguration->second.find("Class"); in createSensorsFromConfig()
119 baseConfiguration->second.find("GpioPolarity"); in createSensorsFromConfig()
157 else if (classString.find("Hwmon") != std::string::npos) in createSensorsFromConfig()
186 auto findBus = baseConfiguration->second.find("Bus"); in createSensorsFromConfig()
300 auto findStateProperty = properties.find("OperationalState"); in processLanStatusChange()
317 size_t pos = pathName.find("/_"); in processLanStatusChange()
325 auto findEthNum = pathSuffixMap.find(suffixStr); in processLanStatusChange()
334 auto findLanStatus = lanStatusMap.find(ethNum); in processLanStatusChange()
346 auto findLanInfo = lanInfoMap.find(ethNum); in processLanStatusChange()
[all …]

12345678910>>...84