Home
last modified time | relevance | path

Searched refs:scan (Results 1 – 25 of 140) sorted by relevance

123456

/openbmc/entity-manager/src/entity_manager/
H A Dperform_probe.cpp17 scan::FoundDevices& devices, in probeDbus()
18 const std::shared_ptr<scan::PerformScan>& scan, bool& foundProbe) in probeDbus() argument
23 for (const auto& [path, interfaces] : scan->dbusProbeObjects) in probeDbus()
65 const std::shared_ptr<scan::PerformScan>& scan, in doProbe() argument
66 scan::FoundDevices& foundDevs) in doProbe()
118 cur = (std::find(scan->passedProbes.begin(), in doProbe()
119 scan->passedProbes.end(), commandStr) != in doProbe()
120 scan->passedProbes.end()); in doProbe()
160 cur = probeDbus(probeInterface, dbusProbeMap, foundDevs, scan, in doProbe()
207 std::shared_ptr<scan::PerformScan>& scanPtr) : in PerformProbe()
[all …]
H A Dperform_scan.cpp32 const std::shared_ptr<scan::PerformScan>& scan, boost::asio::io_context& io, in getInterfaces() argument
43 scan->_em.systemBus->async_method_call( in getInterfaces()
44 [instance, scan, probeVector, retries, in getInterfaces()
56 timer->async_wait([timer, instance, scan, probeVector, retries, in getInterfaces()
58 getInterfaces(instance, probeVector, scan, io, retries - 1); in getInterfaces()
63 scan->dbusProbeObjects[std::string(instance.path)] in getInterfaces()
72 const std::shared_ptr<scan::PerformScan>& scan, in processDbusObjects() argument
78 scan->_em.registerCallback(path); in processDbusObjects()
90 getInterfaces({busname, path, iface}, probeVector, scan, in processDbusObjects()
103 const std::shared_ptr<scan::PerformScan>& scan, boost::asio::io_context& io, in findDbusObjects() argument
[all …]
H A Dperform_probe.hpp34 std::shared_ptr<scan::PerformScan>& scanPtr);
41 std::shared_ptr<scan::PerformScan> scan; member
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0017-clang-Use-python3-in-python-scripts.patch13 clang/tools/scan-view/bin/scan-view | 2 +-
26 diff --git a/clang/tools/scan-view/bin/scan-view b/clang/tools/scan-view/bin/scan-view
28 --- a/clang/tools/scan-view/bin/scan-view
29 +++ b/clang/tools/scan-view/bin/scan-view
H A D0030-scan-build-py-respect-LLVM_LIBDIR_SUFFIX-like-other-.patch4 Subject: [PATCH] scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
14 clang/tools/scan-build-py/CMakeLists.txt | 38 ++++++++++++------------
17 diff --git a/clang/tools/scan-build-py/CMakeLists.txt b/clang/tools/scan-build-py/CMakeLists.txt
19 --- a/clang/tools/scan-build-py/CMakeLists.txt
20 +++ b/clang/tools/scan-build-py/CMakeLists.txt
43 COMPONENT scan-build-py)
68 COMPONENT scan-build-py)
90 COMPONENT scan-build-py)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/x11vnc/files/
H A DCVE-2020-29074.patch9 Subject: [PATCH] scan: limit access to shared memory segments to current user
12 src/scan.c | 2 +-
15 diff --git a/src/scan.c b/src/scan.c
17 --- a/src/scan.c
18 +++ b/src/scan.c
/openbmc/u-boot/lib/zlib/
H A Ddeflate.c1066 register Bytef *scan = s->window + s->strstart; /* current string */ local
1084 register ush scan_start = *(ushf*)scan;
1085 register ush scan_end = *(ushf*)(scan+best_len-1);
1088 register Byte scan_end1 = scan[best_len-1];
1089 register Byte scan_end = scan[best_len];
1136 Assert(scan[2] == match[2], "scan[2]?");
1137 scan++, match++;
1139 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1140 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1141 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/
H A Ddvb-apps_1.1.1.20140321.bb7 file://dvb-scan-table \
31 install -d ${D}/${docdir}/dvb-apps/scan
36 cp -R --no-dereference --preserve=mode,links ${UNPACKDIR}/dvb-scan-table/* ${D}/usr/share/dvb
44 dvb-scan dvb-scan-dbg dvb-scan-data \
56 RDEPENDS:dvb-scan =+ "libdvbapi libdvbcfg libdvbsec"
76 FILES:dvb-scan = "${bindir}/*scan "
77 FILES:dvb-scan-dbg = "${bindir}/.debug/*scan"
78 FILES:dvb-scan-data = "${docdir}/dvb-apps/scan"
/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/
H A Dfind-chroot-py.sh23 scan () { function
79 scan 3 '*' $1
85 scan 2 '*'
86 scan 1 '*.py'
H A Dfind-nodrop-groups.sh24 scan () { function
68 scan 3 '*' $1
74 scan 1 '*.so'
75 scan 2 '*'
H A Dfind-chroot.sh23 scan () { function
76 scan 3 '*' $1
82 scan 2 '*'
83 scan 1 '*.so'
H A Dfind-execstack.sh22 scan () { function
62 scan 1 '*.so'
63 scan 2 '*'
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D050-fix-glibcisms.patch3 diff --git a/scan/sane/OrbliteScan/LinuxCommon.h b/scan/sane/OrbliteScan/LinuxCommon.h
5 --- a/scan/sane/OrbliteScan/LinuxCommon.h
6 +++ b/scan/sane/OrbliteScan/LinuxCommon.h
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Den-i3c-hub-scan-fru@.service2 Description=slot-en-i3c-hub-scan-fru:%i
6 ExecStart=/usr/libexec/phosphor-gpio-monitor/en-i3c-hub-scan-fru %i
7 SyslogIdentifier=slot-en-i3c-hub-scan-fru %i
/openbmc/u-boot/drivers/input/
H A Dcros_ec_keyb.c49 struct mbkp_keyscan scan; in check_for_keys() local
53 if (cros_ec_scan_keyboard(dev->parent, &scan)) { in check_for_keys()
57 *samep = last_scan_valid && !memcmp(&last_scan, &scan, sizeof(scan)); in check_for_keys()
66 memcpy(&last_scan, &scan, sizeof(last_scan)); in check_for_keys()
73 data = scan.data[bit / 8]; in check_for_keys()
/openbmc/qemu/scripts/coverity-scan/
H A Drun-coverity-scan121 -t coverity-scanner -f scripts/coverity-scan/coverity-scan.docker \
122 --extra-files scripts/coverity-scan/run-coverity-scan \
135 …wget https://scan.coverity.com/download/cxx/linux64 --post-data "token=$COVERITY_TOKEN&project=$PR…
142 …wget https://scan.coverity.com/download/cxx/linux64 --post-data "token=$COVERITY_TOKEN&project=$PR…
386 ./run-coverity-scan --version "$VERSION" \
456 https://scan.coverity.com/builds?project="$PROJNAME"
H A Dcoverity-scan.docker5 # https://scan.coverity.com/projects/qemu/builds/new
9 # dropping some files from the scan.
12 # want to accidentally change or break the scan config when that
16 # run-coverity-scan script.
167 COPY run-coverity-scan run-coverity-scan
/openbmc/openbmc/meta-openpower/recipes-phosphor/fsi/op-fsi/
H A Dfsi-enable.service4 Wants=fsi-scan@0.service
5 Before=fsi-scan@0.service
/openbmc/openpower-occ-control/service_files/
H A Dop-occ-enable@.service7 Wants=fsi-scan@%i.service
8 After=fsi-scan@%i.service
/openbmc/openbmc/meta-openembedded/meta-python/classes/
H A Dbandit.bbclass1 # Class to scan Python code for security issues, using Bandit.
17 # Whether a scan should be done every time the recipe is built.
20 # to 1 the scan will be done whenever the recipe it built. Note that you
21 # shouldn't set BANDIT_AUTO to 1 globally as it will then try to scan every
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/chassis/avsbus-control/
H A Davsbus-control@.service7 Wants=fsi-scan@%i.service
8 After=fsi-scan@%i.service
/openbmc/openbmc/meta-openpower/recipes-phosphor/fsi/
H A Dop-fsi.bb17 TMPL_SCAN = "fsi-scan@.service"
18 INSTFMT_SCAN = "fsi-scan@{0}.service"
/openbmc/openbmc/meta-openpower/recipes-phosphor/host/op-host-control/
H A Dcfam_override@.service7 Wants=fsi-scan@%i.service
8 After=fsi-scan@%i.service
/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/
H A D0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch21 gtkdoc-scan.in | 2 +-
106 diff --git a/gtkdoc-scan.in b/gtkdoc-scan.in
108 --- a/gtkdoc-scan.in
109 +++ b/gtkdoc-scan.in
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/
H A D0001-remove-dropped-templates.patch16 -DOC_STAMPS=setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \
17 +DOC_STAMPS=setup-build.stamp scan-build.stamp sgml-build.stamp \
25 …-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp

123456