Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
799
static void ttydevsw_deffree(void *softc __unused)
800
{
801
panic(
"Terminal device freed without a free-handler"
);
802
}
803
804
static rt_bool_t ttydevsw_defbusy(struct lwp_tty *tp __unused)
805
{
Callers
nothing calls this directly
Calls
1
panic
Function · 0.85
Tested by
no test coverage detected