/openbmc/linux/Documentation/security/ |
H A D | SCTP.rst | 26 Passes the ``@asoc`` and ``@chunk->skb`` of the association INIT packet to the 30 @asoc - pointer to sctp association structure. 31 @skb - pointer to skbuff of association packet. 89 association primary. 117 @asoc - pointer to current sctp association structure. 127 @asoc - pointer to sctp association structure. 136 establishing an association. 147 initiate an association to 153 for a temporary association. 156 association. [all …]
|
/openbmc/s2600wf-misc/callback-manager/include/ |
H A D | callback_manager.hpp | 30 association(objectServer.add_interface(rootPath, associationIface)), in AssociationManager() 34 association->register_property("Associations", std::set<Association>()); in AssociationManager() 37 association->initialize(); in AssociationManager() 42 objectServer.remove_interface(association); in ~AssociationManager() 66 association->set_property("Associations", result); in setLocalAssociations() 93 std::shared_ptr<sdbusplus::asio::dbus_interface> association; member
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-ipmi-entity-association-map/ |
H A D | gbs-ipmi-entity-association-map.bb | 1 SUMMARY = "GBS IPMI Entity association mapping." 9 ${datadir}/ipmi-entity-association/entity_association_map.json \ 13 install -d ${D}${datadir}/ipmi-entity-association 15 ${D}${datadir}/ipmi-entity-association/entity_association_map.json
|
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-system/ |
H A D | kudo-entity-association-map.bb | 1 UMMARY = "Kudo IPMI Entity association mapping." 9 ${datadir}/ipmi-entity-association/entity_association_map.json \ 13 install -d ${D}${datadir}/ipmi-entity-association 15 ${D}${datadir}/ipmi-entity-association/entity_association_map.json
|
/openbmc/phosphor-dbus-interfaces/ |
H A D | requirements.md | 72 `/.../bar/entity`. The association is what links the `foo` and `bar` aspects of 73 the entity in the dbus path hierarchy. Accordingly, the association should be 76 A made-up example of a peer association might be a `Inventory.Processor`, 78 processor, located under the `.../control` hierarchy. The peer association 84 The end-point names of an association should not codify the types of the 85 interfaces pointed to by the association. 96 The association end-points should be named in a way that the following sentences 99 - The `{primary element}` is `{primary association}` the `{secondary element}`. 100 - The `{secondary element}` is `{secondary association}` the 104 `{primary element}/{primary association}` with an endpoints property value of [all …]
|
/openbmc/phosphor-event/ |
H A D | event_messaged_sdbus.c | 116 p = strdup(rec->association); in prop_message_assoc() 240 char *message, *severity, *association; in accept_message() local 248 r = sd_bus_message_read(m, "sss", &message, &severity, &association); in accept_message() 262 rec.association = (char*) association; in accept_message() 267 syslog(LOG_NOTICE, "%s %s (%s)", rec.severity, rec.message, rec.association); in accept_message() 272 r = send_log_to_dbus(em, logid, rec.association); in accept_message() 302 rec.association = (char*) "/org/openbmc/inventory/system/chassis/motherboard/dimm3 " \ in method_accept_test_message() 309 syslog(LOG_NOTICE, "%s %s (%s)", rec.severity, rec.message, rec.association); in method_accept_test_message() 313 send_log_to_dbus(em, logid, rec.association); in method_accept_test_message() 425 int send_log_to_dbus(event_manager *em, const uint16_t logid, const char *association) in send_log_to_dbus() argument [all …]
|
H A D | message.cpp | 250 hdr.associationlen = getlen(rec->association); in create_log_event() 275 myfile.write((char*) rec->association, hdr.associationlen); in create_log_event() 319 (*rec)->association = new char[hdr.associationlen]; in open() 320 f.read((*rec)->association, hdr.associationlen); in open() 338 delete[] rec->association; in close()
|
/openbmc/dbus-sensors/src/fan/ |
H A D | TachSensor.cpp | 75 association = objectServer.add_interface( in TachSensor() 77 association::interface); in TachSensor() 90 "/xyz/openbmc_project/inventory/" + name, association::interface); in TachSensor() 111 objServer.remove_interface(association); in ~TachSensor() 224 association(objectServer.add_interface( in RedundancySensor() 226 association::interface)), in RedundancySensor() 229 createAssociation(association, sensorConfiguration); in RedundancySensor() 237 objectServer.remove_interface(association); in ~RedundancySensor()
|
/openbmc/dbus-sensors/src/ |
H A D | PwmSensor.cpp | 177 association = objectServer.add_interface( in PwmSensor() 178 "/xyz/openbmc_project/sensors/fan_pwm/" + name, association::interface); in PwmSensor() 184 createInventoryAssoc(conn, association, sensorConfiguration); in PwmSensor() 188 createAssociation(association, sensorConfiguration); in PwmSensor() 195 objectServer.remove_interface(association); in ~PwmSensor()
|
H A D | Utils.cpp | 600 std::shared_ptr<sdbusplus::asio::dbus_interface>& association, in createAssociation() argument 603 if (association) in createAssociation() 610 association->register_property("Associations", associations); in createAssociation() 611 association->initialize(); in createAssociation() 616 const std::shared_ptr<sdbusplus::asio::dbus_interface>& association, in setInventoryAssociation() argument 619 if (association) in setInventoryAssociation() 625 association->register_property("Associations", associations); in setInventoryAssociation() 626 association->initialize(); in setInventoryAssociation() 662 const std::shared_ptr<sdbusplus::asio::dbus_interface>& association, in createInventoryAssoc() argument 665 if (!association) in createInventoryAssoc() [all …]
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-l2c.h | 299 union cvmx_l2c_tag cvmx_l2c_get_tag(uint32_t association, uint32_t index); 302 static inline union cvmx_l2c_tag cvmx_get_l2c_tag(uint32_t association, 305 static inline union cvmx_l2c_tag cvmx_get_l2c_tag(uint32_t association, in cvmx_get_l2c_tag() argument 308 return cvmx_l2c_get_tag(association, index); in cvmx_get_l2c_tag()
|
/openbmc/phosphor-objmgr/src/ |
H A D | handler.cpp | 292 const std::vector<std::string>& association = in getAssociatedSubTree() local 294 std::unordered_set<std::string> associationSet(association.begin(), in getAssociatedSubTree() 295 association.end()); in getAssociatedSubTree() 322 const std::vector<std::string>& association = in getAssociatedSubTreePaths() local 324 std::unordered_set<std::string> associationSet(association.begin(), in getAssociatedSubTreePaths() 325 association.end()); in getAssociatedSubTreePaths() 400 const std::string& association, in getAssociatedSubTreeById() argument 410 std::string associationPathStr = subtreePath + "/" + association; in getAssociatedSubTreeById() 427 const std::string& association, in getAssociatedSubTreePathsById() argument 436 std::string associationPathStr = subtreePath + "/" + association; in getAssociatedSubTreePathsById()
|
H A D | associations.cpp | 237 for (const Association& association : associations) in associationChanged() local 242 std::tie(forward, reverse, objectPath) = association; in associationChanged() 525 Association association{thisType, otherType, otherPath}; in findAssociations() local 526 associationData.emplace_back(owner, association); in findAssociations() 625 for (const auto& [owner, association] : associationData) in moveAssociationToPending() 628 const auto& forwardType = std::get<forwardTypePos>(association); in moveAssociationToPending() 629 const auto& reversePath = std::get<reversePathPos>(association); in moveAssociationToPending() 630 const auto& reverseType = std::get<reverseTypePos>(association); in moveAssociationToPending()
|
H A D | handler.hpp | 93 const std::string& association, 117 const std::string& association,
|
/openbmc/dbus-sensors/src/nvme/ |
H A D | NVMeSensor.cpp | 67 association = objectServer.add_interface( in NVMeSensor() 69 association::interface); in NVMeSensor() 85 objServer.remove_interface(association); in ~NVMeSensor()
|
/openbmc/docs/architecture/ |
H A D | object-mapper.md | 129 - param: associationPath - the path to look for the association endpoints. 178 # All output must be in the association endpoints 207 - param: association - The endpoint association. 260 # All output must be in the association endpoints that ends with the given `id` 315 - param: associationPath - the path to look for the association endpoints. 339 # All output must be in the association endpoints 364 - param: association - The endpoint association. 392 # All output must be in the association endpoints that ends with the given `id` 477 association is desired, the `Associations` property on that interface needs to 486 - forward: this is the name of the forward association object [all …]
|
H A D | LED-architecture.md | 41 All applicable Inventory D-Bus objects would have a forward association mapping 48 All applicable LED Group D-Bus objects would have an association mapping to 58 - Look for an association `identify_led_group` on the Inventory D-Bus object 65 - Look for an association `identify_led_group` on the Inventory D-Bus object 72 used. All applicable Inventory D-Bus objects would have a forward association 79 All applicable LED Group D-Bus objects would have an association mapping to 92 - Look for an association `fault_led_group` on the Inventory D-Bus object
|
/openbmc/smbios-mdr/include/ |
H A D | cpu.hpp | 45 using association = typedef 46 sdbusplus::server::xyz::openbmc_project::association::Definitions; 312 Item, association, operationalStatus> 325 Item, association, operationalStatus>( in Cpu()
|
H A D | pcieslot.hpp | 31 using association = typedef 32 sdbusplus::server::xyz::openbmc_project::association::Definitions; 35 sdbusplus::server::object_t<PCIeSlot, location, embedded, item, association> 49 association>(bus, objPath.c_str()), in Pcie()
|
/openbmc/dbus-sensors/src/psu/ |
H A D | PSUSensor.cpp | 103 association = objectServer.add_interface(dbusPath, association::interface); in PSUSensor() 105 createInventoryAssoc(conn, association, configurationPath); in PSUSensor() 117 objServer.remove_interface(association); in ~PSUSensor()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-iommu | 7 given IOMMU here to allow association of IOMMU to 16 given device here to allow association of device to
|
/openbmc/dbus-sensors/src/external/ |
H A D | ExternalSensor.cpp | 62 association = in ExternalSensor() 63 objectServer.add_interface(objectPath, association::interface); in ExternalSensor() 108 objServer.remove_interface(association); in ~ExternalSensor()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | data_interface.cpp | 99 constexpr auto association = "xyz.openbmc_project.Association"; variable 607 auto association = std::get<AssociationsProperty>(getAssociationValue); in setCriticalAssociation() local 613 if (std::find(association.begin(), association.end(), critAssociation) == in setCriticalAssociation() 614 association.end()) in setCriticalAssociation() 616 association.push_back(critAssociation); in setCriticalAssociation() 617 DBusValue setAssociationValue = association; in setCriticalAssociation() 721 std::vector<std::string> association = {"xyz.openbmc_project.Association"}; in getLogIDWithHwIsolation() local 728 paths = getPaths(association); in getLogIDWithHwIsolation() 754 getService(path, interface::association); in getLogIDWithHwIsolation() 760 getProperty(assocService, path, interface::association, in getLogIDWithHwIsolation() [all …]
|
/openbmc/dbus-sensors/src/hwmon-temp/ |
H A D | HwmonTempSensor.cpp | 85 association = objectServer.add_interface( in HwmonTempSensor() 88 association::interface); in HwmonTempSensor() 131 objServer.remove_interface(association); in ~HwmonTempSensor()
|
/openbmc/dbus-sensors/src/adc/ |
H A D | ADCSensor.cpp | 87 association = objectServer.add_interface( in ADCSensor() 88 "/xyz/openbmc_project/sensors/voltage/" + name, association::interface); in ADCSensor() 103 objServer.remove_interface(association); in ~ADCSensor()
|