Searched refs:dr_proto_hdr_t (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/sun4u/starcat/sys/ |
H A D | dr_mbx.h | 107 } dr_proto_hdr_t; typedef 257 dr_proto_hdr_t p_hdr;
|
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | drmach.c | 1251 obufp = kmem_zalloc(sizeof (dr_proto_hdr_t), KM_SLEEP); in drmach_board_status() 1253 sizeof (dr_proto_hdr_t), (caddr_t)&shb, in drmach_board_status() 1256 kmem_free(obufp, sizeof (dr_proto_hdr_t)); in drmach_board_status() 1407 dr_proto_hdr_t *php = &mbp->p_hdr; in drmach_mbox_prmsg() 1645 obufp = kmem_zalloc(sizeof (dr_proto_hdr_t), KM_SLEEP); in drmach_mbox_reinit() 1647 sizeof (dr_proto_hdr_t), (caddr_t)NULL, 0); in drmach_mbox_reinit() 1648 kmem_free(obufp, sizeof (dr_proto_hdr_t)); in drmach_mbox_reinit() 1840 dr_proto_hdr_t *php; in drmach_mbox_getmsg() 1960 dr_proto_hdr_t *php; in drmach_mbox_sendmsg() 2089 drmach_msglist_new(caddr_t ibufp, uint32_t ilen, dr_proto_hdr_t *hdrp, in drmach_msglist_new() [all …]
|