prom_cngetc
static int prom_cngetc(dev_t);
prom_cngetc,
int prom_cngetc(dev_t); /* XXX: for sunkbd_wskbd_cngetc */
prom_cngetc,
int prom_cngetc(dev_t);
.cn_getc = prom_cngetc,
extern int prom_cngetc(dev_t);
if (cn_hw->cn_getc == prom_cngetc) return (*cn_hw->cn_getc)(dev);
extern int prom_cngetc(dev_t);
(cn_tab->cn_getc == prom_cngetc));
int prom_cngetc(dev_t);
prom_cngetc,
extern int prom_cngetc(dev_t);
if (cn_hw->cn_getc == prom_cngetc) return (*cn_hw->cn_getc)(dev);
extern int prom_cngetc(dev_t);
(cn_tab->cn_getc == prom_cngetc);
static int prom_cngetc(dev_t);
prom_cngetc,
extern int prom_cngetc(dev_t);
*data = prom_cngetc(0);