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

Function ttydevsw_deffree

components/lwp/terminal/freebsd/tty.c:799–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797}
798
799static void ttydevsw_deffree(void *softc __unused)
800{
801 panic("Terminal device freed without a free-handler");
802}
803
804static rt_bool_t ttydevsw_defbusy(struct lwp_tty *tp __unused)
805{

Callers

nothing calls this directly

Calls 1

panicFunction · 0.85

Tested by

no test coverage detected