Home
last modified time | relevance | path

Searched refs:btuartclose (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/dev/bluetooth/
H A Dbtuart.c89 static int btuartclose(struct tty *, int);
111 .l_close = btuartclose,
278 btuartclose(struct tty *tp, int flag __unused) in btuartclose() function