Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dtty.h295 void ttytstamp(struct tty *tp, int octs, int ncts, int odcd, int ndcd);
/openbsd/sys/kern/
H A Dtty.c2483 ttytstamp(struct tty *tp, int octs, int ncts, int odcd, int ndcd) in ttytstamp() argument
2490 if (ndcd ^ odcd) in ttytstamp()