Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c5411 uint_t c_outer = entrypoint & SQ_CO; in entersq() local
5417 ASSERT(c_inner && c_outer); in entersq()
5460 if (!(type & c_outer)) { in entersq()
5506 if (type & c_outer) { in entersq()
5527 uint_t c_outer = entrypoint & SQ_CO; in leavesq() local
5537 ASSERT(c_inner && c_outer); in leavesq()
5565 if (!(type & c_outer)) in leavesq()
5577 if (!(sq->sq_type & c_outer)) in leavesq()