Home | History | Annotate | Download | only in dev

Lines Matching defs:cn_tab

95 struct	consdev *cn_tab;	/* physical console device info */
105 * However, cn_tab initialization is so critical to any
109 * cn_tab updates.
111 cn_tab = tab;
126 if (cn_tab == NULL) {
136 cndev = cn_tab->cn_dev;
158 panic("cnopen: cn_tab->cn_dev == dev");
188 if (cn_tab == NULL) {
321 if (cn_tab == NULL)
325 const int rv = (*cn_tab->cn_getc)(cn_tab->cn_dev);
384 if (cn_tab == NULL)
396 (*cn_tab->cn_putc)(cn_tab->cn_dev, '\r');
399 (*cn_tab->cn_putc)(cn_tab->cn_dev, c);
403 (*cn_tab->cn_putc)(cn_tab->cn_dev, c);
406 (*cn_tab->cn_putc)(cn_tab->cn_dev, '\r');
417 if (cn_tab == NULL)
435 (*cn_tab->cn_pollc)(cn_tab->cn_dev, on);
455 if (cn_tab == NULL || cn_tab->cn_bell == NULL)
457 (*cn_tab->cn_bell)(cn_tab->cn_dev, pitch, period, volume);
463 if (cn_tab == NULL || cn_tab->cn_flush == NULL)
465 (*cn_tab->cn_flush)(cn_tab->cn_dev);
471 if (cn_tab == NULL || cn_tab->cn_halt == NULL)
473 (*cn_tab->cn_halt)(cn_tab->cn_dev);
492 (cn_tab == NULL || (cn_tab->cn_pri != CN_REMOTE))) {
500 } else if (cn_tab == NULL)
503 dev = cn_tab->cn_dev;