devfs_new_cdev
devfs_dev = devfs_new_cdev(ops, minor, NULL);
devfs_dev = devfs_new_cdev(ops, minor, bops);
devfs_dev = devfs_new_cdev(ops, minor, NULL);
devfs_dev = devfs_new_cdev(ops, minor, NULL);
devfs_dev = devfs_new_cdev(ops, minor, bops);
cdev_t devfs_new_cdev(struct dev_ops *, int, struct dev_ops *);