MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / ttydevsw_modem

Function ttydevsw_modem

components/lwp/terminal/terminal.h:362–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362rt_inline int ttydevsw_modem(struct lwp_tty *tp, int sigon, int sigoff)
363{
364 MPASS(!tty_gone(tp));
365
366 return (tp->t_devsw->tsw_modem(tp, sigon, sigoff));
367}
368
369rt_inline int ttydevsw_mmap(struct lwp_tty *tp, vm_ooffset_t offset,
370 vm_paddr_t *paddr, int nprot, vm_memattr_t *memattr)

Callers 2

ttydev_openFunction · 0.85
tty_generic_ioctlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected