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

Function ttyconsdev_select

freebsd/kern/tty.c:2238–2243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2236SYSINIT(tty, SI_SUB_DRIVERS, SI_ORDER_FIRST, ttyconsdev_init, NULL);
2237
2238void
2239ttyconsdev_select(const char *name)
2240{
2241
2242 dev_console_filename = name;
2243}
2244
2245/*
2246 * Debugging routines.

Callers 3

cnaddFunction · 0.85
cnremoveFunction · 0.85
cnselectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected