Searched defs:tshift (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c529 uintptr_t ret_addr, taddr, shift, tshift; local
585 tshift = ret_addr - taddr;
586 MEMALIGN_HEADER_ALLOC(ret_addr, tshift,
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c3097 ushort_t tshift; local
3182 tshift = 1<<target;
3208 (fas->f_sync_known | fas->f_nosync) & tshift)) {
3245 } else if (((fas->f_wide_known | fas->f_nowide) & tshift) == 0) {
3270 } else if (((fas->f_sync_known | fas->f_nosync) & tshift) == 0) {
6526 int tshift = 1 << (i/NLUNS_PER_TARGET); local
6528 ((fas->f_notag & tshift)? 1 : what);
6817 ushort_t tshift = 1<<target; local
6827 if (fas->f_backoff & tshift) {
6844 if (fas->f_force_async & tshift) {
7485 uint_t tshift = 1 << tgt; local
7612 ushort_t tshift = 1<<target; local
8913 ushort_t tshift = (1<<target); local
[all...]

Completed in 152 milliseconds