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

Function devctl2_init

freebsd/kern/subr_bus.c:5951–5956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5949};
5950
5951static void
5952devctl2_init(void)
5953{
5954 make_dev_credf(MAKEDEV_ETERNAL, &devctl2_cdevsw, 0, NULL,
5955 UID_ROOT, GID_WHEEL, 0600, "devctl2");
5956}
5957
5958/*
5959 * APIs to manage deprecation and obsolescence.

Callers 1

devinitFunction · 0.85

Calls 1

make_dev_credfFunction · 0.85

Tested by

no test coverage detected