Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtnfctl/
H A Dcomb.c575 unsigned *word_p; in build() local
610 word_p = (unsigned *) (buffer_p + offset + prb_callinfo.offset); in build()
619 tnf_opaque, word_p, word_p, in build()
622 *word_p &= ~prb_callinfo.mask; /* clear the relevant field */ in build()
623 *word_p |= ((contents >> prb_callinfo.shift) & prb_callinfo.mask); in build()
628 word_p = (unsigned *) (buffer_p + offset + prb_callinfo.offset); in build()
637 tnf_opaque, word_p, word_p, in build()
640 *word_p &= ~prb_callinfo.mask; /* clear the relevant field */ in build()
641 *word_p |= ((contents >> prb_callinfo.shift) & prb_callinfo.mask); in build()