Home
last modified time | relevance | path

Searched refs:VINUM_SUPERDEV (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/raid/vinum/
H A Dvinum.c114 vinum_super_dev = make_dev(&vinum_ops, VINUM_SUPERDEV, in vinumattach()
463 else if (devminor == VINUM_SUPERDEV) in vinumopen()
542 if (devminor == VINUM_SUPERDEV) /* normal superdev */ in vinumclose()
H A Dvinumvar.h159 #define VINUM_SUPERDEV VINUMMINOR(1, 0, 0, VINUM_SUPERDEV_TYPE) macro
167 #define VINUM_SUPERDEV VINUMMINOR(2, 0, 0, VINUM_SUPERDEV_TYPE)
/dragonfly/sbin/vinum/
H A Dv.c549 makedev(VINUM_CDEV_MAJOR, VINUM_SUPERDEV)) < 0) in make_devices()