HomeSort by: relevance | last modified time | path
    Searched refs:cn_halt (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/cobalt/cobalt/
console.c 60 .cn_halt = NULL,
74 .cn_halt = NULL,
88 .cn_halt = NULL,
101 .cn_halt = NULL,
  /src/sys/arch/mips/atheros/
ar_console.c 125 .cn_halt = NULL,
  /src/sys/arch/evbmips/rasoc/
console.c 144 .cn_halt = NULL,
  /src/sys/dev/
cons.h 59 void (*cn_halt) /* stop device */ member in struct:consdev
cons.c 471 if (cn_tab == NULL || cn_tab->cn_halt == NULL)
473 (*cn_tab->cn_halt)(cn_tab->cn_dev);
  /src/sys/dev/wscons/
wsdisplay.c 945 if (wsdisplay_ocn != NULL && wsdisplay_ocn->cn_halt != NULL)
946 wsdisplay_ocn->cn_halt(wsdisplay_ocn->cn_dev);
977 if (wsdisplay_ocn != NULL && wsdisplay_ocn->cn_halt != NULL)
978 wsdisplay_ocn->cn_halt(wsdisplay_ocn->cn_dev);
  /src/sys/arch/luna68k/dev/
siotty.c 694 .cn_halt = NULL,
  /src/sys/dev/usb/
ucom.c 280 .cn_halt = ucom_cnhalt,

Completed in 25 milliseconds