Home
last modified time | relevance | path

Searched refs:hibyte (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c713 pkt->fcp_lun[3] = hibyte(fcp_ent_addr->ent_addr_0); in ql_command_24xx_iocb()
715 pkt->fcp_lun[1] = hibyte(fcp_ent_addr->ent_addr_1); in ql_command_24xx_iocb()
717 pkt->fcp_lun[7] = hibyte(fcp_ent_addr->ent_addr_2); in ql_command_24xx_iocb()
854 hibyte(fcp_ent_addr->ent_addr_0); in ql_cmd_24xx_type_6_iocb()
858 hibyte(fcp_ent_addr->ent_addr_1); in ql_cmd_24xx_type_6_iocb()
862 hibyte(fcp_ent_addr->ent_addr_2); in ql_cmd_24xx_type_6_iocb()
866 hibyte(fcp_ent_addr->ent_addr_3); in ql_cmd_24xx_type_6_iocb()
1016 hibyte(fcp_ent_addr->ent_addr_0); in ql_marker()
1020 hibyte(fcp_ent_addr->ent_addr_1); in ql_marker()
1024 hibyte(fcp_ent_addr->ent_addr_2); in ql_marker()
[all …]
H A Dql_xioctl.c2323 hibyte(fcp_ent_addr->ent_addr_0); in ql_scsi_passthru()
2327 hibyte(fcp_ent_addr->ent_addr_1); in ql_scsi_passthru()
2331 hibyte(fcp_ent_addr->ent_addr_2); in ql_scsi_passthru()
2335 hibyte(fcp_ent_addr->ent_addr_3); in ql_scsi_passthru()
4512 hibyte(fcp_ent_addr->ent_addr_0); in ql_inq()
4516 hibyte(fcp_ent_addr->ent_addr_1); in ql_inq()
4520 hibyte(fcp_ent_addr->ent_addr_2); in ql_inq()
4524 hibyte(fcp_ent_addr->ent_addr_3); in ql_inq()
H A Dql_mbx.c1365 pkt->mgmt.fcp_lun[3] = hibyte(fcp_ent_addr->ent_addr_0); in ql_task_mgmt_iocb()
1367 pkt->mgmt.fcp_lun[1] = hibyte(fcp_ent_addr->ent_addr_1); in ql_task_mgmt_iocb()
1369 pkt->mgmt.fcp_lun[7] = hibyte(fcp_ent_addr->ent_addr_2); in ql_task_mgmt_iocb()
1371 pkt->mgmt.fcp_lun[5] = hibyte(fcp_ent_addr->ent_addr_3); in ql_task_mgmt_iocb()
H A Dql_api.c7335 hibyte(fcp_ent_addr->ent_addr_0)); in ql_lun_queue()
19739 (hibyte(lun) | QL_LUN_AM_FLAT)); in ql_get_lun_addr()
19742 hibyte(lun)); in ql_get_lun_addr()
/illumos-gate/usr/src/uts/common/sys/
H A Ddklabel.h269 #define DKD_FORMCHKSUM(c, dkd) (dkd)->dkd_checksum3 = hibyte(hiword((c))); \
271 (dkd)->dkd_checksum1 = hibyte(loword((c))); \
H A Dparam.h172 #define hibyte(X) (((unsigned char *)&(X))[1]) macro
178 #define hibyte(X) (((unsigned char *)&(X))[0]) macro
H A Dddi_impldefs.h1078 #define DEVID_FORMTYPE(devid, type) (devid)->did_type_hi = hibyte((type)); \
1085 #define DEVID_FORMLEN(devid, len) (devid)->did_len_hi = hibyte((len)); \
/illumos-gate/usr/src/cmd/listen/
H A Dlssmb.c263 hibyte(*w) = *addr; in getword()
/illumos-gate/usr/src/ucbhead/sys/
H A Dparam.h137 #define hibyte(X) (((unsigned char *)&(X))[0]) macro
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c7859 *cp++ = hibyte(hiword(hostid)); in ddi_devid_init()
7861 *cp++ = hibyte(loword(hostid)); in ddi_devid_init()
7877 *cp++ = hibyte(hiword(val)); in ddi_devid_init()
7879 *cp++ = hibyte(loword(val)); in ddi_devid_init()
7884 *cp++ = hibyte(gen); in ddi_devid_init()