Lines Matching defs:ppc
381 char *ppc;
383 msg = dlm_lowcomms_new_msg(nodeid, mb_len, &ppc, NULL, NULL);
387 m_header = (struct dlm_header *)ppc;
429 char *ppc;
431 mh = dlm_midcomms_get_mhandle(node->nodeid, mb_len, &ppc);
438 m_header = (struct dlm_header *)ppc;
979 int len, char **ppc)
985 ppc, midcomms_new_msg_cb, mh);
989 opts = (struct dlm_opts *)*ppc;
995 *ppc += sizeof(*opts);
996 mh->inner_p = (const union dlm_packet *)*ppc;
1004 struct dlm_mhandle *dlm_midcomms_get_mhandle(int nodeid, int len, char **ppc)
1030 msg = dlm_lowcomms_new_msg(nodeid, len, ppc, NULL, NULL);
1041 msg = dlm_midcomms_get_msg_3_2(mh, nodeid, len, ppc);