/plan9/sys/src/libventi/ |
H A D | queue.c | 13 struct Queue struct 23 Queue* argument
|
H A D | queue.h | 1 typedef struct Queue Queue; typedef
|
/plan9/sys/src/cmd/vnc/ |
H A D | devcons.c | 7 typedef struct Queue Queue; typedef 8 struct Queue struct 21 Queue* kbdq; /* unprocessed console input */ argument
|
/plan9/sys/src/9/port/ |
H A D | qio.c | 23 typedef struct Queue Queue; typedef 25 struct Queue struct 29 Block* bfirst; /* buffer */ 30 Block* blast; 32 int len; /* bytes allocated to queue */ 33 int dlen; /* data bytes in queue */ 34 int limit; /* max bytes in queue */ 35 int inilim; /* initial limit */ 36 int state; 37 int noblock; /* true if writes return immediately when q full */ [all …]
|
H A D | devmouse.c | 623 m3mouseputc(Queue*, int c) in m3mouseputc() argument 681 m5mouseputc(Queue*, int c) in m5mouseputc() argument 717 mouseputc(Queue*, int c) in mouseputc() argument
|
H A D | devuart.c | 125 uartmouse(Uart* p, int (*putc)(Queue*, int), int setb1200) in uartmouse() argument 140 uartsetmouseputc(Uart* p, int (*putc)(Queue*, int)) in uartsetmouseputc() argument
|
H A D | devcons.c | 500 kbdcr2nl(Queue*, int ch) in kbdcr2nl() argument 523 kbdputc(Queue*, int ch) in kbdputc() argument
|
H A D | portdat.h | 36 typedef struct Queue Queue; typedef
|
/plan9/sys/src/cmd/unix/drawterm/kern/ |
H A D | qio.c | 22 struct Queue struct 24 Lock lk; 26 Block* bfirst; /* buffer */ 27 Block* blast; 29 int len; /* bytes allocated to queue */ 30 int dlen; /* data bytes in queue */ 31 int limit; /* max bytes in queue */ 32 int inilim; /* initial limit */ 33 int state; 34 int noblock; /* true if writes return immediately when q full */ [all …]
|
H A D | dat.h | 43 typedef struct Queue Queue; typedef
|
/plan9/sys/src/cmd/spin/ |
H A D | spin.h | 85 typedef struct Queue { struct 93 struct Queue *nxt; /* linked list */ argument 94 } Queue; typedef
|
/plan9/sys/src/9/omap/ |
H A D | devuart.c | 128 uartmouse(Uart* p, int (*putc)(Queue*, int), int setb1200) in uartmouse() argument 143 uartsetmouseputc(Uart* p, int (*putc)(Queue*, int)) in uartsetmouseputc() argument
|
H A D | devcons.c | 510 kbdcr2nl(Queue*, int ch) in kbdcr2nl() argument 533 kbdputc(Queue*, int ch) in kbdputc() argument
|
/plan9/sys/src/9/teg2/ |
H A D | devuart.c | 128 uartmouse(Uart* p, int (*putc)(Queue*, int), int setb1200) in uartmouse() argument 143 uartsetmouseputc(Uart* p, int (*putc)(Queue*, int)) in uartsetmouseputc() argument
|
H A D | devcons.c | 513 kbdcr2nl(Queue*, int ch) in kbdcr2nl() argument 536 kbdputc(Queue*, int ch) in kbdputc() argument
|
/plan9/sys/src/cmd/cwfs/ |
H A D | portdat.h | 67 typedef struct Queue Queue; typedef 163 struct Queue struct 166 Rendez empty; 167 Rendez full; 169 int waitedfor; /* flag */ 170 char* name; /* for debugging */ 172 int size; /* size of queue */ 173 int loc; /* circular pointer */ 174 int count; /* how many in queue */ 175 void* args[1]; /* list of saved pointers, [->size] */
|
/plan9/sys/src/9/pc/ |
H A D | uarti8250.c | 726 i8250mouse(char* which, int (*putc)(Queue*, int), int setb1200) in i8250mouse() argument 738 i8250setmouseputc(char* which, int (*putc)(Queue*, int)) in i8250setmouseputc() argument
|