vfinddev
if (vfinddev(dev, VCHR, &vp) && vcount(vp))
vfinddev(bdev, VBLK, &bvp) &&
if (vfinddev(makedev(maj, mn), type, &vp))
if (vfinddev(dev, VCHR, &vp))
if (!vfinddev(dev, VCHR, &vp))
int vfinddev(dev_t, enum vtype, struct vnode **);