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

  /src/sys/dev/bluetooth/
btuart.c 108 static struct linesw btuart_disc = { variable in typeref:struct:linesw
144 error = ttyldisc_attach(&btuart_disc);
158 (void) ttyldisc_detach(&btuart_disc);
235 if (tp->t_linesw == &btuart_disc) {
btuart.c 108 static struct linesw btuart_disc = { variable in typeref:struct:linesw
144 error = ttyldisc_attach(&btuart_disc);
158 (void) ttyldisc_detach(&btuart_disc);
235 if (tp->t_linesw == &btuart_disc) {

Completed in 22 milliseconds