Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starfire/cvc/
H A Dcvc.c167 static queue_t *cvcoutput_q; /* queue for console output */ variable
273 cvcoutput_q = NULL; in cvc_attach()
467 if (cvcoutput_q != NULL && !via_bbsram) { in cvc_wput()
471 putnext(cvcoutput_q, mp); in cvc_wput()
513 if (cvcoutput_q != NULL && !via_bbsram) { in cvc_wsrv()
517 putnext(cvcoutput_q, mp); in cvc_wsrv()
701 if (cvcoutput_q == NULL) { in cvc_register()
702 cvcoutput_q = RD(q); /* Make sure its the upstream q */ in cvc_register()
703 qprocson(cvcoutput_q); /* must be done within cvclock */ in cvc_register()
710 if (cvcoutput_q == q) in cvc_register()
[all …]
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Dcvc.c147 static queue_t *cvcoutput_q; /* queue for console output */ variable
257 cvcoutput_q = NULL; in cvc_attach()
495 if (q->q_first != NULL || cvcoutput_q == NULL || in cvc_wput()
505 (void) putnext(cvcoutput_q, mp); in cvc_wput()
602 if (cvcoutput_q != NULL && !via_iosram) { in cvc_wsrv()
608 (void) putnext(cvcoutput_q, total_mp); in cvc_wsrv()
755 if (cvcoutput_q == NULL) { in cvc_register()
756 cvcoutput_q = RD(q); /* Make sure its the upstream q */ in cvc_register()
757 qprocson(cvcoutput_q); /* must be done within cvclock */ in cvc_register()
764 if (cvcoutput_q == q) in cvc_register()
[all …]