OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GC_RDY
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/arch/vax/vax/
gencons.h
36
#define
GC_RDY
0x80 /* Console ready to xmit chr */
ka730.c
186
#define WAIT while ((mfpr(PR_TXCS) &
GC_RDY
) == 0) ;
cfl.c
228
if ((mfpr(PR_TXCS) &
GC_RDY
) == 0)
ka750.c
286
#define WAIT while ((mfpr(PR_TXCS) &
GC_RDY
) == 0) ;
gencons.c
345
while ((mfpr(PR_TXCS) &
GC_RDY
) == 0) /* Wait until xmit ready */
ka88.c
270
while ((mfpr(PR_TXCS) &
GC_RDY
) == 0) /* Wait until xmit ready */
ka860.c
344
#define WAIT while ((mfpr(PR_TXCS) &
GC_RDY
) == 0) ;
machdep.c
396
while ((mfpr(PR_TXCS) &
GC_RDY
) == 0)
/src/sys/arch/vax/boot/boot/
consio.c
207
while ((mfpr(PR_TXCS) &
GC_RDY
) == 0) /* Wait until xmit ready */
/src/sys/arch/vax/boot/xxboot/
bootxx.c
406
while ((mfpr(PR_TXCS) &
GC_RDY
) == 0)
Completed in 19 milliseconds
Indexes created Mon Oct 20 05:10:11 GMT 2025