MCPcopy 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
560static void
561notify_destroy(struct cdev *dev)
562{
563
564 notify(dev, "DESTROY", MAKEDEV_WAITOK);
565}
566
567static struct cdev *
568newdev(struct make_dev_args *args, struct cdev *si)

Callers 2

destroy_devlFunction · 0.85
delist_dev_lockedFunction · 0.85

Calls 1

notifyFunction · 0.85

Tested by

no test coverage detected