Searched refs:T_UNIT (Results 1 – 3 of 3) sorted by relevance
157 #define T_UNIT 003 /* unit selection */ macro
372 int unit = minor(dev) & T_UNIT; in wtopen()459 sc = device_lookup_private(&wt_cd, minor(dev) & T_UNIT); in wtclose()511 sc = device_lookup_private(&wt_cd, minor(dev) & T_UNIT); in wtioctl()611 sc = device_lookup_private(&wt_cd, minor(bp->b_dev) & T_UNIT); in wtstrategy()
110 #define mtunit(dev) (minor(dev) & T_UNIT)