MCPcopy 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
553static void
554notify_create(struct cdev *dev, int flags)
555{
556
557 notify(dev, "CREATE", flags);
558}
559
560static void
561notify_destroy(struct cdev *dev)

Callers 2

make_dev_svFunction · 0.85
make_dev_alias_vFunction · 0.85

Calls 1

notifyFunction · 0.85

Tested by

no test coverage detected