Home
last modified time | relevance | path

Searched refs:lobyte (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c712 pkt->fcp_lun[2] = lobyte(fcp_ent_addr->ent_addr_0); in ql_command_24xx_iocb()
714 pkt->fcp_lun[0] = lobyte(fcp_ent_addr->ent_addr_1); in ql_command_24xx_iocb()
716 pkt->fcp_lun[6] = lobyte(fcp_ent_addr->ent_addr_2); in ql_command_24xx_iocb()
852 lobyte(fcp_ent_addr->ent_addr_0); in ql_cmd_24xx_type_6_iocb()
856 lobyte(fcp_ent_addr->ent_addr_1); in ql_cmd_24xx_type_6_iocb()
860 lobyte(fcp_ent_addr->ent_addr_2); in ql_cmd_24xx_type_6_iocb()
864 lobyte(fcp_ent_addr->ent_addr_3); in ql_cmd_24xx_type_6_iocb()
1014 lobyte(fcp_ent_addr->ent_addr_0); in ql_marker()
1018 lobyte(fcp_ent_addr->ent_addr_1); in ql_marker()
1022 lobyte(fcp_ent_addr->ent_addr_2); in ql_marker()
[all …]
H A Dql_isr.c2462 ha->adapter_stats->d_stats[lobyte( in ql_status_error()
2468 ha->adapter_stats->d_stats[lobyte( in ql_status_error()
2474 ha->adapter_stats->d_stats[lobyte( in ql_status_error()
2534 sp->ha->adapter_stats->d_stats[lobyte( in ql_status_error()
2885 ha->adapter_stats->d_stats[lobyte( in ql_ip_entry()
H A Dql_xioctl.c2321 lobyte(fcp_ent_addr->ent_addr_0); in ql_scsi_passthru()
2325 lobyte(fcp_ent_addr->ent_addr_1); in ql_scsi_passthru()
2329 lobyte(fcp_ent_addr->ent_addr_2); in ql_scsi_passthru()
2333 lobyte(fcp_ent_addr->ent_addr_3); in ql_scsi_passthru()
4510 lobyte(fcp_ent_addr->ent_addr_0); in ql_inq()
4514 lobyte(fcp_ent_addr->ent_addr_1); in ql_inq()
4518 lobyte(fcp_ent_addr->ent_addr_2); in ql_inq()
4522 lobyte(fcp_ent_addr->ent_addr_3); in ql_inq()
H A Dql_mbx.c1364 pkt->mgmt.fcp_lun[2] = lobyte(fcp_ent_addr->ent_addr_0); in ql_task_mgmt_iocb()
1366 pkt->mgmt.fcp_lun[0] = lobyte(fcp_ent_addr->ent_addr_1); in ql_task_mgmt_iocb()
1368 pkt->mgmt.fcp_lun[6] = lobyte(fcp_ent_addr->ent_addr_2); in ql_task_mgmt_iocb()
1370 pkt->mgmt.fcp_lun[4] = lobyte(fcp_ent_addr->ent_addr_3); in ql_task_mgmt_iocb()
H A Dql_api.c7334 lun_no_tmp = CHAR_TO_SHORT(lobyte(fcp_ent_addr->ent_addr_0), in ql_lun_queue()
19738 fcp_ent_addr->ent_addr_0 = CHAR_TO_SHORT(lobyte(lun), in ql_get_lun_addr()
19741 fcp_ent_addr->ent_addr_0 = CHAR_TO_SHORT(lobyte(lun), in ql_get_lun_addr()
/illumos-gate/usr/src/uts/common/sys/
H A Ddklabel.h270 (dkd)->dkd_checksum2 = lobyte(hiword((c))); \
272 (dkd)->dkd_checksum0 = lobyte(loword((c)));
H A Dparam.h171 #define lobyte(X) (((unsigned char *)&(X))[0]) macro
177 #define lobyte(X) (((unsigned char *)&(X))[1]) macro
H A Dddi_impldefs.h1079 (devid)->did_type_lo = lobyte((type));
1086 (devid)->did_len_lo = lobyte((len));
/illumos-gate/usr/src/cmd/listen/
H A Dlssmb.c262 lobyte(*w) = *addr++; in getword()
/illumos-gate/usr/src/ucbhead/sys/
H A Dparam.h136 #define lobyte(X) (((unsigned char *)&(X))[1]) macro
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c159 #if !defined(lobyte)
160 #define lobyte(X) (((unsigned char *)&X)[1]) macro
3261 *bptr = lobyte(loword(item)); in put()
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c7860 *cp++ = lobyte(hiword(hostid)); in ddi_devid_init()
7862 *cp++ = lobyte(loword(hostid)); in ddi_devid_init()
7878 *cp++ = lobyte(hiword(val)); in ddi_devid_init()
7880 *cp++ = lobyte(loword(val)); in ddi_devid_init()
7885 *cp++ = lobyte(gen); in ddi_devid_init()