Searched refs:getc (Results 1 – 15 of 15) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | serial.h | 81 int (*getc)(struct serial_port *, char *); member
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | serial.c | 53 if ( port->driver->getc(port, &c) ) in serial_rx_interrupt() 270 if ( !port->driver || !port->driver->getc ) in serial_getc() 285 if ( port->driver->getc(port, &c) ) in serial_getc()
|
A D | cadence-uart.c | 151 .getc = cuart_getc,
|
A D | exynos4210-uart.c | 292 .getc = exynos4210_uart_getc,
|
A D | scif-uart.c | 229 .getc = scif_uart_getc,
|
A D | pl011.c | 218 .getc = pl011_getc,
|
A D | omap-uart.c | 315 .getc = omap_uart_getc,
|
A D | ns16550.c | 917 .getc = ns16550_getc,
|
A D | ehci-dbgp.c | 1449 .getc = ehci_dbgp_getc
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | newlib-chk.patch | 71 ftell.lo fvwrite.lo fwalk.lo fwrite.lo getc.lo getchar.lo \
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_bootloader.c | 163 while ((c = getc(f)) != EOF && c != '\0') { in parse_bootloader_result()
|
A D | libxlu_cfg_l.c | 690 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
|
A D | libxlu_disk_l.c | 1164 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | confdata.c | 223 int c = getc(stream); in compat_getline()
|
A D | zconf.lex.c_shipped | 240 * if we're using stdio for input, then we want to use getc()
|
Completed in 31 milliseconds