Searched refs:tstamps (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sbin/ldattach/
H A Dldattach.c114 struct tstamps tstamps; local
123 tstamps.ts_set = tstamps.ts_clr = 0;
166 tstamps.ts_set |= TIOCM_CAR;
168 tstamps.ts_clr |= TIOCM_CAR;
170 tstamps.ts_set |= TIOCM_CTS;
172 tstamps.ts_clr |= TIOCM_CTS;
273 if (ioctl(fd, TIOCSTSTAMP, &tstamps) == -1) {
/openbsd-current/sys/sys/
H A Dttycom.h58 struct tstamps { struct
136 #define TIOCSTSTAMP _IOW('t', 90, struct tstamps) /* timestamp reasons */

Completed in 112 milliseconds