Symbol: DS_HDR_SZ
usr/src/uts/sun4v/io/ds_common.c
1010
nack = (ds_reg_nack_t *)(msg + DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
1119
ack = (ds_reg_ack_t *)(msg + DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
1146
nack = (ds_reg_nack_t *)(msg + DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
1177
ack = (ds_reg_ack_t *)(buf + DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
1329
nack = (ds_reg_nack_t *)(buf + DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
1436
req = (ds_unreg_req_t *)(buf + DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
1469
msglen = DS_HDR_SZ + sizeof (ds_unreg_ack_t);
usr/src/uts/sun4v/io/ds_common.c
1476
ack = (ds_unreg_ack_t *)(msg + DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
1499
ack = (ds_unreg_ack_t *)(buf + DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
1536
nack = (ds_unreg_nack_t *)(buf + DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
1577
data = (ds_data_handle_t *)(buf + DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
1579
hdrsz = DS_HDR_SZ + sizeof (ds_data_handle_t);
usr/src/uts/sun4v/io/ds_common.c
1624
nack = (ds_data_nack_t *)(buf + DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
1673
msglen = DS_HDR_SZ + sizeof (ds_init_req_t);
usr/src/uts/sun4v/io/ds_common.c
1679
init_req = (ds_init_req_t *)((caddr_t)hdr + DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
1740
msglen = DS_HDR_SZ + sizeof (ds_reg_req_t) + idlen;
usr/src/uts/sun4v/io/ds_common.c
1748
req = (ds_reg_req_t *)(msg + DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
1814
msglen = DS_HDR_SZ + sizeof (ds_unreg_req_t);
usr/src/uts/sun4v/io/ds_common.c
1822
req = (ds_unreg_req_t *)(msg + DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
1872
msglen = DS_HDR_SZ + sizeof (ds_unreg_nack_t);
usr/src/uts/sun4v/io/ds_common.c
1880
nack = (ds_unreg_nack_t *)(msg + DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
1921
msglen = DS_HDR_SZ + sizeof (ds_data_nack_t);
usr/src/uts/sun4v/io/ds_common.c
1929
nack = (ds_data_nack_t *)(msg + DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
2783
hdrlen = DS_HDR_SZ + sizeof (ds_data_handle_t);
usr/src/uts/sun4v/io/ds_common.c
2793
data = (ds_data_handle_t *)(msg + DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
568
bzero(hbuf, DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
569
read_size = DS_HDR_SZ;
usr/src/uts/sun4v/io/ds_common.c
577
if (read_size < DS_HDR_SZ) {
usr/src/uts/sun4v/io/ds_common.c
585
DS_EOL, PORTID(port), read_size, DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
592
msglen = DS_HDR_SZ + read_size;
usr/src/uts/sun4v/io/ds_common.c
604
(void) memcpy(msg, hbuf, DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
605
currp = (char *)(msg) + DS_HDR_SZ;
usr/src/uts/sun4v/io/ds_common.c
614
if ((DS_HDR_SZ + read_size) != msglen) {
usr/src/uts/sun4v/io/ds_common.c
617
PORTID(port), __func__, (DS_HDR_SZ + read_size),
usr/src/uts/sun4v/io/ds_common.c
766
req = (ds_init_req_t *)(buf + DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
787
ack = (ds_init_ack_t *)(msg + DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
800
nack = (ds_init_nack_t *)(msg + DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
835
ack = (ds_init_ack_t *)(buf + DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
880
nack = (ds_init_nack_t *)(buf + DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
989
req = (ds_reg_req_t *)(buf + DS_HDR_SZ);