Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dtty.h295 void ttytstamp(struct tty *tp, int octs, int ncts, int odcd, int ndcd);
/openbsd/src/sys/kern/
Dtty.c2483 ttytstamp(struct tty *tp, int octs, int ncts, int odcd, int ndcd) in ttytstamp() argument
2490 if (ndcd ^ odcd) in ttytstamp()
2491 doit |= ndcd ? ISSET(tp->t_flags, TS_TSTAMPDCDSET) : in ttytstamp()