MCPcopy 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
870static void
871pts_init(void *unused)
872{
873
874 pts_pool = new_unrhdr(0, INT_MAX, NULL);
875}
876
877SYSINIT(pts, SI_SUB_DRIVERS, SI_ORDER_MIDDLE, pts_init, NULL);

Callers

nothing calls this directly

Calls 1

new_unrhdrFunction · 0.85

Tested by

no test coverage detected