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

Function dev_dependsl

freebsd/kern/kern_conf.c:944–951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

942}
943
944static void
945dev_dependsl(struct cdev *pdev, struct cdev *cdev)
946{
947
948 cdev->si_parent = pdev;
949 cdev->si_flags |= SI_CHILD;
950 LIST_INSERT_HEAD(&pdev->si_children, cdev, si_siblings);
951}
952
953void
954dev_depends(struct cdev *pdev, struct cdev *cdev)

Callers 2

dev_dependsFunction · 0.85
make_dev_alias_vFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected