MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ttyconsdev_init

Function ttyconsdev_init

freebsd/kern/tty.c:2228–2234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2226};
2227
2228static void
2229ttyconsdev_init(void *unused __unused)
2230{
2231
2232 dev_console = make_dev_credf(MAKEDEV_ETERNAL, &ttyconsdev_cdevsw, 0,
2233 NULL, UID_ROOT, GID_WHEEL, 0600, "console");
2234}
2235
2236SYSINIT(tty, SI_SUB_DRIVERS, SI_ORDER_FIRST, ttyconsdev_init, NULL);
2237

Callers

nothing calls this directly

Calls 1

make_dev_credfFunction · 0.85

Tested by

no test coverage detected