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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dmboxsc.c107 * various information about the mailbox. The mbox_state, mbox_refcount, and
110 * need to be given its own mutex to protect the mbox_wait, mbox_state,
123 uint16_t mbox_state; member in struct:mboxsc_mbox
596 while ((mailboxp->mbox_state & STATE_WRITING) &&
631 mailboxp->mbox_state |= STATE_WRITING;
699 mailboxp->mbox_state &= ~STATE_WRITING;
774 mailboxp->mbox_state &= ~STATE_WRITING;
900 while (!(mailboxp->mbox_state & STATE_HDRVALID) ||
901 (mailboxp->mbox_state & STATE_READING) ||
931 mailboxp->mbox_state
[all...]

Completed in 59 milliseconds