Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/os/
H A Dx_call.c860 xc_mbox[pix].xc_state = XC_EXIT; in xc_dismissed()
993 while (xmp->xc_state != XC_EXIT) { in xc_loop()
1028 ASSERT(xmp->xc_state == XC_EXIT); in xc_loop()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dxc_impl.h234 XC_EXIT /* exiting xc_loop(); set by xc_dismissed */ enumerator