Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pts_init
Function
pts_init
freebsd/kern/tty_pts.c:870–875 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
868
}
869
870
static void
871
pts_init(void *unused)
872
{
873
874
pts_pool = new_unrhdr(0, INT_MAX, NULL);
875
}
876
877
SYSINIT(pts, SI_SUB_DRIVERS, SI_ORDER_MIDDLE, pts_init, NULL);
Callers
nothing calls this directly
Calls
1
new_unrhdr
Function · 0.85
Tested by
no test coverage detected