Lines Matching refs:php
1407 dr_proto_hdr_t *php = &mbp->p_hdr; in drmach_mbox_prmsg() local
1411 switch (php->command) { in drmach_mbox_prmsg()
1613 php->message_id, php->drproto_version, php->command, in drmach_mbox_prmsg()
1614 php->expbrd, php->slot); in drmach_mbox_prmsg()
1616 DRMACH_PR("\treply_status=0x%x error_code=0x%x\n", php->reply_status, in drmach_mbox_prmsg()
1617 php->error_code); in drmach_mbox_prmsg()
1840 dr_proto_hdr_t *php; in drmach_mbox_getmsg() local
1847 php = &msg->p_hdr; in drmach_mbox_getmsg()
1880 if (php->drproto_version != DRMBX_VERSION) { in drmach_mbox_getmsg()
1883 php->drproto_version, DRMBX_VERSION); in drmach_mbox_getmsg()
1903 msgid = php->message_id; in drmach_mbox_getmsg()
1919 found->e_code = php->error_code; in drmach_mbox_getmsg()
1931 php->command, php->expbrd, php->slot); in drmach_mbox_getmsg()
1960 dr_proto_hdr_t *php; in drmach_mbox_sendmsg() local
1981 php = &mp->p_hdr; in drmach_mbox_sendmsg()
1986 php->command, NULL, entry->o_buflen, (void *)mp, in drmach_mbox_sendmsg()
2117 dr_proto_hdr_t *php; in drmach_mbox_req_rply() local
2142 php = (dr_proto_hdr_t *)listp->o_buf; in drmach_mbox_req_rply()
2144 php->command, php->expbrd, php->slot); in drmach_mbox_req_rply()
2158 php = (dr_proto_hdr_t *)listp->o_buf; in drmach_mbox_req_rply()
2160 "exb = %d, slot = %d", php->command, in drmach_mbox_req_rply()
2161 php->expbrd, php->slot); in drmach_mbox_req_rply()
2220 dr_proto_hdr_t *php; in drmach_mbx2sbderr() local
2239 php = (dr_proto_hdr_t *)mlp->o_buf; in drmach_mbx2sbderr()
2240 bnum = 2 * php->expbrd + php->slot; in drmach_mbx2sbderr()