Symbol: hibyte
usr/src/cmd/listen/lssmb.c
263
hibyte(*w) = *addr;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
19739
(hibyte(lun) | QL_LUN_AM_FLAT));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
19742
hibyte(lun));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
7335
hibyte(fcp_ent_addr->ent_addr_0));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1016
hibyte(fcp_ent_addr->ent_addr_0);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1020
hibyte(fcp_ent_addr->ent_addr_1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1024
hibyte(fcp_ent_addr->ent_addr_2);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1028
hibyte(fcp_ent_addr->ent_addr_3);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
713
pkt->fcp_lun[3] = hibyte(fcp_ent_addr->ent_addr_0);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
715
pkt->fcp_lun[1] = hibyte(fcp_ent_addr->ent_addr_1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
717
pkt->fcp_lun[7] = hibyte(fcp_ent_addr->ent_addr_2);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
719
pkt->fcp_lun[5] = hibyte(fcp_ent_addr->ent_addr_3);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
854
hibyte(fcp_ent_addr->ent_addr_0);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
858
hibyte(fcp_ent_addr->ent_addr_1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
862
hibyte(fcp_ent_addr->ent_addr_2);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
866
hibyte(fcp_ent_addr->ent_addr_3);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1365
pkt->mgmt.fcp_lun[3] = hibyte(fcp_ent_addr->ent_addr_0);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1367
pkt->mgmt.fcp_lun[1] = hibyte(fcp_ent_addr->ent_addr_1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1369
pkt->mgmt.fcp_lun[7] = hibyte(fcp_ent_addr->ent_addr_2);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1371
pkt->mgmt.fcp_lun[5] = hibyte(fcp_ent_addr->ent_addr_3);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2323
hibyte(fcp_ent_addr->ent_addr_0);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2327
hibyte(fcp_ent_addr->ent_addr_1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2331
hibyte(fcp_ent_addr->ent_addr_2);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2335
hibyte(fcp_ent_addr->ent_addr_3);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4512
hibyte(fcp_ent_addr->ent_addr_0);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4516
hibyte(fcp_ent_addr->ent_addr_1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4520
hibyte(fcp_ent_addr->ent_addr_2);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4524
hibyte(fcp_ent_addr->ent_addr_3);
usr/src/uts/common/os/sunddi.c
7859
*cp++ = hibyte(hiword(hostid));
usr/src/uts/common/os/sunddi.c
7861
*cp++ = hibyte(loword(hostid));
usr/src/uts/common/os/sunddi.c
7877
*cp++ = hibyte(hiword(val));
usr/src/uts/common/os/sunddi.c
7879
*cp++ = hibyte(loword(val));
usr/src/uts/common/os/sunddi.c
7884
*cp++ = hibyte(gen);
usr/src/uts/common/sys/ddi_impldefs.h
1078
#define DEVID_FORMTYPE(devid, type) (devid)->did_type_hi = hibyte((type)); \
usr/src/uts/common/sys/ddi_impldefs.h
1085
#define DEVID_FORMLEN(devid, len) (devid)->did_len_hi = hibyte((len)); \
usr/src/uts/common/sys/dklabel.h
269
#define DKD_FORMCHKSUM(c, dkd) (dkd)->dkd_checksum3 = hibyte(hiword((c))); \
usr/src/uts/common/sys/dklabel.h
271
(dkd)->dkd_checksum1 = hibyte(loword((c))); \