Searched refs:IpcMsg (Results 1 – 4 of 4) sorted by relevance
185 static void SendReply(IpcMsg *ipcMsg, IpcIo *reply) in SendReply()204 IpcMsg out = { in SendReply()227 static void SendFailedReply(IpcMsg *ipcMsg) in SendFailedReply()241 IpcMsg out = { in SendFailedReply()265 static void CallDeathCallback(IpcMsg *ipcMsg) in CallDeathCallback()320 IpcMsg *ipcMsg = (IpcMsg *)hdlerArg->msg; in CallbackBatchHandler()335 static void GetDeathCallback(IpcMsg* msg, HdlerArg* arg) in GetDeathCallback()346 static void GetIpcCallback(IpcMsg* msg, HdlerArg* arg) in GetIpcCallback()386 IpcMsg *ipcMsg = content.inMsg; in CallbackDispatchLoop()491 IpcMsg *ipcMsg = content.inMsg; in IpcJoinThreadLoop()[all …]
64 } IpcMsg; typedef72 IpcMsg *outMsg; /**< data to send to target */73 IpcMsg *inMsg; /**< data reply by target */
20 The IpcMsg structure is the basic unit of transaction for LiteIPC.48 `IPC_SEND_RECV_MSG` is the primary request which provides the ability to send and receive IpcMsg me…54 | outMsg | IpcMsg* | Points to a message to be sent. |55 | inMsg | IpcMsg* | Points to a message that has been received. |84 …a message sent to the CMS. Sending a message whose total size including IpcMsg data structure, da…110 IpcMsg msg = {
174 IpcMsg* data = (IpcMsg*)origin; in ProcEndpoint()