| /openbmc/entity-manager/src/entity_manager/ |
| H A D | perform_probe.cpp | 73 probe::probe_type_codes lastCommand = probe::probe_type_codes::FALSE_T; in doProbe() 76 for (const auto& probe : probeCommand) in doProbe() local 78 probe::FoundProbeTypeT probeType = probe::findProbeType(probe); in doProbe() 83 case probe::probe_type_codes::FALSE_T: in doProbe() 88 case probe::probe_type_codes::TRUE_T: in doProbe() 93 case probe::probe_type_codes::MATCH_ONE: in doProbe() 107 case probe::probe_type_codes::FOUND: in doProbe() 109 if (!std::regex_search(probe, match, command)) in doProbe() 112 probe); in doProbe() 132 if (!std::regex_search(probe, match, command)) in doProbe() [all …]
|
| H A D | configuration.cpp | 167 const std::string* probe = probeJson.get_ptr<const std::string*>(); in filterProbeInterfaces() local 168 if (probe == nullptr) in filterProbeInterfaces() 174 if (probe::findProbeType(*probe)) in filterProbeInterfaces() 180 auto findStart = probe->find('('); in filterProbeInterfaces() 183 std::string interface = probe->substr(0, findStart); in filterProbeInterfaces()
|
| H A D | perform_scan.cpp | 31 const std::vector<std::shared_ptr<probe::PerformProbe>>& probeVector, in getInterfaces() 71 std::vector<std::shared_ptr<probe::PerformProbe>>& probeVector, in processDbusObjects() 101 std::vector<std::shared_ptr<probe::PerformProbe>>&& probeVector, in findDbusObjects() 161 static std::string getRecordName(const DBusInterface& probe, in getRecordName() argument 164 if (probe.empty()) in getRecordName() 171 for (const auto& devPair : probe) in getRecordName() 606 std::vector<std::shared_ptr<probe::PerformProbe>> dbusProbePointers; in run() 650 for (const auto& probe : *probeCommandArrayPtr) in run() 653 probe.get_ptr<const std::string*>(); in run() 677 auto probePointer = std::make_shared<probe::PerformProbe>( in run() [all …]
|
| H A D | perform_probe.hpp | 10 namespace probe namespace 26 FoundProbeTypeT findProbeType(const std::string& probe);
|
| /openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/ |
| H A D | 0001-staprun-address-ncurses-6.3-failures.patch | 36 json_object *probe, *field; 37 probe = json_object_array_get_idx(jso_probe_list, i); 38 json_object_object_get_ex(probe, "index", &field); 41 json_object_object_get_ex(probe, "state", &field); 44 json_object_object_get_ex(probe, "hits", &field); 47 json_object_object_get_ex(probe, "min", &field); 50 json_object_object_get_ex(probe, "avg", &field); 53 json_object_object_get_ex(probe, "max", &field); 57 json_object_object_get_ex(probe, "name", &field);
|
| /openbmc/entity-manager/src/ |
| H A D | utils.cpp | 121 static bool match(const nlohmann::json& probe, const T& value) in match() 123 return probe == value; in match() 136 static bool match(const nlohmann::json& probe, const std::string& value) in match() 138 if (probe.is_string()) in match() 142 std::regex search(probe); in match() 150 "PROBE", probe); in match() 165 explicit MatchProbeForwarder(const nlohmann::json& probe) : probeRef(probe) in MatchProbeForwarder() 176 bool matchProbe(const nlohmann::json& probe, const DBusValueVariant& dbusValue) in matchProbe() argument 178 return std::visit(MatchProbeForwarder(probe), dbusValue); in matchProbe()
|
| /openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/ |
| H A D | 0001-tests-do-not-strip-a-helper-library.patch | 9 tests/utils/testapp/userspace-probe-elf-binary/Makefile.am | 2 +- 12 diff --git a/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am b/tests/utils/testapp/users… 14 --- a/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am 15 +++ b/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am
|
| /openbmc/u-boot/drivers/usb/eth/ |
| H A D | usb_ether.c | 148 usb_eth_probe probe; member 157 .probe = asix_eth_probe, 164 .probe = ax88179_eth_probe, 171 .probe = mcs7830_eth_probe, 178 .probe = smsc95xx_eth_probe, 185 .probe = r8152_eth_probe, 220 for (j = 0; prob_dev[j].probe && prob_dev[j].get_info; j++) { in probe_valid_drivers() 221 if (!prob_dev[j].probe(dev, 0, &usb_eth[usb_max_eth_dev])) in probe_valid_drivers() 268 for (i = 0; prob_dev[i].probe; i++) { in usb_host_eth_scan()
|
| /openbmc/u-boot/test/dm/ |
| H A D | test-driver.c | 79 .probe = test_probe, 90 .probe = test_probe, 144 .probe = test_manual_probe, 154 .probe = test_manual_probe, 165 .probe = test_manual_probe,
|
| /openbmc/u-boot/board/boundary/nitrogen6x/ |
| H A D | 6x_upgrade.txt | 6 if sf probe || sf probe || \ 7 sf probe 1 27000000 || sf probe 1 27000000 ; then
|
| H A D | 6x_bootscript_android_recovery.txt | 9 if i2c probe 0x04 ; then 21 if i2c probe 0x38 ; then 33 if i2c probe 0x48 ; then
|
| H A D | 6x_bootscript_android.txt | 9 if i2c probe 0x04 ; then 21 if i2c probe 0x38 ; then 33 if i2c probe 0x48 ; then
|
| H A D | 6x_bootscript.txt | 13 if i2c probe 0x04 ; then 25 if i2c probe 0x38 ; then 37 if i2c probe 0x48 ; then
|
| /openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
| H A D | probe-slot-device@.service | 6 ExecStart=/usr/libexec/phosphor-gpio-monitor/probe-slot-device %i 7 SyslogIdentifier=probe-slot-device%i
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | parselogs-ignores-qemuarmv5.txt | 5 mmci-pl18x: probe of fpga:05 failed with error -22 6 mmci-pl18x: probe of fpga:0b failed with error -22 18 clcd-pl11x: probe of 10120000.display failed with error -2
|
| /openbmc/openbmc/poky/meta/recipes-kernel/lttng/ |
| H A D | lttng-tools_2.13.15.bb | 121 *.so|userspace-probe-elf-*) 131 …th --delete ${D}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-b… 132 … --delete ${D}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-cxx-binary/userspace-probe-elf… 192 ${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary \ 193 …${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/.libs/userspace-probe-elf-bina… 194 …${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-cxx-binary/userspace-probe-elf-cxx-bi… 195 …${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-cxx-binary/.libs/userspace-probe-elf-…
|
| /openbmc/qemu/hw/vfio/ |
| H A D | display.c | 519 struct vfio_device_gfx_plane_info probe; in vfio_display_probe() local 522 memset(&probe, 0, sizeof(probe)); in vfio_display_probe() 523 probe.argsz = sizeof(probe); in vfio_display_probe() 524 probe.flags = VFIO_GFX_PLANE_TYPE_PROBE | VFIO_GFX_PLANE_TYPE_DMABUF; in vfio_display_probe() 525 ret = ioctl(vdev->vbasedev.fd, VFIO_DEVICE_QUERY_GFX_PLANE, &probe); in vfio_display_probe() 530 memset(&probe, 0, sizeof(probe)); in vfio_display_probe() 531 probe.argsz = sizeof(probe); in vfio_display_probe() 532 probe.flags = VFIO_GFX_PLANE_TYPE_PROBE | VFIO_GFX_PLANE_TYPE_REGION; in vfio_display_probe() 533 ret = ioctl(vdev->vbasedev.fd, VFIO_DEVICE_QUERY_GFX_PLANE, &probe); in vfio_display_probe()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libmtp/ |
| H A D | libmtp_1.1.21.bb | 48 FILES:${BPN}-runtime = "${nonarch_base_libdir}/udev/mtp-probe" 50 SUMMARY:${BPN}-runtime = "mtp-probe, used for the MTP udev rules" 51 DESCRIPTION:${BPN}-runtime = "This package provides mtp-probe, a program to probe newly connected d…
|
| /openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/configuration/ |
| H A D | entity-manager_%.bbappend | 7 file://device-driver-probe \ 18 install -m 0755 ${UNPACKDIR}/device-driver-probe ${D}${libexecdir}/${PN}/
|
| /openbmc/qemu/scripts/ |
| H A D | qemu-trace-stap | 67 for probe in args.probes: 68 probes.append("probe %s.%s {}" % (prefix, probe)) 116 for probe in args.probes: 117 print_probes(args.verbose, probe)
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | serial_rockchip.c | 47 .probe = rockchip_serial_probe, 57 .probe = rockchip_serial_probe,
|
| /openbmc/u-boot/board/Marvell/db-88f6820-gp/ |
| H A D | README | 10 => sf probe;tftpboot 2000000 db-88f6820-gp/u-boot-spl.kwb;\ 17 => sf probe;tftpboot 2000000 db-88f6820-gp/u-boot-spl.kwb;\
|
| /openbmc/u-boot/fs/ |
| H A D | fs.c | 130 int (*probe)(struct blk_desc *fs_dev_desc, member 165 .probe = fat_set_blk_dev, 192 .probe = ext4fs_probe, 214 .probe = sandbox_fs_set_blk_dev, 232 .probe = ubifs_set_blk_dev, 250 .probe = btrfs_probe, 267 .probe = fs_probe_unsupported, 319 info->probe += gd->reloc_off; in fs_set_blk_dev() 342 if (!info->probe(fs_dev_desc, &fs_partition)) { in fs_set_blk_dev() 367 if (!info->probe(fs_dev_desc, &fs_partition)) { in fs_set_blk_dev_with_part()
|
| /openbmc/u-boot/drivers/core/ |
| H A D | devres.c | 31 bool probe; member 94 dr->probe = dev->flags & DM_FLAG_BOUND ? true : false; in devres_add() 180 if (probe_only && !dr->probe) in release_nodes() 210 dr->probe ? "PROBE" : "BIND"); in dump_resources()
|
| /openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/ |
| H A D | phosphor-gpio-monitor_%.bbappend | 10 file://probe-slot-device@.service \ 11 file://probe-slot-device \ 51 probe-slot-device@.service \ 77 …install -m 0644 ${UNPACKDIR}/probe-slot-device@.service ${D}${systemd_system_unitdir}/probe-slot-d… 97 install -m 0755 ${UNPACKDIR}/probe-slot-device ${D}${libexecdir}/${PN}/
|