mb_state 111 dev/ic/rln.c sc->sc_mbox[i].mb_state = RLNMBOX_VOID;
mb_state 804 dev/ic/rlnsubr.c if (mb->mb_state != RLNMBOX_VOID) {
mb_state 814 dev/ic/rlnsubr.c mb->mb_state = RLNMBOX_EMPTY;
mb_state 843 dev/ic/rlnsubr.c if (mb->mb_state == RLNMBOX_FILLING) {
mb_state 846 dev/ic/rlnsubr.c while (mb->mb_state == RLNMBOX_FILLING)
mb_state 855 dev/ic/rlnsubr.c while (mb->mb_state == RLNMBOX_EMPTY && i < timeo) {
mb_state 861 dev/ic/rlnsubr.c while (mb->mb_state == RLNMBOX_FILLING)
mb_state 871 dev/ic/rlnsubr.c if (mb->mb_state != RLNMBOX_EMPTY && mb->mb_state != RLNMBOX_FILLED)
mb_state 872 dev/ic/rlnsubr.c panic("mbox wait %d", mb->mb_state);
mb_state 875 dev/ic/rlnsubr.c mb->mb_state = RLNMBOX_VOID;
mb_state 899 dev/ic/rlnsubr.c if (mb->mb_state != RLNMBOX_EMPTY) {
mb_state 905 dev/ic/rlnsubr.c mb->mb_state = RLNMBOX_FILLING;
mb_state 930 dev/ic/rlnsubr.c if (mb->mb_state != RLNMBOX_FILLING)
mb_state 933 dev/ic/rlnsubr.c mb->mb_state = RLNMBOX_FILLED;
mb_state 18 dev/ic/rlnvar.h u_int8_t mb_state; /* Mailbox state */