Home
last modified time | relevance | path

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

/dragonfly/sys/bus/firewire/
HDfirewire.h415 #define unit2minor(x) (((x) & 0xff) | (((x) << 8) & ~0xffff)) macro
418 unit2minor((f) | (((u) & 0xff) << 8) | (s & 0xff))
/dragonfly/test/stress/stress2/misc/
HDcdevsw.sh123 &tclone_cdevsw, unit2minor(clone),
/dragonfly/sys/netgraph7/
HDng_device.c179 priv->ngddev = make_dev(&ngd_cdevsw, unit2minor(priv->unit), UID_ROOT, in ng_device_constructor()