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