Symbol: lobyte
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
159
#if !defined(lobyte)
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
3261
*bptr = lobyte(loword(item));
usr/src/cmd/listen/lssmb.c
262
lobyte(*w) = *addr++;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
19738
fcp_ent_addr->ent_addr_0 = CHAR_TO_SHORT(lobyte(lun),
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
19741
fcp_ent_addr->ent_addr_0 = CHAR_TO_SHORT(lobyte(lun),
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
7334
lun_no_tmp = CHAR_TO_SHORT(lobyte(fcp_ent_addr->ent_addr_0),
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1014
lobyte(fcp_ent_addr->ent_addr_0);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1018
lobyte(fcp_ent_addr->ent_addr_1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1022
lobyte(fcp_ent_addr->ent_addr_2);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1026
lobyte(fcp_ent_addr->ent_addr_3);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
712
pkt->fcp_lun[2] = lobyte(fcp_ent_addr->ent_addr_0);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
714
pkt->fcp_lun[0] = lobyte(fcp_ent_addr->ent_addr_1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
716
pkt->fcp_lun[6] = lobyte(fcp_ent_addr->ent_addr_2);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
718
pkt->fcp_lun[4] = lobyte(fcp_ent_addr->ent_addr_3);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
852
lobyte(fcp_ent_addr->ent_addr_0);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
856
lobyte(fcp_ent_addr->ent_addr_1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
860
lobyte(fcp_ent_addr->ent_addr_2);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
864
lobyte(fcp_ent_addr->ent_addr_3);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
2462
ha->adapter_stats->d_stats[lobyte(
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
2468
ha->adapter_stats->d_stats[lobyte(
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
2474
ha->adapter_stats->d_stats[lobyte(
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
2534
sp->ha->adapter_stats->d_stats[lobyte(
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
2885
ha->adapter_stats->d_stats[lobyte(
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1364
pkt->mgmt.fcp_lun[2] = lobyte(fcp_ent_addr->ent_addr_0);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1366
pkt->mgmt.fcp_lun[0] = lobyte(fcp_ent_addr->ent_addr_1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1368
pkt->mgmt.fcp_lun[6] = lobyte(fcp_ent_addr->ent_addr_2);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1370
pkt->mgmt.fcp_lun[4] = lobyte(fcp_ent_addr->ent_addr_3);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2321
lobyte(fcp_ent_addr->ent_addr_0);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2325
lobyte(fcp_ent_addr->ent_addr_1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2329
lobyte(fcp_ent_addr->ent_addr_2);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2333
lobyte(fcp_ent_addr->ent_addr_3);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4510
lobyte(fcp_ent_addr->ent_addr_0);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4514
lobyte(fcp_ent_addr->ent_addr_1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4518
lobyte(fcp_ent_addr->ent_addr_2);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4522
lobyte(fcp_ent_addr->ent_addr_3);
usr/src/uts/common/os/sunddi.c
7860
*cp++ = lobyte(hiword(hostid));
usr/src/uts/common/os/sunddi.c
7862
*cp++ = lobyte(loword(hostid));
usr/src/uts/common/os/sunddi.c
7878
*cp++ = lobyte(hiword(val));
usr/src/uts/common/os/sunddi.c
7880
*cp++ = lobyte(loword(val));
usr/src/uts/common/os/sunddi.c
7885
*cp++ = lobyte(gen);
usr/src/uts/common/sys/ddi_impldefs.h
1079
(devid)->did_type_lo = lobyte((type));
usr/src/uts/common/sys/ddi_impldefs.h
1086
(devid)->did_len_lo = lobyte((len));
usr/src/uts/common/sys/dklabel.h
270
(dkd)->dkd_checksum2 = lobyte(hiword((c))); \
usr/src/uts/common/sys/dklabel.h
272
(dkd)->dkd_checksum0 = lobyte(loword((c)));