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

  /src/sys/dev/bluetooth/
bcsp.c 196 static struct linesw bcsp_disc = { variable in typeref:struct:linesw
225 error = ttyldisc_attach(&bcsp_disc);
237 (void) ttyldisc_detach(&bcsp_disc);
382 if (tp->t_linesw == &bcsp_disc) {
bcsp.c 196 static struct linesw bcsp_disc = { variable in typeref:struct:linesw
225 error = ttyldisc_attach(&bcsp_disc);
237 (void) ttyldisc_detach(&bcsp_disc);
382 if (tp->t_linesw == &bcsp_disc) {
bcsp.c 196 static struct linesw bcsp_disc = { variable in typeref:struct:linesw
225 error = ttyldisc_attach(&bcsp_disc);
237 (void) ttyldisc_detach(&bcsp_disc);
382 if (tp->t_linesw == &bcsp_disc) {

Completed in 45 milliseconds