Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c255 int instance = USBPRN_MINOR_TO_INSTANCE(minor); in usbprn_info()
950 USBPRN_MINOR_TO_INSTANCE(getminor(*devp))); in usbprn_open()
1047 USBPRN_MINOR_TO_INSTANCE(getminor(dev))); in usbprn_close()
1098 USBPRN_MINOR_TO_INSTANCE(getminor(dev))); in usbprn_read()
1145 USBPRN_MINOR_TO_INSTANCE(getminor(dev))); in usbprn_write()
1241 USBPRN_MINOR_TO_INSTANCE(getminor(dev))); in usbprn_poll()
1265 USBPRN_MINOR_TO_INSTANCE(getminor(bp->b_edev))); in usbprn_strategy()
1333 USBPRN_MINOR_TO_INSTANCE(getminor(dev))); in usbprn_ioctl()
1612 USBPRN_MINOR_TO_INSTANCE(getminor(bp->b_edev))); in usbprn_minphys()
/titanic_44/usr/src/uts/common/sys/usb/clients/printer/
H A Dusbprn.h189 #define USBPRN_MINOR_TO_INSTANCE(minor) \ macro