Home
last modified time | relevance | path

Searched refs:tbits (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c965 int j, abytes, tbytes, tbits; in token_equal() local
972 tbits = tlen & 7; in token_equal()
978 if (tbits == 0) in token_equal()
982 mask = 0xff >> (8 - tbits); in token_equal()
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c332 uint64_t tbits; in setgregs() local
339 tbits = (((grp[REG_CCR] & TSTATE_CCR_MASK) << TSTATE_CCR_SHIFT) | in setgregs()
343 rp->r_tstate |= tbits; in setgregs()