/openbmc/pldm/platform-mc/ |
H A D | manager.hpp | 89 auto tid = terminusManager.toTid(mctpInfo); in updateMctpEndpointAvailability() local 107 void startSensorPolling(pldm_tid_t tid) in startSensorPolling() 117 void updateAvailableState(pldm_tid_t tid, Availability state) in updateAvailableState() 128 void stopSensorPolling(pldm_tid_t tid) in stopSensorPolling() 144 uint8_t /* formatVersion */, uint8_t tid, in handleSensorEvent() argument 167 uint8_t /* formatVersion */, uint8_t tid, in handleCperEvent() argument 191 uint8_t /* formatVersion */, uint8_t tid, size_t eventDataOffset) in handlePldmMessagePollEvent() argument 221 int handlePolledCperEvent(pldm_tid_t tid, uint16_t eventId, in handlePolledCperEvent()
|
H A D | sensor_manager.cpp | 22 void SensorManager::startPolling(pldm_tid_t tid) in startPolling() 47 void SensorManager::startSensorPollTimer(pldm_tid_t tid) in startSensorPollTimer() 68 void SensorManager::disableTerminusSensors(pldm_tid_t tid) in disableTerminusSensors() 89 void SensorManager::stopPolling(pldm_tid_t tid) in stopPolling() 110 void SensorManager::doSensorPolling(pldm_tid_t tid) in doSensorPolling() 161 exec::task<int> SensorManager::doSensorPollingTask(pldm_tid_t tid) in doSensorPollingTask() 296 auto tid = sensor->tid; in getSensorReading() local
|
H A D | event_manager.hpp | 64 {[this](pldm_tid_t tid, uint16_t eventId, const uint8_t* eventData, in EventManager() 80 int handlePlatformEvent(pldm_tid_t tid, uint16_t eventId, 89 void updateAvailableState(pldm_tid_t tid, Availability state) in updateAvailableState() 98 bool getAvailableState(pldm_tid_t tid) in getAvailableState()
|
H A D | terminus_manager.cpp | 14 std::optional<MctpInfo> TerminusManager::toMctpInfo(const pldm_tid_t& tid) in toMctpInfo() 56 const MctpInfo& mctpInfo, pldm_tid_t tid) in storeTerminusInfo() 103 pldm_tid_t tid = std::distance(tidPool.begin(), tidPoolIt); in mapTid() local 107 bool TerminusManager::unmapTid(const pldm_tid_t& tid) in unmapTid() 135 auto tid = toTid(mctpInfo); in updateMctpEndpointAvailability() local 219 auto tid = toTid(mctpInfo); in discoverMctpTerminusTask() local 274 pldm_tid_t tid = 0; in initMctpTerminus() local 475 exec::task<int> TerminusManager::getTidOverMctp(mctp_eid_t eid, pldm_tid_t* tid) in getTidOverMctp() 521 exec::task<int> TerminusManager::setTidOverMctp(mctp_eid_t eid, pldm_tid_t tid) in setTidOverMctp() 558 exec::task<int> TerminusManager::getPLDMTypes(pldm_tid_t tid, in getPLDMTypes() [all …]
|
H A D | platform_manager.cpp | 128 exec::task<int> PlatformManager::configEventReceiver(pldm_tid_t tid) in configEventReceiver() 226 pldm_tid_t tid = terminus->getTid(); in getPDRs() local 338 const pldm_tid_t tid, const uint32_t recordHndl, in getPDR() 394 const pldm_tid_t tid, uint8_t& repositoryState, uint32_t& recordCount, in getPDRRepositoryInfo() 450 pldm_tid_t tid, uint16_t receiverMaxBufferSize, in eventMessageBufferSize() 501 pldm_tid_t tid, pldm_event_message_global_enable eventMessageGlobalEnable, in setEventReceiver() 562 pldm_tid_t tid, uint8_t formatVersion, uint8_t& synchronyConfiguration, in eventMessageSupported() 618 exec::task<int> PlatformManager::getFRURecordTableMetadata(pldm_tid_t tid, in getFRURecordTableMetadata() 686 pldm_tid_t tid, const uint32_t dataTransferHndl, in getFRURecordTable() 751 pldm_tid_t tid, const uint8_t* fruData, const size_t fruLen) in updateInventoryWithFru() [all …]
|
H A D | sensor_manager.hpp | 64 void updateAvailableState(pldm_tid_t tid, Availability state) in updateAvailableState() 71 bool getAvailableState(pldm_tid_t tid) in getAvailableState()
|
H A D | manager.cpp | 35 pldm_tid_t tid, uint16_t /* pollEventId */, uint32_t pollDataTransferHandle) in pollForPlatformEvent() 48 exec::task<int> Manager::oemPollForPlatformEvent(pldm_tid_t tid) in oemPollForPlatformEvent()
|
H A D | event_manager.cpp | 23 pldm_tid_t tid, uint16_t eventId, uint8_t eventClass, in handlePlatformEvent() 214 int EventManager::processNumericSensorEvent(pldm_tid_t tid, uint16_t sensorId, in processNumericSensorEvent() 274 int EventManager::processCperEvent(pldm_tid_t tid, uint16_t eventId, in processCperEvent() 445 void EventManager::callPolledEventHandlers(pldm_tid_t tid, uint8_t eventClass, in callPolledEventHandlers() 473 pldm_tid_t tid, uint32_t pollDataTransferHandle) in pollForPlatformEventTask() 577 pldm_tid_t tid, uint8_t formatVersion, uint8_t transferOperationFlag, in pollForPlatformEventMessage()
|
/openbmc/pldm/oem/ampere/ |
H A D | oem_ampere.hpp | 83 size_t eventDataOffset) { in createOemEventHandler() 99 {[oemEventManager](pldm_tid_t tid, uint16_t eventId, in createOemEventHandler() 121 {[platformManager](pldm_tid_t tid, uint16_t eventId, in createOemEventHandler() 131 uint8_t formatVersion, uint8_t tid, in createOemEventHandler() 132 size_t eventDataOffset) { in createOemEventHandler() 140 [oemEventManager](pldm_tid_t tid) { in createOemEventHandler()
|
/openbmc/libpldm/tests/ |
H A D | instance-id.cpp | 92 const pldm_tid_t tid = 1; in TEST_F() local 100 const pldm_tid_t tid = 1; in TEST_F() local 109 const pldm_tid_t tid = 1; in TEST_F() local 120 static constexpr pldm_tid_t tid = 1; in TEST_F() local 139 pldm_tid_t tid; in TEST_F() member 165 static constexpr pldm_tid_t tid = 1; in TEST_F() local 200 pldm_tid_t tid; in TEST_F() member 232 static constexpr pldm_tid_t tid = 1; in TEST_F() local 259 static constexpr pldm_tid_t tid = 1; in TEST_F() local 338 const pldm_tid_t tid = 1; in TEST_F() local
|
/openbmc/pldm/oem/ampere/event/ |
H A D | oem_event_manager.cpp | 224 prefixMsgStrCreation(pldm_tid_t tid,uint16_t sensorId) prefixMsgStrCreation() argument 387 processNumericSensorEvent(pldm_tid_t tid,uint16_t sensorId,const uint8_t * sensorData,size_t sensorDataLength) processNumericSensorEvent() argument 457 processStateSensorEvent(pldm_tid_t tid,uint16_t sensorId,const uint8_t * sensorData,size_t sensorDataLength) processStateSensorEvent() argument 536 processSensorOpStateEvent(pldm_tid_t tid,uint16_t sensorId,const uint8_t * sensorData,size_t sensorDataLength) processSensorOpStateEvent() argument 569 handleSensorEvent(const pldm_msg * request,size_t payloadLength,uint8_t,pldm_tid_t tid,size_t eventDataOffset) handleSensorEvent() argument 637 handlePCIeHotPlugEvent(pldm_tid_t tid,uint16_t sensorId,uint32_t presentReading) handlePCIeHotPlugEvent() argument 715 handleDIMMStatusEvent(pldm_tid_t tid,uint16_t sensorId,uint32_t presentReading) handleDIMMStatusEvent() argument 799 handleDDRStatusEvent(pldm_tid_t tid,uint16_t sensorId,uint32_t presentReading) handleDDRStatusEvent() argument 835 handleVRDStatusEvent(pldm_tid_t tid,uint16_t sensorId,uint32_t presentReading) handleVRDStatusEvent() argument 885 handleNumericWatchdogEvent(pldm_tid_t tid,uint16_t sensorId,uint32_t presentReading) handleNumericWatchdogEvent() argument 909 processOemMsgPollEvent(pldm_tid_t tid,uint16_t eventId,const uint8_t * eventData,size_t eventDataSize) processOemMsgPollEvent() argument 947 handlepldmMessagePollEvent(const pldm_msg * request,size_t payloadLength,uint8_t,pldm_tid_t tid,size_t eventDataOffset) handlepldmMessagePollEvent() argument 992 oemPollForPlatformEvent(pldm_tid_t tid) oemPollForPlatformEvent() argument [all...] |
/openbmc/qemu/hw/xen/ |
H A D | xen-bus-helper.c | 50 void xs_node_create(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_create() 61 void xs_node_destroy(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_destroy() 71 void xs_node_vprintf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_vprintf() 93 void xs_node_printf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_printf() 104 int xs_node_vscanf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_vscanf() 128 int xs_node_scanf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_scanf() 142 char *xs_node_read(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_read()
|
/openbmc/pldm/configurations/softoff/ |
H A D | softoff_config.json | 4 "tid": 208, number 9 "tid": 2, number
|
/openbmc/libpldm/src/transport/ |
H A D | mctp-demux.c | 84 pldm_tid_t tid, mctp_eid_t *eid) in pldm_transport_mctp_demux_get_eid() 99 mctp_eid_t eid, pldm_tid_t *tid) in pldm_transport_mctp_demux_get_tid() 111 pldm_tid_t tid, mctp_eid_t eid) in pldm_transport_mctp_demux_map_tid() 120 LIBPLDM_CC_UNUSED pldm_tid_t tid, in pldm_transport_mctp_demux_unmap_tid() 129 pldm_transport_mctp_demux_recv(struct pldm_transport *t, pldm_tid_t *tid, in pldm_transport_mctp_demux_recv() 204 pldm_transport_mctp_demux_send(struct pldm_transport *t, pldm_tid_t tid, in pldm_transport_mctp_demux_send()
|
H A D | af-mctp.c | 65 pldm_tid_t tid, mctp_eid_t *eid) in pldm_transport_af_mctp_get_eid() 79 mctp_eid_t eid, pldm_tid_t *tid) in pldm_transport_af_mctp_get_tid() 90 pldm_tid_t tid, mctp_eid_t eid) in pldm_transport_af_mctp_map_tid() 99 LIBPLDM_CC_UNUSED pldm_tid_t tid, in pldm_transport_af_mctp_unmap_tid() 108 pldm_tid_t *tid, in pldm_transport_af_mctp_recv() 183 pldm_tid_t tid, in pldm_transport_af_mctp_send()
|
H A D | transport.c | 66 pldm_tid_t tid, in pldm_transport_send_msg() 83 pldm_tid_t *tid, void **pldm_msg, in pldm_transport_recv_msg() 151 pldm_transport_send_recv_msg(struct pldm_transport *transport, pldm_tid_t tid, in pldm_transport_send_recv_msg()
|
/openbmc/pldm/pldmd/ |
H A D | dbus_impl_pdr.cpp | 17 uint8_t tid, uint16_t entityID, uint16_t stateSetId) in findStateEffecterPDR() 31 uint8_t tid, uint16_t entityID, uint16_t stateSetId) in findStateSensorPDR()
|
/openbmc/pldm/platform-mc/test/ |
H A D | platform_manager_test.cpp | 40 auto tid = mappedTid.value(); in TEST_F() local 206 auto tid = mappedTid.value(); in TEST_F() local 367 auto tid = mappedTid.value(); in TEST_F() local 486 auto tid = mappedTid.value(); in TEST_F() local 505 auto tid = mappedTid.value(); in TEST_F() local
|
/openbmc/pldm/common/ |
H A D | instance_id.hpp | 59 uint8_t next(uint8_t tid) in next() 81 void free(uint8_t tid, uint8_t instanceId) in free()
|
H A D | transport.cpp | 144 pldm_requester_rc_t PldmTransport::sendMsg(pldm_tid_t tid, const void* tx, in sendMsg() 150 pldm_requester_rc_t PldmTransport::recvMsg(pldm_tid_t& tid, void*& rx, in recvMsg() 157 pldm_tid_t tid, const void* tx, size_t txLen, void*& rx, size_t& rxLen) in sendRecvMsg()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | siggen.py | 114 def get_cached_unihash(self, tid): argument 117 def get_unihash(self, tid): argument 126 def prep_taskhash(self, tid, deps, dataCaches): argument 129 def get_taskhash(self, tid, deps, dataCaches): argument 333 def prep_taskhash(self, tid, deps, dataCaches): argument 383 def get_taskhash(self, tid, deps, dataCaches): argument 496 def get_stampfile_hash(self, tid): argument 609 def get_stampfile_hash(self, tid): argument 620 def set_unihash(self, tid, unihash): argument 626 def _get_unihash(self, tid, checkkey=None): argument [all …]
|
H A D | runqueue.py | 36 def fn_from_tid(tid): argument 39 def taskname_from_tid(tid): argument 42 def mc_from_tid(tid): argument 47 def split_tid(tid): argument 57 def split_tid_mcfn(tid): argument 80 def pending_hash_index(tid, rqdata): argument 487 def get_task_hash(self, tid): argument 490 def get_task_unihash(self, tid): argument 493 def get_user_idstring(self, tid, task_name_suffix = ""): argument 549 def find_chains(tid, prev_chain): argument [all …]
|
/openbmc/pldm/common/test/ |
H A D | pldm_utils_test.cpp | 178 uint8_t tid = 1; in TEST() local 211 uint8_t tid = 1; in TEST() local 244 uint8_t tid = 1; in TEST() local 262 uint8_t tid = 1; in TEST() local 319 uint8_t tid = 1; in TEST() local 374 uint8_t tid = 1; in TEST() local 430 uint8_t tid = 1; in TEST() local 503 uint8_t tid = 1; in TEST() local 549 uint8_t tid = 1; in TEST() local 595 uint8_t tid = 1; in TEST() local [all …]
|
/openbmc/pldm/test/ |
H A D | pldmd_registration_test.cpp | 13 constexpr pldm_tid_t tid = 0; variable 21 size_t payloadLength) { in TestHandler()
|
/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/common/ |
H A D | pldm_utils.cpp | 62 pldm_instance_id_t getPLDMInstanceID(uint8_t tid) in getPLDMInstanceID() 86 void freePLDMInstanceID(pldm_instance_id_t instanceID, uint8_t tid) in freePLDMInstanceID()
|