Lines Matching +full:auto +full:- +full:poll
8 #include <libpldm/transport/af-mctp.h>
9 #include <libpldm/transport/mctp-demux.h>
10 #include <poll.h>
11 #include <systemd/sd-bus.h>
65 auto it = genericCompletionCodes.find(completionCode); in fillCompletionCode()
68 data["CompletionCode"] = it->second; in fillCompletionCode()
72 // If not a generic code, check type-specific codes in fillCompletionCode()
77 auto typeIt = fwupdateCompletionCodes.find(completionCode); in fillCompletionCode()
80 data["CompletionCode"] = typeIt->second; in fillCompletionCode()
93 auto [rc, requestMsg] = createRequestMsg(); in exec()
112 auto responsePtr = reinterpret_cast<struct pldm_msg*>(responseMsg.data()); in exec()
113 parseResponseMsg(responsePtr, responseMsg.size() - sizeof(pldm_msg_hdr)); in exec()
132 auto tid = mctp_eid; in pldmSendRecv()