HomeSort by: relevance | last modified time | path
    Searched defs:com_common_putc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
com.c 171 static void com_common_putc(dev_t, struct com_regs *, int, int);
2534 com_common_putc(dev_t dev, struct com_regs *regsp, int c, int with_readahead) function in typeref:typename:void
2707 com_common_putc(dev, &comcons_info.regs, c, cold);
2776 com_common_putc(NODEV, &comkgdbregs, c, 0);
com.c 171 static void com_common_putc(dev_t, struct com_regs *, int, int);
2534 com_common_putc(dev_t dev, struct com_regs *regsp, int c, int with_readahead) function in typeref:typename:void
2707 com_common_putc(dev, &comcons_info.regs, c, cold);
2776 com_common_putc(NODEV, &comkgdbregs, c, 0);

Completed in 23 milliseconds