| /openbmc/entity-manager/src/entity_manager/ |
| H A D | perform_probe.cpp | 14 // When an interface passes a probe, also save its D-Bus path with it. 53 lg2::debug("Found probe match on {PATH} {IFACE}", "PATH", path, in probeDbus() 62 // default probe entry point, iterates a list looking for specific types to 63 // call specific probe functions 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() [all …]
|
| H A D | configuration.cpp | 132 // Extract the D-Bus interfaces to probe from the JSON config files. 137 auto findProbe = it->find("Probe"); in filterProbeInterfaces() 140 lg2::error("configuration file missing probe: {PROBE}", "PROBE", in filterProbeInterfaces() 159 const std::string* probe = probeJson.get_ptr<const std::string*>(); in filterProbeInterfaces() local 160 if (probe == nullptr) in filterProbeInterfaces() 162 lg2::error("Probe statement wasn't a string, can't parse"); in filterProbeInterfaces() 165 // Skip it if the probe cmd doesn't contain an interface. in filterProbeInterfaces() 166 if (probe::findProbeType(*probe)) in filterProbeInterfaces() 171 // syntax requires probe before first open brace in filterProbeInterfaces() 172 auto findStart = probe->find('('); in filterProbeInterfaces() [all …]
|
| H A D | perform_probe.hpp | 10 namespace probe namespace 26 FoundProbeTypeT findProbeType(const std::string& probe); 28 // this class finds the needed dbus fields and on destruction runs the probe 44 } // namespace probe
|
| 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() 498 // properties. If the probe that passed didn't use an in updateSystemConfiguration() 545 // "Probe" string does not contain template variables in updateSystemConfiguration() 548 (keyPair.first != "Probe") && (keyPair.first != "Exposes"); in updateSystemConfiguration() 584 // If we end up here and the path is empty, we have Probe: "True" in updateSystemConfiguration() [all …]
|
| /openbmc/entity-manager/src/ |
| H A D | utils.cpp | 118 /// \param probe the probe statement to match against 119 /// \param value the property value being matched to a probe 120 /// \return true if the dbusValue matched the probe otherwise false 121 static bool match(const nlohmann::json& probe, const T& value) in match() 123 return probe == value; in match() 133 /// \param probe the probe statement to match against 134 /// \param value the string value being matched to a probe 135 /// \return true if the dbusValue matched the probe otherwise false 136 static bool match(const nlohmann::json& probe, const std::string& value) in match() 138 if (probe.is_string()) in match() [all …]
|
| H A D | utils.hpp | 73 /// \brief Match a Dbus property against a probe statement. 74 /// \param probe the probe statement to match against. 75 /// \param dbusValue the property value being matched to a probe. 76 /// \return true if the dbusValue matched the probe otherwise false. 77 bool matchProbe(const nlohmann::json& probe, const DBusValueVariant& dbusValue);
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | mte_helper.h | 22 * @probe: true to merely probe, never taking an exception 37 * (1) probe = true, ra = 0 : pure probe -- we return NULL if the page is not 40 * (2) probe = false, ra = 0 : probe, no fault expected -- the caller guarantees 42 * (3) probe = false, ra != 0 : non-probe -- we will take both memory access 44 * (probe = true, ra != 0 is invalid and will assert.) 49 bool probe, uintptr_t ra);
|
| /openbmc/entity-manager/configurations/meta/santabarbara/ |
| H A D | santabarbara_cable.json | 5 "Probe": [ array 24 "Probe": [ array 43 "Probe": [ array 62 "Probe": [ array 81 "Probe": [ array 100 "Probe": [ array 119 "Probe": [ array 138 "Probe": [ array 157 "Probe": [ array 176 "Probe": [ array [all …]
|
| /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/configurations/meta/ventura/ |
| H A D | ventura_cable.json | 5 "Probe": [ array 28 "Probe": [ array 47 "Probe": [ array 66 "Probe": [ array 91 "Probe": [ array 114 "Probe": [ array 137 "Probe": [ array 158 "Probe": [ array 179 "Probe": [ array 206 "Probe": [ array [all …]
|
| /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/qemu/scripts/ |
| H A D | qemu-trace-stap | 67 for probe in args.probes: 68 probes.append("probe %s.%s {}" % (prefix, probe)) 70 print("At least one probe pattern must be specified") 76 script = """probe begin { print("Running script, <Ctrl>-c to quit\\n") } """ + script 116 for probe in args.probes: 117 print_probes(args.verbose, probe) 145 runparser.add_argument("probes", help="Probe names or wildcards", 148 listparser = subparser.add_parser("list", help="List probe points", 162 listparser.add_argument("probes", help="Probe names or wildcards",
|
| /openbmc/entity-manager/configurations/meta/minerva/ |
| H A D | minerva_cmm_misc_boards.json | 5 "Probe": [ array 20 "Probe": [ array 35 "Probe": [ array 50 "Probe": [ array 65 "Probe": [ array
|
| /openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
| H A D | probe-slot-device@.service | 2 Description=Probe Device For Slot%i 6 ExecStart=/usr/libexec/phosphor-gpio-monitor/probe-slot-device %i 7 SyslogIdentifier=probe-slot-device%i
|
| /openbmc/u-boot/net/ |
| H A D | link_local.c | 44 PROBE = 0, enumerator 120 state = PROBE; in link_local_start() 133 case PROBE: in link_local_timeout() 134 /* timeouts in the PROBE state mean no conflicting ARP packets in link_local_timeout() 140 debug_cond(DEBUG_LL_STATE, "probe/%u %s@%pI4\n", in link_local_timeout() 200 state = PROBE; in link_local_timeout() 275 * Check if packet is an ARP probe by checking for a null source IP in link_local_receive_arp() 278 * during probe. in link_local_receive_arp() 291 case PROBE: in link_local_receive_arp() 297 state = PROBE; in link_local_receive_arp() [all …]
|
| /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
|
| /openbmc/qemu/scripts/tracetool/format/ |
| H A D | d.py | 25 'default', 'probe', 'translator', 'do', 'provider', 'typedef', 55 # It converts int8_t * in probe points to char * in header 57 # Avoid it by changing probe type to signed char * beforehand. 70 # Define prototype for probe arguments 72 'probe %(name)s(%(args)s);',
|
| /openbmc/u-boot/doc/ |
| H A D | README.malta | 3 How to flash using a MIPS Navigator Probe: 6 be unable to flash your Malta using a Navigator Probe. 8 - Connect Navigator Console to your probe and Malta as usual.
|
| /openbmc/u-boot/drivers/video/rockchip/ |
| H A D | rk_vop.h | 28 * rk_vop_probe() - common probe implementation 52 * rk_vop_probe_regulators() - probe (autoset + enable) regulators 56 * pointers and any individual regulator-probe may fail without 60 * @names: array of string-pointers to regulator names to probe
|
| H A D | rk_hdmi.h | 41 * rk_hdmi_probe_regulators() - probe (autoset + enable) regulators 45 * pointers and any individual regulator-probe may fail without 49 * @names: array of string-pointers to regulator names to probe 63 * rk_hdmi_probe() - common probe implementation
|
| /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/u-boot/test/py/tests/ |
| H A D | test_ofplatdata.py | 7 of-platdata probe: 16 of-platdata probe: 25 of-platdata probe:
|
| /openbmc/entity-manager/src/gpio-presence/ |
| H A D | README.md | 49 "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'MYBOARDPRODUCT*'})", 54 The above configuration can then cause a Probe match in another configuration, 74 …"Probe": "xyz.openbmc_project.Inventory.Source.DevicePresence({'Name': 'com.meta.Hardware.Yv4.fanb… 81 detected as present. The **Name** property in the Probe statement is the same as
|
| /openbmc/entity-manager/configurations/ibm/ |
| H A D | system1_psu.json | 22 "Probe": "FOUND('IBM System1 Baseboard')", string 55 "Probe": "FOUND('IBM System1 Baseboard')", string 88 "Probe": "FOUND('IBM System1 Baseboard')", string 121 "Probe": "FOUND('IBM System1 Baseboard')", string
|
| /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,
|