Lines Matching refs:ppc
380 char *ppc; in dlm_send_ack() local
382 msg = dlm_lowcomms_new_msg(nodeid, mb_len, &ppc, NULL, NULL); in dlm_send_ack()
386 m_header = (struct dlm_header *)ppc; in dlm_send_ack()
428 char *ppc; in dlm_send_fin() local
430 mh = dlm_midcomms_get_mhandle(node->nodeid, mb_len, &ppc); in dlm_send_fin()
437 m_header = (struct dlm_header *)ppc; in dlm_send_fin()
978 int len, char **ppc) in dlm_midcomms_get_msg_3_2() argument
984 ppc, midcomms_new_msg_cb, mh); in dlm_midcomms_get_msg_3_2()
988 opts = (struct dlm_opts *)*ppc; in dlm_midcomms_get_msg_3_2()
994 *ppc += sizeof(*opts); in dlm_midcomms_get_msg_3_2()
995 mh->inner_p = (const union dlm_packet *)*ppc; in dlm_midcomms_get_msg_3_2()
1003 struct dlm_mhandle *dlm_midcomms_get_mhandle(int nodeid, int len, char **ppc) in dlm_midcomms_get_mhandle() argument
1029 msg = dlm_lowcomms_new_msg(nodeid, len, ppc, NULL, NULL); in dlm_midcomms_get_mhandle()
1040 msg = dlm_midcomms_get_msg_3_2(mh, nodeid, len, ppc); in dlm_midcomms_get_mhandle()