Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dtty.c104 #define device2tty(d) ((d)->type == TTY_DEVICE ? (struct ttydevice *)d : NULL) macro
120 struct ttydevice *dev = device2tty(p->handler); in tty_Timeout()
183 struct ttydevice *dev = device2tty(p->handler); in tty_StartTimer()
198 struct ttydevice *dev = device2tty(p->handler); in tty_AwaitCarrier()
229 struct ttydevice *dev = device2tty(p->handler); in tty_SetAsyncParams()
255 struct ttydevice *dev = device2tty(p->handler); in LoadLineDiscipline()
384 struct ttydevice *dev = device2tty(p->handler); in UnloadLineDiscipline()
409 struct ttydevice *dev = device2tty(p->handler); in tty_Write()
420 struct ttydevice *dev = device2tty(p->handler); in tty_Read()
434 struct ttydevice *dev = device2tty(p->handler); in tty_Raw()
[all …]