/inferno-os/os/boot/rpcg/ |
H A D | qio.c | 8 struct Queue { struct 9 Block* first; 10 Block* last; 11 void (*kick)(void*); 12 void* arg; 13 long len;
|
H A D | devuart.c | 177 uartspecial(int port, int baud, Queue **iq, Queue **oq, void (*rx)(Queue*,int)) in uartspecial()
|
H A D | dat.h | 4 typedef struct Queue Queue; typedef
|
/inferno-os/os/boot/mpc/ |
H A D | qio.c | 8 struct Queue { struct 9 Block* first; 10 Block* last; 11 void (*kick)(void*); 12 void* arg; 13 long len;
|
H A D | devuart.c | 177 uartspecial(int port, int baud, Queue **iq, Queue **oq, void (*rx)(Queue*,int)) in uartspecial()
|
H A D | dat.h | 4 typedef struct Queue Queue; typedef
|
/inferno-os/os/boot/puma/ |
H A D | qio.c | 8 struct Queue { struct 9 Block* first; 10 Block* last; 11 void (*kick)(void*); 12 void* arg; 13 long len;
|
H A D | 8250.c | 203 uartspecial(int port, int baud, Queue **iq, Queue **oq, void (*rx)(Queue *, int)) in uartspecial()
|
H A D | dat.h | 2 typedef struct Queue Queue; typedef
|
/inferno-os/emu/port/ |
H A D | qio.c | 11 struct Queue struct 13 Lock l; 15 Block* bfirst; /* buffer */ 16 Block* blast; 18 int len; /* bytes allocated to queue */ 19 int dlen; /* data bytes in queue */ 20 int limit; /* max bytes in queue */ 21 int inilim; /* initial limit */ 22 int state; 23 int noblock; /* true if writes return immediately when q full */ [all …]
|
H A D | dat.h | 21 typedef struct Queue Queue; typedef
|
/inferno-os/os/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 | devuart.c | 118 uartmouse(Uart* p, int (*putc)(Queue*, int), int setb1200) in uartmouse() argument 133 uartsetmouseputc(Uart* p, int (*putc)(Queue*, int)) in uartsetmouseputc() argument
|
H A D | devns16552.c | 551 ns16552special(int port, int baud, Queue **in, Queue **out, int (*putc)(Queue*, int)) in ns16552special() argument
|
H A D | portdat.h | 31 typedef struct Queue Queue; typedef
|
/inferno-os/os/cerf405/ |
H A D | uart.c | 100 uartspecial(int, int, Queue**, Queue**, int (*)(Queue*, int)) in uartspecial() argument
|
H A D | devuart.c | 557 uartspecial(int port, int baud, Queue **in, Queue **out, int (*putc)(Queue*, int)) in uartspecial() argument
|
/inferno-os/os/pc/ |
H A D | uarti8250.c | 718 i8250mouse(char* which, int (*putc)(Queue*, int), int setb1200) in i8250mouse() argument 730 i8250setmouseputc(char* which, int (*putc)(Queue*, int)) in i8250setmouseputc() argument
|
H A D | devmouse.c | 279 m3mouseputc(Queue*, int c) in m3mouseputc() argument
|
/inferno-os/os/ks32/ |
H A D | devuart.c | 354 uartspecial(int port, int bps, char parity, Queue **in, Queue **out, int (*putc)(Queue*, int)) in uartspecial() argument
|
/inferno-os/os/sa1110/ |
H A D | devuart.c | 381 uartspecial(int port, int bps, char parity, Queue **in, Queue **out, int (*putc)(Queue*, int)) in uartspecial() argument
|
/inferno-os/os/pxa/ |
H A D | devuart.c | 563 uartspecial(int port, int baud, Queue **in, Queue **out, int (*putc)(Queue*, int)) in uartspecial() argument
|
/inferno-os/os/mpc/ |
H A D | devuart.c | 880 uartspecial(int port, int baud, Queue **in, Queue **out, int (*putc)(Queue*, int)) in uartspecial() argument
|