Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2236
SYSINIT(tty, SI_SUB_DRIVERS, SI_ORDER_FIRST, ttyconsdev_init, NULL);
2237
2238
void
2239
ttyconsdev_select(const char *name)
2240
{
2241
2242
dev_console_filename = name;
2243
}
2244
2245
/*
2246
* Debugging routines.
Callers
3
cnadd
Function · 0.85
cnremove
Function · 0.85
cnselect
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected