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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dcvc.c146 static queue_t *cvcinput_q; /* queue for console input */ variable
227 if (cvcinput_q != NULL) {
228 qenable(WR(cvcinput_q));
256 cvcinput_q = NULL;
336 cvcinput_q = RD(q); /* save for cvc_redir */
385 cvcinput_q = NULL;
697 if (cvcinput_q == NULL) {
703 cmn_err(CE_WARN, "cvc_redir: cvcinput_q NULL!");
714 (void) putnext(cvcinput_q, mp);
725 (void) putnextctl(cvcinput_q, M_HANGU
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/cvc/
H A Dcvc.c166 static queue_t *cvcinput_q; /* queue for console input */ variable
272 cvcinput_q = NULL;
347 cvcinput_q = RD(q); /* save for cvc_redir */
389 cvcinput_q = NULL;
648 if (cvcinput_q == NULL) {
649 cmn_err(CE_WARN, "cvc_redir: cvcinput_q NULL!");
654 putnext(cvcinput_q, mp);
665 cp = cvcinput_q->q_ptr;
671 (void) putnextctl1(cvcinput_q, M_PCSIG, SIGWINCH);
680 (void) putnextctl(cvcinput_q, M_HANGU
[all...]

Completed in 60 milliseconds