Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dcyclic_impl.h463 uchar_t cys_soft; /* Can only be zero or one */ member
/titanic_50/usr/src/uts/common/os/
H A Dcyclic.c1136 soft = softbuf->cys_soft; in cyclic_softint()
1283 ASSERT(softbuf->cys_hard == (softbuf->cys_soft ^ 1)); in cyclic_softint()
1295 softbuf->cys_soft = softbuf->cys_hard; in cyclic_softint()
1409 ASSERT(hard == softbuf->cys_soft); in cyclic_expand_xcall()
1481 ASSERT(hard == softbuf->cys_soft); in cyclic_expand()
1515 ASSERT(hard == softbuf->cys_soft); in cyclic_expand()
2366 ASSERT(hard == softbuf->cys_soft); in cyclic_unconfigure()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c388 if (softbuf->cys_hard != softbuf->cys_soft) in cycinfo()
456 which = softbuf->cys_soft; in cycinfo()