Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ notify_create
Function
notify_create
freebsd/kern/kern_conf.c:553–558 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
551
}
552
553
static void
554
notify_create(struct cdev *dev, int flags)
555
{
556
557
notify(dev,
"CREATE"
, flags);
558
}
559
560
static void
561
notify_destroy(struct cdev *dev)
Callers
2
make_dev_sv
Function · 0.85
make_dev_alias_v
Function · 0.85
Calls
1
notify
Function · 0.85
Tested by
no test coverage detected