Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dutoppy.c203 #define UTOPPYUNIT(n) (minor(n)) macro
1321 sc = device_lookup_private(&utoppy_cd, UTOPPYUNIT(dev)); in utoppyopen()
1369 sc = device_lookup_private(&utoppy_cd, UTOPPYUNIT(dev)); in utoppyclose()
1421 sc = device_lookup_private(&utoppy_cd, UTOPPYUNIT(dev)); in utoppyread()
1502 sc = device_lookup_private(&utoppy_cd, UTOPPYUNIT(dev)); in utoppywrite()
1611 sc = device_lookup_private(&utoppy_cd, UTOPPYUNIT(dev)); in utoppyioctl()