Home
last modified time | relevance | path

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

/titanic_41/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.h166 #define lobyte(X) (((unsigned char *)&(X))[0]) macro
172 #define lobyte(X) (((unsigned char *)&(X))[1]) macro
H A Dddi_impldefs.h1067 (devid)->did_type_lo = lobyte((type));
1074 (devid)->did_len_lo = lobyte((len));
/titanic_41/usr/src/cmd/listen/
H A Dlssmb.c265 lobyte(*w) = *addr++; in getword()
/titanic_41/usr/src/ucbhead/sys/
H A Dparam.h144 #define lobyte(X) (((unsigned char *)&(X))[1]) macro
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c2335 ha->adapter_stats->d_stats[lobyte( in ql_status_error()
2341 ha->adapter_stats->d_stats[lobyte( in ql_status_error()
2347 ha->adapter_stats->d_stats[lobyte( in ql_status_error()
2406 sp->ha->adapter_stats->d_stats[lobyte( in ql_status_error()
2739 ha->adapter_stats->d_stats[lobyte( in ql_ip_entry()
H A Dql_api.c7004 lun = CHAR_TO_SHORT(lobyte(sp->fcp->fcp_ent_addr.ent_addr_0), in ql_fcp_scsi_cmd()
7108 lun = CHAR_TO_SHORT(lobyte(sp->fcp->fcp_ent_addr.ent_addr_0), in ql_task_mgmt()
/titanic_41/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c169 #if !defined(lobyte)
170 #define lobyte(X) (((unsigned char *)&X)[1]) macro
3271 *bptr = lobyte(loword(item)); in put()
/titanic_41/usr/src/uts/common/os/
H A Dsunddi.c7839 *cp++ = lobyte(hiword(hostid)); in ddi_devid_init()
7841 *cp++ = lobyte(loword(hostid)); in ddi_devid_init()
7857 *cp++ = lobyte(hiword(val)); in ddi_devid_init()
7859 *cp++ = lobyte(loword(val)); in ddi_devid_init()
7864 *cp++ = lobyte(gen); in ddi_devid_init()