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

  /src/sys/dev/ic/
cyvar.h 54 int cy_openflags; member in struct:cy_port
cy.c 318 if (ISSET(cy->cy_openflags, TIOCFLAG_CLOCAL))
320 if (ISSET(cy->cy_openflags, TIOCFLAG_CRTSCTS))
322 if (ISSET(cy->cy_openflags, TIOCFLAG_MDMBUF))
372 ISSET(cy->cy_openflags, TIOCFLAG_SOFTCAR) ||
419 !ISSET(cy->cy_openflags, TIOCFLAG_SOFTCAR)) {
557 *((int *) data) = cy->cy_openflags |
567 cy->cy_openflags = *((int *) data) &

Completed in 19 milliseconds