Home
last modified time | relevance | path

Searched defs:assoc (Results 1 – 15 of 15) sorted by relevance

/openbmc/phosphor-logging/
H A Delog_block.hpp48 AssociationList assoc{ in Block() local
/openbmc/dbus-sensors/src/tests/
H A Dtest_MCTPReactor.cpp82 MockAssociationServer assoc; member in MCTPReactorFixture
204 MockAssociationServer assoc{}; in TEST() local
/openbmc/entity-manager/src/entity_manager/
H A Dtopology.cpp44 for (const auto& assoc : supportedAssocs) in getAssocByName() local
111 const auto assoc = getAssocByName(portType); in addConfiguredPort() local
/openbmc/phosphor-objmgr/src/
H A Dassociations.cpp140 auto assoc = assocMaps.ifaces.find(assocPath); in removeAssociationEndpoints() local
318 Association assoc{type, endpointType, endpointPath}; in addPendingAssociation() local
348 auto assoc = assocMaps.pending.begin(); in removeFromPendingAssociations() local
561 auto assoc = assocMaps.ifaces.find(assocPath); in removeAssociationIfacesEntry() local
H A Dprocessing.cpp67 auto assoc = std::find(ifaces->second.begin(), ifaces->second.end(), in processNameChangeDelete() local
/openbmc/phosphor-objmgr/src/test/
H A Dassociations.cpp374 auto assoc = assocMaps.pending.find(defaultSourcePath); in TEST_F() local
396 auto assoc = assocMaps.pending.find(defaultSourcePath); in TEST_F() local
441 auto assoc = assocMaps.pending.find(defaultSourcePath); in TEST_F() local
/openbmc/qemu/contrib/plugins/
H A Dcache.c75 int assoc; member
233 static const char *cache_config_error(int blksize, int assoc, int cachesize) in cache_config_error()
244 static bool bad_cache_params(int blksize, int assoc, int cachesize) in bad_cache_params()
249 static Cache *cache_init(int blksize, int assoc, int cachesize) in cache_init()
285 static Cache **caches_init(int blksize, int assoc, int cachesize) in caches_init()
/openbmc/openpower-pnor-code-mgmt/
H A Dmsl_verify.cpp110 for (const auto& assoc : assocs) in getFunctionalVersion() local
/openbmc/phosphor-psu-code-mgmt/src/
H A Dutils.cpp256 [&psuInventoryPath](const auto& assoc) { in isAssociated()
/openbmc/phosphor-led-manager/fault-monitor/
H A Dfru-fault-monitor.cpp229 std::variant<AssociationList> assoc; in processExistingCallouts() local
/openbmc/ipmitool/lib/
H A Dipmi_sunoem.c454 struct sdr_record_entity_assoc *assoc; in ipmi_sunoem_led_get() local
652 struct sdr_record_entity_assoc *assoc; in ipmi_sunoem_led_set() local
H A Dipmi_sdr.c2371 struct sdr_record_entity_assoc *assoc) in ipmi_sdr_print_sensor_entity_assoc()
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py1366 def set_precedence(self,term,assoc,level): argument
/openbmc/qemu/target/arm/
H A Dcpu-features.h1121 static inline uint64_t make_ccsidr(CCSIDRFormat format, unsigned assoc, in make_ccsidr()
/openbmc/qemu/target/ppc/
H A Dcpu_init.c830 static inline uint32_t register_tlbncfg(uint32_t assoc, uint32_t minsize, in register_tlbncfg()