Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dusb_serial.h176 #define UCOM_FLAG_GONE 0x02 /* the device is gone */ macro
H A Dusb_serial.c518 sc->sc_flag |= UCOM_FLAG_GONE; in ucom_detach_tty()
790 if (sc->sc_flag & UCOM_FLAG_GONE) { in ucom_open()