Searched refs:hint_lo (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_buf.c99 uint_t hint_hi, hint_lo; local
183 hint_lo = (hint_hi & TNFW_B_ALLOC_LO_SELECTOR)
186 (hint_lo >> wcb->tnfw_w_gen_shift);
187 blocknum = hint_lo & ((1 << wcb->tnfw_w_gen_shift) - 1);
274 hint_lo = (hint_hi & TNFW_B_ALLOC_LO_SELECTOR) ?
277 if ((new_hint_hi == hint_hi && new_hint_lo > hint_lo) ||

Completed in 59 milliseconds