Home
last modified time | relevance | path

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

/dragonfly/sys/dev/serial/sio/
H A Dsio.c162 static int commctl (struct com_s *com, int bits, int how);
1343 (void)commctl(com, TIOCM_DTR | TIOCM_RTS, DMSET); in sioopen()
1524 (void)commctl(com, TIOCM_DTR, DMBIC); in comhardclose()
2121 (void)commctl(com, TIOCM_DTR, DMBIS); in sioioctl()
2124 (void)commctl(com, TIOCM_DTR, DMBIC); in sioioctl()
2131 (void)commctl(com, *(int *)data, DMSET); in sioioctl()
2134 (void)commctl(com, *(int *)data, DMBIS); in sioioctl()
2137 (void)commctl(com, *(int *)data, DMBIC); in sioioctl()
2140 *(int *)data = commctl(com, 0, DMGET); in sioioctl()
2289 (void)commctl(com, TIOCM_DTR, DMBIS); in comparam()
[all …]