Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ notify_destroy
Function
notify_destroy
freebsd/kern/kern_conf.c:560–565 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
558
}
559
560
static void
561
notify_destroy(struct cdev *dev)
562
{
563
564
notify(dev,
"DESTROY"
, MAKEDEV_WAITOK);
565
}
566
567
static struct cdev *
568
newdev(struct make_dev_args *args, struct cdev *si)
Callers
2
destroy_devl
Function · 0.85
delist_dev_locked
Function · 0.85
Calls
1
notify
Function · 0.85
Tested by
no test coverage detected