Home
last modified time | relevance | path

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

/titanic_44/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) { in cvc_attach()
228 qenable(WR(cvcinput_q)); in cvc_attach()
256 cvcinput_q = NULL; in cvc_attach()
336 cvcinput_q = RD(q); /* save for cvc_redir */ in cvc_open()
385 cvcinput_q = NULL; in cvc_close()
697 if (cvcinput_q == NULL) { in cvc_redir()
714 (void) putnext(cvcinput_q, mp); in cvc_redir()
725 (void) putnextctl(cvcinput_q, M_HANGUP); in cvc_redir()
752 if (cvcinput_q == NULL) in cvc_register()
[all …]
/titanic_44/usr/src/uts/sun4u/starfire/cvc/
H A Dcvc.c166 static queue_t *cvcinput_q; /* queue for console input */ variable
272 cvcinput_q = NULL; in cvc_attach()
347 cvcinput_q = RD(q); /* save for cvc_redir */ in cvc_open()
389 cvcinput_q = NULL; in cvc_close()
648 if (cvcinput_q == NULL) { in cvc_redir()
654 putnext(cvcinput_q, mp); in cvc_redir()
665 cp = cvcinput_q->q_ptr; in cvc_redir()
671 (void) putnextctl1(cvcinput_q, M_PCSIG, SIGWINCH); in cvc_redir()
680 (void) putnextctl(cvcinput_q, M_HANGUP); in cvc_redir()
698 if (cvcinput_q == NULL) in cvc_register()
[all …]