Searched refs:USBPRN_PRINT_MAXLINE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/printer/
H A Dusbprn.h180 #define USBPRN_PRINT_MAXLINE 80 macro
/illumos-gate/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c2860 * Breakup a string which is > USBPRN_PRINT_MAXLINE and print it
2866 char pbuf[USBPRN_PRINT_MAXLINE];
2869 if (len <= USBPRN_PRINT_MAXLINE) {
2875 bcopy(tmp, pbuf, USBPRN_PRINT_MAXLINE);
2878 tmp += USBPRN_PRINT_MAXLINE;
2879 len -= USBPRN_PRINT_MAXLINE;

Completed in 67 milliseconds