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

/illumos-gate/usr/src/uts/sun4/os/
H A Dx_call.c61 volatile uint_t xc_state; member in struct:xc_mbox
459 ASSERT(xc_mbox[cix].xc_state == XC_WAIT);
469 while (xc_mbox[cix].xc_state != XC_WAIT) {
477 "xc_state[%d] != XC_WAIT", cix);
513 ASSERT(xc_mbox[cix].xc_state == XC_IDLE);
521 while (xc_mbox[cix].xc_state != XC_IDLE) {
535 "xc_state[%d] != XC_IDLE", cix);
782 if (xc_mbox[pix].xc_state == XC_WAIT) {
859 xc_mbox[pix].xc_state = XC_EXIT;
878 if (xc_mbox[pix].xc_state
[all...]
/illumos-gate/usr/src/uts/sun4/sys/
H A Dxc_impl.h115 xc_mbox[cpuid].xc_state = XC_DOIT; \
129 ASSERT(xc_mbox[pix].xc_state == state); \
149 ASSERT(xc_mbox[pix].xc_state == state); \
170 ASSERT(xc_mbox[pix].xc_state == \
172 xc_mbox[pix].xc_state = XC_ENTER; \
197 if (xc_mbox[pix].xc_state == state) { \
227 * xc_state flags
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dunix.c356 static ulong_t mbox_stoff; /* offset of xc_mbox.xc_state */
357 static mdb_ctf_id_t mbox_states; /* xc_state enumeration */
383 * mdb_ctf_member_info if xc_state was actually of type
391 if (mdb_ctf_offsetof(id, "xc_state", &mbox_stoff) == -1) {
392 mdb_warn("couldn't find 'xc_mbox.xc_state'");
1218 volatile uint_t xc_state; member in struct:xc_mbox

Completed in 48 milliseconds