Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nuttx
/ devnull_register
Function
devnull_register
drivers/misc/dev_null.c:129–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
****************************************************************************/
128
129
void devnull_register(void)
130
{
131
register_driver(
"/dev/null"
, &g_devnull_fops, 0666, NULL);
132
}
Callers
1
drivers_initialize
Function · 0.85
Calls
1
register_driver
Function · 0.85
Tested by
no test coverage detected