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

  /src/sys/dev/wscons/
wsdisplay.c 1802 int (*ifcn)(int, struct tty *); local in function:wsdisplay_emulinput
1822 ifcn = tp->t_linesw->l_rint;
1823 if (ifcn == ttyinput)
1824 ifcn = ttyinput_wlock;
1827 (*ifcn)(*data++, tp);
wsdisplay.c 1802 int (*ifcn)(int, struct tty *); local in function:wsdisplay_emulinput
1822 ifcn = tp->t_linesw->l_rint;
1823 if (ifcn == ttyinput)
1824 ifcn = ttyinput_wlock;
1827 (*ifcn)(*data++, tp);

Completed in 27 milliseconds