MCPcopy Create free account
hub / github.com/F-Stack/f-stack / dev_depends

Function dev_depends

freebsd/kern/kern_conf.c:953–960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

951}
952
953void
954dev_depends(struct cdev *pdev, struct cdev *cdev)
955{
956
957 dev_lock();
958 dev_dependsl(pdev, cdev);
959 dev_unlock();
960}
961
962static int
963make_dev_alias_v(int flags, struct cdev **cdev, struct cdev *pdev,

Callers 1

tty_makedevfFunction · 0.85

Calls 3

dev_lockFunction · 0.85
dev_dependslFunction · 0.85
dev_unlockFunction · 0.85

Tested by

no test coverage detected