Lines Matching defs:msg
61 * @msg: The message text
71 __ap_send(ap_qid_t qid, unsigned long long psmid, void *msg, size_t length,
76 return ap_nqap(qid, psmid, msg, length);
79 int ap_send(ap_qid_t qid, unsigned long long psmid, void *msg, size_t length)
83 status = __ap_send(qid, psmid, msg, length, 0);
98 int ap_recv(ap_qid_t qid, unsigned long long *psmid, void *msg, size_t length)
102 if (msg == NULL)
104 status = ap_dqap(qid, psmid, msg, length);
141 aq->reply->msg, aq->reply->len);
241 ap_msg->msg, ap_msg->len,
782 /* msg needs to have a valid receive-callback */