Searched refs:ds_hdr_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.c801 ds_hdr_t *H;
804 msglen = sizeof (ds_hdr_t) + sizeof (ds_init_ack_t);
806 R = (void *)((ptrdiff_t)H + sizeof (ds_hdr_t));
829 ds_hdr_t *H;
832 msglen = sizeof (ds_hdr_t) + sizeof (ds_init_nack_t);
834 R = (void *)((ptrdiff_t)H + sizeof (ds_hdr_t));
880 ds_hdr_t *H;
883 msglen = sizeof (ds_hdr_t) + sizeof (ds_reg_ack_t);
886 R = (void *)((ptrdiff_t)H + sizeof (ds_hdr_t));
895 ds_hdr_t *
[all...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h53 } ds_hdr_t; typedef in typeref:struct:ds_hdr
55 #define DS_HDR_SZ (sizeof (ds_hdr_t))
151 #define DS_MSG_LEN(ds_type) (sizeof (ds_hdr_t) + sizeof (ds_type))
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_common.c534 ds_hdr_t hdr;
591 read_size = ((ds_hdr_t *)hbuf)->payload_len;
660 ds_hdr_t *hdr;
665 hdr = (ds_hdr_t *)event->buf;
747 ds_hdr_t *hdr;
783 hdr = (ds_hdr_t *)msg;
796 hdr = (ds_hdr_t *)msg;
969 ds_hdr_t *hdr;
1006 hdr = (ds_hdr_t *)msg;
1115 hdr = (ds_hdr_t *)ms
[all...]

Completed in 51 milliseconds