Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/serial/
HDusb_serial.h190 #define UCOM_FLAG_GONE 0x02 /* the device is gone */ macro
HDusb_serial.c560 sc->sc_flag |= UCOM_FLAG_GONE; in ucom_detach_tty()
810 if (sc->sc_flag & UCOM_FLAG_GONE) { in ucom_open()