Searched refs:dr_proto_hdr_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Ddr_mbx.h107 } dr_proto_hdr_t; typedef in typeref:struct:__anon10003
241 * older software. (Since the dr_proto_hdr_t structure is 12 bytes long, it
257 dr_proto_hdr_t p_hdr;
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c1251 obufp = kmem_zalloc(sizeof (dr_proto_hdr_t), KM_SLEEP);
1253 sizeof (dr_proto_hdr_t), (caddr_t)&shb,
1256 kmem_free(obufp, sizeof (dr_proto_hdr_t));
1407 dr_proto_hdr_t *php = &mbp->p_hdr;
1645 obufp = kmem_zalloc(sizeof (dr_proto_hdr_t), KM_SLEEP);
1647 sizeof (dr_proto_hdr_t), (caddr_t)NULL, 0);
1648 kmem_free(obufp, sizeof (dr_proto_hdr_t));
1840 dr_proto_hdr_t *php;
1960 dr_proto_hdr_t *php;
2089 drmach_msglist_new(caddr_t ibufp, uint32_t ilen, dr_proto_hdr_t *hdr
[all...]

Completed in 53 milliseconds