Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dpts.c352 if (ptsp->pt_state & PTSOPEN) { in ptsopen()
382 ptsp->pt_state |= PTSOPEN; in ptsopen()
496 ptms_close(ptsp, PTSOPEN | PTSTTY); in ptsclose()
H A Dptms_conf.c533 if (! (flags & (PTMOPEN | PTSOPEN))) { in ptms_close()
/titanic_50/usr/src/uts/common/sys/
H A Dptms.h62 #define PTSOPEN 0x04 /* slave side is open */ macro