Home
last modified time | relevance | path

Searched refs:_lb (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dbitstring.h116 bitstr_t _lb; \
118 for (_lb = _name[_byte]; (_lb&0x1); \
119 ++_value, _lb >>= 1); \
135 bitstr_t _lb; \
137 for (_lb = _name[_byte]; !(_lb&0x1); \
138 ++_value, _lb >>= 1); \
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h450 clock_t _lb = ddi_get_lbolt(); \
454 &p->lock, _lb + drv_usectohz(t * 1000)); \
/illumos-gate/usr/src/boot/include/
H A Dstdio.h136 struct __sbuf _lb; /* buffer for fgetln() */ member